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
|
1 year ago |
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>
|
1 year ago |
Jack Gerrits
|
853b00b0f0
|
Add message context to message handler (#367)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
1 year ago |
Jack Gerrits
|
3ba7a48b13
|
Implement try_get_underlying_agent_instance (#249)
|
2 years ago |
Jack Gerrits
|
a52d3bab53
|
Agent factory can be async (#247)
|
2 years ago |
Jack Gerrits
|
766635394a
|
Update send_message to be a single async operation. Add start helper to runtime to manage this (#165)
|
2 years ago |
Jack Gerrits
|
a13c971b16
|
Change send/publish api to better support async and represent reality (#137)
* Make send and publish better represent reality
* fix team-one
|
2 years ago |
Jack Gerrits
|
d365a588cb
|
Move python code to subdir (#98)
|
2 years ago |