Jack Gerrits
0d3bc948a1
Replatform closure agent on base agent ( #4389 )
* Replatform closure agent on base agent
* Fix mypy
* update agentcaht
---------
1 year ago
Jack Gerrits
45f16f534b
Fix deprecated usages ( #4374 )
1 year ago
Leonardo Pinheiro
ac53961bc8
Delete autogen-ext refactor deprecations ( #4305 )
* delete files and update dependencies
* add explicit config exports
* ignore mypy error on nb
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Kapil Sachdeva
b8ea088e33
fix - stop using the deprecated register api in chess_game sample ( #4265 )
1 year ago
Mohammad Mazraeh
196c6169fc
Feat add UI streaming to distributed group chat ( #4181 )
* add ui streaming to distributed group chat example
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* fix pyright error after updating dependencies
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
---------
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
1 year ago
Jack Gerrits
2b565713d0
Make save/load state for agent async ( #4195 )
1 year ago
Eric Zhu
111e69142b
Fix worker sample in core ( #4104 )
1 year ago
Mohammad Mazraeh
4023454c58
add simple chainlit integration ( #3999 )
1 year ago
Mohammad Mazraeh
0052e8179d
Add sample distributed group chat notebook ( #3759 )
* first notebook for distributed rock, paper and scissors
* add distributed group chat notebook
* fix formatting
* fix pipeline issues
* fix formatting issue
* promote distributed group chat notebook into a multiple files
* fix docs
* fix docs
* fix pyright
* Apply suggestions from code review
Add PR review suggestions
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* improving group chat manager from round robin to LLM based
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* remove lfs file to fix
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* add gut back using lfs
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* re-add gif using lfs
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* remove gitattributes
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* redo git lfs add
---------
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Taylor Rockey
8895e014a8
Update README.md for Sematic Router Example ( #3846 )
Added contributors to recognize the other devs who helped build the example
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Taylor Rockey
aa68f08133
Create Semantic Router example ( #3813 )
* Create Semantic Router example
* ruff formatting
* linting fixes
* pyright fixes
---------
1 year ago
Eric Zhu
4935472c5e
Remove unused sample script ( #3841 )
1 year ago
Jack Gerrits
b09e6777a4
Restructure extensions, update corresponding docs ( #3826 )
* Restructure extensions, update corresponding docs
* update tests, add deprecation messages
* fix tests
* update lockfile
---------
1 year ago
vikas434
a45d97c82f
Correcting Typo in README.md ( #3770 )
1 year ago
Leonardo Pinheiro
c765a34cbf
Move docker code exec to autogen-ext ( #3733 )
* move docker code exec to autogen-ext
* fix test
* rename docker subpackage
* add missing renamed package
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
1 year ago
Eric Zhu
da246ef71b
Move tool use with intervention to cookbook; remove duplicated examples ( #658 )
1 year ago
Eric Zhu
74a55c3907
Add multi-agent-debate pattern in documentation; remove from sample ( #637 )
1 year ago
Eric Zhu
a0ed11f8da
Add advanced mixture of agents guide; replacing the sample script ( #634 )
* Add moa cookbook for multi-layer mixture-of-agents
* Update moa
1 year ago
Eric Zhu
6c14c7859d
Remove samples that have duplicates in documentation ( #631 )
1 year ago
Jack Gerrits
dc02719f7c
Check for prints ( #616 )
* Check for prints
* format
1 year ago
Mohammad Mazraeh
1ac52729f4
add subscription deduplication ( #594 )
* add subscription deduplication
* format
---------
Co-authored-by: Mohammad Mazraeh <mmazraeh@microsoft.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
1 year ago
Jack Gerrits
93e7127f1f
Change references from agenext to autogen ( #610 )
1 year ago
Jack Gerrits
ab6ba80a98
Update pyright extends for core ( #562 )
* Update pyright extends for core
* Fixes
1 year ago
Eric Zhu
8018677234
Add response for registering agent type and adding subscriptions in distributed runtime, and throws an exception when error ( #582 )
* Add response for registering agent type and adding subscriptions in distributed runtime
* Update unit tests
* lint
1 year ago
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