Hussein Mozannar
c8f6f3bb38
Fix TeamOne examples with subscriptions to topics ( #407 )
* logprobs openai support
* remove print statement
* Update _types.py
* Update _openai_client.py
* empty commit to run checks
* fix teamone examples subscription
* update sample usage
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
1 year ago
Eric Zhu
ed0890525d
Make RunContext internal ( #386 )
* Make RunContext internal
* Mypy
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
afourney
61dec0a3ca
Added token counting to TeamOne ( #264 )
* Added token counting to TeamOne
2 years ago
Jack Gerrits
a52d3bab53
Agent factory can be async ( #247 )
2 years ago
afourney
211bfa01c3
TeamOne implementation of GAIA ( #221 )
Port of GAIA benchmark
2 years ago
gagb
386680fd3e
Add initial base and ledger orchestrator, improve executor ( #206 )
* Add initial base orchestrator
* Add basic ledger based orchestrator
* Improve executor; Improve prompts and logging for orchestration
2 years ago
afourney
04d9709aec
Agnext websurfer ( #205 )
* Initial work on multimodal websurfer
* A little more progress.
* Getting function calling to work.
* Some basic progress with navigation.
* Added ability to print multimodal messages to console.
* Fixed hatch error
* Nicely print multimodal messages to console.
* Got OCR working.
* Fixed the click action.
* Solved some hatch errors.
* Fixed some formatting errors.
* Fixed more type errors.
* Yet more fixes to types.
* Fixed many type errors.
* Fixed all type errors. Some needed to be ignored. See todos.
* Fixed all? hatch errors?
* Fixed multiline aria-names in prompts.
2 years ago
afourney
699f024a6d
Adds a standard logging / log-printing class to TeamOne ( #194 )
* Added initial code for TeamOne utils.
* Fixed hatch errors.
* Updated examples.
* Fixed more hatch errors.
* examples/example_coder.py
* Added standard logging for TeamOne
* Read time from log record.
2 years ago
afourney
f7357499be
Teamone utils ( #192 )
* Added initial code for TeamOne utils.
* Fixed hatch errors.
* Updated examples.
* Fixed more hatch errors.
* Improve readme
---------
Co-authored-by: gagb <gagb@users.noreply.github.com>
2 years ago
afourney
8eb8a4b14d
Added user proxy. ( #176 )
* Added user proxy.
* Add dependency
---------
Co-authored-by: gagb <gagb@users.noreply.github.com>
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
gagb
aff179776c
Add coder, file surfer, common message types in team-one ( #142 )
* Update message types
* Add new coder, refactor file surfer
* Run hatch check
* Run hatch check
2 years ago
gagb
8901b4d224
Add module for common messages ( #133 )
* Move agents to a subdir
* Add placeholder for example team
* Move messages to a common file
* Add rounrobin orchestrator + reflex agents
* Fix import errors
* Clean up commented code
* Fix formatting errors
* Fix a linting error
* Fix formatting errors
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
gagb
1cd39691f1
Move agents to a subdir ( #128 )
2 years ago
gagb
292964934b
Add initial file surfer + examples for team one ( #126 )
* Add initial file surfer
* Fix return type
* Add example for running coder
* Run hatch check
* Add example for file surfer
* Add aiofiles to dependencies
2 years ago
Jack Gerrits
b3ef035e3e
add example team ( #107 )
* add example team
* add checks
2 years ago