Skip to content

Commit 5492ad1

Browse files
Merge branch 'main' into main
2 parents dd1e764 + 1388122 commit 5492ad1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ AG-UI was born from CopilotKit's initial partnership with LangGraph and CrewAI -
113113

114114
| SDK | Status | AG-UI Resources | Integrations |
115115
| --- | ------- | ---------------- | ------------- |
116-
| [Kotlin]() | ✅ Supported | ➡️ [GitHub Source](https://github.com/Contextable/ag-ui-4k) | Community |
116+
| [Kotlin]() | ✅ Supported | ➡️ [GitHub Source](https://github.com/ag-ui-protocol/ag-ui/tree/main/sdks/community/kotlin) | Community |
117+
| [Golang]() | ✅ Supported | ➡️ [GitHub Source](https://github.com/ag-ui-protocol/ag-ui/tree/main/sdks/community/go) | Community |
117118
| [.NET]() | 🛠️ In Progress | ➡️ [PR](https://github.com/ag-ui-protocol/ag-ui/pull/38) | Community |
118119
| [Nim]() | 🛠️ In Progress | ➡️ [PR](https://github.com/ag-ui-protocol/ag-ui/pull/29) | Community |
119-
| [Golang]() | 🛠️ In Progress | ➡️ [PR](https://github.com/ag-ui-protocol/ag-ui/pull/339) | Community |
120120
| [Rust]() | 🛠️ In Progress | ➡️ [PR](https://github.com/ag-ui-protocol/ag-ui/pull/243) | Community |
121121
| [Java]() | 🛠️ In Progress | ➡️ [GitHub Source](https://github.com/ag-ui-protocol/ag-ui/issues/20) | Community |
122122
| [Dart]() | 🛠️ In Progress | ➡️ [PR](https://github.com/ag-ui-protocol/ag-ui/pull/432) | Community |

typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ async def _handle_single_event(self, event: Any, state: State) -> AsyncGenerator
706706
ToolCallResultEvent(
707707
type=EventType.TOOL_CALL_RESULT,
708708
tool_call_id=tool_call_output.tool_call_id,
709-
message_id=uuid.uuid4(),
709+
message_id=str(uuid.uuid4()),
710710
content=tool_call_output.content,
711711
role="tool"
712712
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ag-ui-langgraph"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description = "Implementation of the AG-UI protocol for LangGraph."
55
authors = ["Ran Shem Tov <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)