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
Helen
82bb342fb3
Fix a broken link ( #471 )
1 year ago
Eric Zhu
2345557c62
add router to message handler Routing Predicates for message_handler in RoutedAgent #397 ( #446 )
* add router to message handler Routing Predicates for message_handler in RoutedAgent #397
* route --> match
* update docs
* type checking message parameter
* update docs
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
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
3be2059516
Add some FAQs to the website ( #456 )
1 year ago
Aamir
df362c53cf
Downgrade protobuf from v5 to v4 ( #453 )
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
Jack Gerrits
df44d26c87
Fix docs edit link and ref links ( #448 )
1 year ago
Aamir
dacd290f1e
Add a generic `stop_when` to runtime ( #431 )
* Add stop_when
* Format
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
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
c72e2484c2
Fix pytest asycio warning ( #440 )
1 year ago
Jack Gerrits
ba64f442de
Remove static subscription restriction ( #439 )
1 year ago
Eric Zhu
479d5fa9d1
Fix documentation bug ( #438 )
1 year ago
Jack Gerrits
0f9254b4fa
Update installation instructions based on directory moves ( #436 )
1 year ago
afourney
243c095796
Updated the root path discovery in agbench to reflect latest folder structure. ( #433 )
1 year ago
Jack Gerrits
4faa5980fb
fix version ( #430 )
1 year ago
Jack Gerrits
581cda0cfd
Pin grpc and gen task ( #429 )
1 year ago
Jack Gerrits
90dfcaf28f
Update version and description of core ( #427 )
1 year ago
Jack Gerrits
4ff5610853
Migrate to uv and poe for workspace management and task running ( #424 )
* Migrate to uv and poe for workspace management and task running
* install python
* try fix
* ensure workspace venv in used
* package dir
* move nbqa to mypy task
* separate sync, clarify docs
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