Skip to content

Commit

Permalink
backend: Upgrade langgraph, add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
StreetLamb committed Apr 26, 2024
1 parent cd7467f commit 3ffb8ea
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 187 deletions.
1 change: 1 addition & 0 deletions backend/app/core/graph/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ async def generator(team: Team, members: list[Member], messages: list[ChatMessag
for message in messages
]

# TODO: Figure out how to use async_stream to stream responses from subgraphs
async for output in root.astream(
{
"messages": messages,
Expand Down
Loading

0 comments on commit 3ffb8ea

Please sign in to comment.