gagb
4c87ed71eb
Improve file surfer ( #204 )
* Move file surfer to use baseagent
* Remove unused code
* Fix hatch err
* Intermediate commit to move mdconvert
* Fix linting errors
* Implement file surfer from autogen
* Run hatch check
* Fix more linting errors
* Fix errors in requests_markdown_browser. Ignore errors in mdconvert.
---------
Co-authored-by: Adam Fourney <adamfo@microsoft.com>
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
5996b452eb
TeamOne handle multimodal console ( #200 )
* Added ability to print multimodal messages to console.
* Fixed hatch error
2 years ago
afourney
14628f2ae0
add ParametersSchema to tools exports ( #199 )
2 years ago
gagb
4553bf9054
Move file surfer to use baseagent ( #198 )
* Move file surfer to use baseagent
* Remove unused code
* Fix hatch err
2 years ago
afourney
ea2fcc28c3
Removes a redundant time field. ( #197 )
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
Jack Gerrits
05e72084e8
Allow model client to accept the tool schema directly ( #196 )
2 years ago
Jack Gerrits
2191b3144b
Fix double await ( #195 )
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
beada0279c
Initial proof-of-concept for TeamOne BaseAgent class ( #181 )
* Initial proof-of-concept for TeamOne BaseAgent class
* Fixed most hatch errors.
* Handle final Hatch error
---------
Co-authored-by: gagb <gagb@users.noreply.github.com>
2 years ago
gagb
7d12c70cff
Add missing file surfer dependency ( #191 )
2 years ago
Jack Gerrits
bf32bb67ae
[Python] Specify subscriptions as strings and not types ( #169 )
* Add infra for message serialization
* Add message type registry to handle type registration
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
gagb
f82f3852d3
Update to use new src ( #177 )
2 years ago
Eric Zhu
5abaacc56e
Update foundation chapter on runtime running ( #175 )
2 years ago
afourney
2e7c7e2d82
Cleaned up Dockerfile for agnext ( #173 )
Co-authored-by: gagb <gagb@users.noreply.github.com>
2 years ago
afourney
99ecb5ec7f
Added 'request_halt' flag, and fixed an orchestration bug ( #174 )
* Added 'request_halt' flag, and fixed an orchestration bug
* Fixed formatting errors.
* Fixed a hatch error with casting.
2 years ago
gagb
9df928b73e
Improve printing further ( #172 )
* Improve pretty printing
* Improve printing further
2 years ago
gagb
e0065cab42
Improve pretty printing ( #171 )
2 years ago
gagb
bcec0502d7
Numerous fixes for agbench ( #170 )
* Shift to new runtime API
* Add pretty printing
* Reformat
* Fix linting errors
2 years ago
afourney
ca42b560e9
Initial work porting AutoGenBench to AGNext ( #141 )
* Initial check-in of agbench
* Moved agbench to intended directory.
* Removed pyautogen dependency
* moved to using process_until_idle
* Added TeamOne template.
* User TeamOne agent classes.
* migrate to hatch, move benchmarks out, add CI (#166 )
* Resolve type issues (#168 )
Thanks for fixing types.
* Fixed import.
---------
Co-authored-by: Jack Gerrits <jackgerrits@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
Eric Zhu
28f11c726d
Add architecture overview ( #164 )
2 years ago
Eric Zhu
f42361f57d
Update Docs; Update examples to allow Azure OpenAI setup ( #154 )
* Update Docs; Update examples to allow Azure OpenAI setup
* update
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
Eric Zhu
6b2cf8d938
Fix bug in logging for single threaded agent runtime. ( #153 )
* fix logging
* fix doc
2 years ago
Eric Zhu
4023f13b5f
Refactor documentation pages and Add core concept page. ( #140 )
2 years ago
Reuben Bond
ebed669231
Initial cross-language protocol for agents ( #139 )
* Initial prototype of .NET gRPC worker client + service
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2 years ago
Jack Gerrits
13b0d0deb4
Implement closure agent ( #143 )
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
Eric Zhu
8308c928cb
Add process_until_idle; add tests for cascading scenario. ( #136 )
* Add process_until_idle; add tests for cascading scenario.
* await publish
* update examples
* update examples
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2 years ago
Jack Gerrits
ec17dd16ed
Organize logging ( #138 )
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
Eric Zhu
905e2e3f95
Update doc and README ( #135 )
2 years ago
Eric Zhu
d637f43011
Add multi-agent debate pattern. ( #134 )
2 years ago
Eric Zhu
6d149fe728
Add coder-executor example; document the examples; clarify pub-sub as broadcast communication ( #132 )
2 years ago
Eric Zhu
a4f08959b7
update docs ( #129 )
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
Eric Zhu
44443c8aad
Remove chat layer, move it to examples/common ( #125 )
2 years ago
gagb
059550648e
Add team-one/coder ( #121 )
* Add coder agent for t1
* Rename OpenAI
2 years ago
Jack Gerrits
f24278c295
Rename OpenAI to OpenAIChatCompletionClient ( #123 )
2 years ago
Jack Gerrits
f5f4c39238
Add infra for message serialization ( #122 )
2 years ago
gagb
9afd1fbe93
Update README.md ( #120 )
Fix incorrect file path
2 years ago
Jack Gerrits
bb4bb5bd14
Dont print exceptions for cancelled errors ( #119 )
2 years ago
Eric Zhu
a73a0330e5
Fix links in examples ( #118 )
* add tool use example; refactor example directory
* update
* add more examples
* fix
* fix
* doc
* move
* add group chat example, create patterns folder
* fix links
2 years ago
Eric Zhu
1e49aee8fc
Add group chat pattern, create separate folder for patterns ( #117 )
* add tool use example; refactor example directory
* update
* add more examples
* fix
* fix
* doc
* move
* add group chat example, create patterns folder
2 years ago
Eric Zhu
2ab3ce48b1
add tool use and core examples; refactor example directory ( #112 )
* add tool use example; refactor example directory
* update
* add more examples
* fix
* fix
* doc
2 years ago
Jack Gerrits
6189fdb05c
simplify namespace usage ( #116 )
* simplify namespace usage
* format
* pyright
2 years ago