You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Agents are organized by framework. Pick one and follow its README:
22
22
|**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. |
23
23
|**CrewAI**|[WebSearch Agent](./agents/crewai/websearch_agent/)| CrewAI-based agent with a web search tool to query the internet and answer user questions. |
24
24
|**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). |
26
26
27
27
## Deployment Options
28
28
@@ -58,7 +58,7 @@ agentic-starter-kits/
58
58
│ ├── vanilla_python/
59
59
│ │ └── openai_responses_agent/ # OpenAI Responses API (no framework)
0 commit comments