Skip to content

Commit b352b54

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 316e3a9 commit b352b54

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
@@ -22,7 +22,7 @@ Agents are organized by framework. Pick one and follow its README:
2222
| **LlamaIndex** | [WebSearch Agent](./agents/llamaindex/websearch_agent/) | Agent built on LlamaIndex that uses a web search tool to query the internet and use the results in its answers. |
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. |
25-
| **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). |
25+
| **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). |
2626

2727
## Deployment Options
2828

@@ -58,7 +58,7 @@ agentic-starter-kits/
5858
│ ├── vanilla_python/
5959
│ │ └── openai_responses_agent/ # OpenAI Responses API (no framework)
6060
│ └── langflow/
61-
│ └── simple_tool_calling_agent/ # Langflow outdoor activity assistant
61+
│ └── simple_tool_calling_agent/ # Langflow tool-calling agent
6262
└── README.md
6363
```
6464

0 commit comments

Comments
 (0)