Eric Zhu
|
d7ae2038fb
|
Rename TypeRoutedAgent to RoutedAgent; log on unhandled message. (#400)
* Rename TypeRoutedAgent to RoutedAgent; log on unhandled message.
* format
* Deprecation warning
* add test for routed agent
* add TypeRoutedAgent import
* fix import
|
2024-08-23 13:22:31 -07:00 |
|
Eric Zhu
|
ed0890525d
|
Make RunContext internal (#386)
* Make RunContext internal
* Mypy
|
2024-08-21 13:59:59 -07:00 |
|
Jack Gerrits
|
e1a823fb6d
|
Initial impl of topics and subscriptions (#350)
* initial impl of topics and subscriptions
* Update python/src/agnext/core/_agent_runtime.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* add topic in context
* migrate
* migrate code for topics
* migrate team one
* edit notebooks
* formatting
* fix imports
* Build proto
* Fix circular import
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2024-08-20 14:41:24 -04:00 |
|
Jack Gerrits
|
853b00b0f0
|
Add message context to message handler (#367)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2024-08-17 03:14:09 +00:00 |
|
Eric Zhu
|
1531a448ad
|
Doc: multi-agent design pattern (#329)
* Doc: multi-agent design pattern
* Fix warnings.
* mypy
* fix type
* chore: Remove unused import and checkpoint code in langgraph_agent.py
|
2024-08-07 07:49:28 +00:00 |
|
Eric Zhu
|
2bc0a33f78
|
Add LangGraph agent example (#290)
* Add LangGraph agent example
* fix
|
2024-07-26 18:23:31 -07:00 |
|