-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Facade changes for agent by code (#56)
* facade changes for edit by code * Code facade example * Re-arraging the example files * Futher improving facade * Naming to_flo back to what it was * Fix build method issue * Fix for creating routed team * Simplified facade using create method * Fix for delegator facade
- Loading branch information
Showing
29 changed files
with
237 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
from flo_ai.core import Flo as Flo | ||
from flo_ai.models.flo_agent import FloAgent as FloAgent | ||
from flo_ai.router.flo_supervisor import FloSupervisor as FloSupervisor | ||
from flo_ai.models.flo_team import FloTeam as FloTeam | ||
from flo_ai.models.flo_agent import FloAgent as FloAgent | ||
from flo_ai.router.flo_linear import FloLinear as FloLinear | ||
from flo_ai.router.flo_router import FloRouter as FloRouter | ||
from flo_ai.state.flo_session import FloSession as FloSession | ||
from flo_ai.models.flo_llm_agent import FloLLMAgent as FloLLMAgent | ||
from flo_ai.models.flo_tool_agent import FloToolAgent as FloToolAgent | ||
from flo_ai.router.flo_llm_router import FloLLMRouter as FloLLMRouter | ||
from flo_ai.router.flo_supervisor import FloSupervisor as FloSupervisor | ||
from flo_ai.retrievers.flo_retriever import FloRagBuilder as FloRagBuilder | ||
from flo_ai.common.flo_logger import get_logger as get_logger | ||
from flo_ai.common.flo_langchain_logger import FloLangchainLogger as FloLangchainLogger | ||
from flo_ai.models.flo_delegation_agent import FloDelegatorAgent as FloDelegatorAgent | ||
from flo_ai.models.flo_reflection_agent import FloReflectionAgent as FloReflectionAgent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.