Skip to content

Commit 572341a

Browse files
committed
update description
1 parent 69c9efa commit 572341a

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

typescript-sdk/integrations/agno/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @ag-ui/agno
22

3-
AG-UI integration for **Agno** - Multi-Agent Systems framework with memory, knowledge and reasoning.
3+
Implementation of the AG-UI protocol for Agno.
44

55
Connects Agno agents to frontend applications via the AG-UI protocol using HTTP communication.
66

typescript-sdk/integrations/crewai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @ag-ui/crewai
22

3-
AG-UI integration for **CrewAI** - Sequential multi-agent workflows and collaborative agent teams.
3+
Implementation of the AG-UI protocol for CrewAI.
44

55
Connects CrewAI Flows and Crews to frontend applications via the AG-UI protocol. Supports both TypeScript HTTP clients and Python FastAPI server integration with streaming crew execution.
66

typescript-sdk/integrations/crewai/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ag-ui-crewai
22

3-
AG-UI integration for **CrewAI** - Build powerful agent workflows and multi-agent crews with LLMs.
3+
Implementation of the AG-UI protocol for CrewAI.
44

55
Provides a complete Python integration for CrewAI flows and crews with the AG-UI protocol, including FastAPI endpoint creation and comprehensive event streaming.
66

typescript-sdk/integrations/crewai/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "ag-ui-crewai"
33
version = "0.1.3"
4-
description = "AG-UI integration for CrewAI - Build powerful agent workflows and multi-agent crews with LLMs"
4+
description = "Implementation of the AG-UI protocol for CrewAI"
55
authors = ["Markus Ecker <[email protected]>"]
66
readme = "README.md"
77
exclude = [

typescript-sdk/integrations/langgraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @ag-ui/langgraph
22

3-
AG-UI integration for **LangGraph** - Build agent-native applications with shared state and human-in-the-loop workflows.
3+
Implementation of the AG-UI protocol for LangGraph.
44

55
Connects LangGraph graphs to frontend applications via the AG-UI protocol. Supports both local TypeScript graphs and remote LangGraph Cloud deployments with full state management and interrupt handling.
66

typescript-sdk/integrations/langgraph/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ag-ui-langgraph
22

3-
AG-UI integration for **LangGraph** - Build stateful, multi-actor applications with LLMs using graphs.
3+
Implementation of the AG-UI protocol for LangGraph.
44

55
Provides a complete Python integration for LangGraph agents with the AG-UI protocol, including FastAPI endpoint creation and comprehensive event streaming.
66

typescript-sdk/integrations/langgraph/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "ag-ui-langgraph"
33
version = "0.0.1"
4-
description = "AG-UI integration for LangGraph - Build stateful, multi-actor applications with LLMs using graphs"
4+
description = "Implementation of the AG-UI protocol for LangGraph."
55
authors = ["Ran Shem Tov <[email protected]>"]
66
readme = "README.md"
77
exclude = [

typescript-sdk/integrations/llamaindex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @ag-ui/llamaindex
22

3-
AG-UI integration for **LlamaIndex** - Build RAG applications with workflows and agentic reasoning.
3+
Implementation of the AG-UI protocol for LlamaIndex.
44

55
Connects LlamaIndex workflows to frontend applications via the AG-UI protocol. Provides HTTP connectivity to LlamaIndex servers with support for RAG pipelines and workflow orchestration.
66

typescript-sdk/integrations/mastra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @ag-ui/mastra
22

3-
AG-UI integration for **Mastra** - TypeScript-native agentic framework.
3+
Implementation of the AG-UI protocol for Mastra.
44

55
Connects Mastra agents (local and remote) to frontend applications via the AG-UI protocol. Supports streaming responses, memory management, and tool execution.
66

typescript-sdk/integrations/vercel-ai-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @ag-ui/vercel-ai-sdk
22

3-
AG-UI integration for **Vercel AI SDK** - Build AI applications with streaming text and tool calls.
3+
Implementation of the AG-UI protocol for Vercel AI SDK.
44

55
Connects Vercel AI SDK models and tools to frontend applications via the AG-UI protocol. Provides native TypeScript integration with streamText, tool execution, and multi-step workflows.
66

0 commit comments

Comments
 (0)