Implementation of the AG-UI protocol for LangGraph. Brim Fork Version
Project description
ag-ui-langgraph
Implementation of the AG-UI protocol for LangGraph.
Provides a complete Python integration for LangGraph agents with the AG-UI protocol, including FastAPI endpoint creation and comprehensive event streaming.
Installation
pip install ag-ui-langgraph
Usage
from langgraph.graph import StateGraph, MessagesState
from langchain_openai import ChatOpenAI
from ag_ui_langgraph import LangGraphAgent, add_langgraph_fastapi_endpoint
from fastapi import FastAPI
from my_langgraph_workflow import graph
# Add to FastAPI
app = FastAPI()
add_langgraph_fastapi_endpoint(app, graph, "/agent")
Features
- Native LangGraph integration – Direct support for LangGraph workflows and state management
- FastAPI endpoint creation – Automatic HTTP endpoint generation with proper event streaming
- Advanced event handling – Comprehensive support for all AG-UI events including thinking, tool calls, and state updates
- Message translation – Seamless conversion between AG-UI and LangChain message formats
To run the dojo examples
cd python/ag_ui_langgraph/examples
poetry install
poetry run dev
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
brim_ag_ui_langgraph-0.0.61.tar.gz
(270.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brim_ag_ui_langgraph-0.0.61.tar.gz.
File metadata
- Download URL: brim_ag_ui_langgraph-0.0.61.tar.gz
- Upload date:
- Size: 270.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d6b71c39dfbb58f43a163d701912e5f63331dd046225e8711377be54c91981c
|
|
| MD5 |
c6095a53649ca4a71544ddf0295bb4b4
|
|
| BLAKE2b-256 |
cbddda2619fda0f2dda4c6b06341f3b7f04a8a1b1aef6288321a5ea6f45fc173
|
File details
Details for the file brim_ag_ui_langgraph-0.0.61-py3-none-any.whl.
File metadata
- Download URL: brim_ag_ui_langgraph-0.0.61-py3-none-any.whl
- Upload date:
- Size: 37.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83392b40714de83ebb24378701ee753d9b1f39bb76be12e1e831ea5fd255cd06
|
|
| MD5 |
f554a05f503cc11321d4b80c2c4fd45d
|
|
| BLAKE2b-256 |
d94694bd2efa31e2c71720957b1e8346be49a311323c040431b71d6d9db079c4
|