Skip to content

Commit 2bbb828

Browse files
mpk-droidclaude
andcommitted
docs: Make Langflow description generic in main README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2fed75e commit 2bbb828

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Agents are organized by framework. Pick one and follow its README:
2323
| **CrewAI** | [WebSearch Agent](./agents/crewai/websearch_agent/) | CrewAI-based agent with a web search tool to query the internet and answer user questions. |
2424
| **Vanilla Python** | [OpenAI Responses Agent](./agents/vanilla_python/openai_responses_agent/) | Minimal agent with no framework: only the OpenAI Python client and an Action/Observation loop with tools. Use with OpenAI or any compatible API. |
2525
| **AutoGen** | [MCP Agent](./agents/autogen/mcp_agent/) | AutoGen AssistantAgent with MCP tools over SSE (e.g. churn prediction, math tools), FastAPI `/chat/completions`. |
26-
| **Langflow** | [Simple Tool Calling Agent](./agents/langflow/simple_tool_calling_agent/) | Outdoor activity assistant built with Langflow's visual UI. Uses weather and NPS APIs to help decide if conditions are good for outdoor activities. Runs locally via `podman-compose` (see its own README). |
26+
| **Langflow** | [Simple Tool Calling Agent](./agents/langflow/simple_tool_calling_agent/) | Agent built with Langflow's visual UI that calls external APIs as tools. Runs locally via `podman-compose` with Langfuse tracing (see its own README). |
2727

2828
## Deployment Options
2929

@@ -61,7 +61,7 @@ agentic-starter-kits/
6161
│ ├── autogen/
6262
│ │ └── mcp_agent/ # AutoGen + MCP (SSE)
6363
│ └── langflow/
64-
│ └── simple_tool_calling_agent/ # Langflow outdoor activity assistant
64+
│ └── simple_tool_calling_agent/ # Langflow tool-calling agent
6565
└── README.md
6666
```
6767

0 commit comments

Comments
 (0)