forked from langflow-ai/langflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: replace Agent starter projects with simpler ones (langflow-ai#…
…3612) * Add initial setup for "Simple Agent" starter project - Introduced a new JSON configuration for the "Simple Agent" starter project. - The flow includes nodes for Chat Input, Chat Output, OpenAI Model, Tool Calling Agent, Calculator Tool, and Python REPL Tool. - Configured edges to connect these nodes, enabling interaction between different components. - Added detailed descriptions and configurations for each node to facilitate easy setup and usage. * Add Travel Planning Agents starter project JSON file - Introduced a new JSON file for Travel Planning Agents in the starter projects directory. - The JSON file includes configurations for various nodes such as ChatInput, ChatOutput, OpenAIModel, ToolCallingAgent, SearchAPI, URL Content Fetcher, and CalculatorTool. - Defined connections between nodes to create a multi-agent system for planning trips. - Added detailed prompts and configurations for each node to facilitate travel itinerary creation and information retrieval. * Update example names in newFlowModal to match updated project terminology * Update agent names in undrawCards component for consistency * Rename "Complex Agent" to "Dynamic Agent" across frontend and backend components * format project * ✨ (Dynamic Agent.spec.ts): Add end-to-end test for Dynamic Agent functionality ✨ (Simple Agent.spec.ts): Add end-to-end test for Simple Agent functionality ✨ (Travel Planning Agent.spec.ts): Add end-to-end test for Travel Planning Agent functionality * ✨ (Travel Planning Agent.spec.ts): Update end-to-end test for Travel Planning Agent to include new interactions and connections for improved test coverage and functionality. --------- Co-authored-by: cristhianzl <[email protected]>
- Loading branch information
1 parent
59b6d8a
commit f596cc4
Showing
9 changed files
with
3,954 additions
and
158 deletions.
There are no files selected for viewing
1,424 changes: 1,424 additions & 0 deletions
1,424
src/backend/base/langflow/initial_setup/starter_projects/Agent Flow.json
Large diffs are not rendered by default.
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
2,338 changes: 2,338 additions & 0 deletions
2,338
src/backend/base/langflow/initial_setup/starter_projects/Travel Planning Agents.json
Large diffs are not rendered by default.
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
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
110 changes: 0 additions & 110 deletions
110
src/frontend/tests/end-to-end/Hierarchical Tasks Agent.spec.ts
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
Oops, something went wrong.