Jack Gerrits
093e261158
Initial impl of new register and subscriptions ( #542 )
* Initial impl of new register and subscriptions
* progress
* test fixes, main issue was unbound self in routed agent
1 year ago
Aaron Gätje
4998ab5398
Fix issues in python core samples ( #549 )
* fix issues
* remove sender from send_message call
* Fix agent type
---------
Co-authored-by: Aaron Gaetje <aagaetje@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
68932331fd
fix docker samples, improve error message ( #548 )
* fix docker samples, improve error message
* mypy fixes
* format
* mypy ignore
1 year ago
Mohammad Mazraeh
0da2540327
add subscription to agents ( #544 )
Co-authored-by: Mohammad Mazraeh <mmazraeh@microsoft.com>
1 year ago
Eric Zhu
a6c1b503ad
Distributed agent runtime API for host and worker; unit tests; documentation ( #465 )
* host agent runtime API and docs
* graceful shutdown of worker
* HostAgentRuntime --> WorkerAgentRuntimeHost
* Add unit tests for worker runtime
* Fix bug in worker runtime adding sender filed to proto. Documentation.
* wip
* Fix unit tests; refactor API
* fix formatting
* Fix
* Update
* Make source field optional in Event proto
1 year ago
Jack Gerrits
0376a0b399
Change examples and docs to use docker executor by default ( #494 )
1 year ago
raimondasl
385b63b36f
Fixed AZURE_OPENAI_API_ENDPOINT name. Added needed packages. ( #467 )
* Fixed AZURE_OPENAI_API_ENDPOINT name. Added needed packages.
* remove hatch comment from doc
---------
Co-authored-by: Raimondas Lencevicius <rlencevicius@microsoft.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
1 year ago
Eric Zhu
976a7d4d77
create model context component, remove chat memory component, refactor samples #454 ( #469 )
* create model context component, remove chat memory component, refactor samples #454
* Fix bugs in samples.
* Fix
* Update docs
* add unit tests
1 year ago
Jack Gerrits
5f86ce18f2
Update task to be something that can be done in a container standalone ( #466 )
1 year ago
Jack Gerrits
05ff2d33e0
Rename codec to serializer ( #462 )
1 year ago
Aamir
66e0e8e097
Add slow human in loop sample ( #423 )
* Add slow human in loop
* Fix
* Fix
* Fix
* Fix input
* Don't persist to json
* Add comment
* Fix imports
* Feedback
* Use if instead of while
* Add stop_when
* Merge from UV
* Multiple handlers
* Allow multiple intervention handleres to be supplied
* intervention_handler -> intervention_handlers
* Fix up
* Merge
* Merge
* Fix termination
* Handle feedback
* fmt
* Fix
* Fix
* Add initial message in the assistant memory
* Documentation
* fmt
* Update comment
* Downgrade protobuf from v5 to v4
* Address feedback
* Update python/packages/autogen-core/samples/demos/slow_human_in_loop.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update python/packages/autogen-core/samples/demos/slow_human_in_loop.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update python/packages/autogen-core/samples/demos/slow_human_in_loop.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Address comment
* Fix
* Fix to use lambda
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
8504ea0bf2
Support datacontenttype and lay groundwork for unknown payloads ( #444 )
* Support datacontenttype and lay groundwork for unknown payloads
* Update dotnet based on proto changes
1 year ago
Aamir
042958e3ab
Allow multiple intervention handlers to be supplied to the runtime ( #435 )
* Allow multiple intervention handleres to be supplied
* intervention_handler -> intervention_handlers
* Run format
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
5e8840d13c
Python: organize packages in package directory ( #420 )
* Move packages to packages directory
* remove screenshot
* update some paths
1 year ago