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.
2024-07-03 00:04:44 -07:00
F. Hinkelmann
8133b7de22
Fix simple typo in chat-termination.ipynb ( #3050 )
2024-07-03 02:26:07 +00:00
gagb
9df928b73e
Improve printing further ( #172 )
...
* Improve pretty printing
* Improve printing further
2024-07-02 18:09:45 -07:00
gagb
e0065cab42
Improve pretty printing ( #171 )
2024-07-03 00:50:08 +00:00
gagb
bcec0502d7
Numerous fixes for agbench ( #170 )
...
* Shift to new runtime API
* Add pretty printing
* Reformat
* Fix linting errors
2024-07-02 23:18:48 +00:00
Mark Sze
fbf24a5f6f
Blog post for enhanced non-OpenAI model support ( #2965 )
...
* Blogpost for enhanced non-OpenAI model support
* update: quickstart with simple conversation
* update: authors details
* Added upfront text
* Added function calling, refined text. Added chess for alt-models notebook, updated examples listing.
* Added Groq to blog
* Removed acknowledgements
---------
Co-authored-by: Hk669 <hrushi669@gmail.com>
Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
2024-07-02 19:28:24 +00:00
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>
2024-07-02 10:58:49 -07:00
Qingyun Wu
3f1be8abcb
update readme ( #3057 )
...
* update readme
* Update README.md
Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
* add notion link
---------
Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
2024-07-02 17:49:58 +00:00
F. Hinkelmann
8e66590a1e
Fix simple typos in human-in-the-loop.ipynb ( #3051 )
2024-07-02 16:25:06 +00:00
Li Jiang
62792478a4
Update qdrant dependency ( #3064 )
...
* Update qdrant dependency
* Update qdrant dependency
2024-07-02 16:00:31 +00:00
Li Jiang
8c56cc7d80
Fix llama_index tests ( #3063 )
2024-07-02 13:55:32 +00:00
Xiaoyun Zhang
66e50618bd
[.Net] Fix #3045 ( #3047 )
...
* make IStreamingMessage obsolete
* update final reply message
2024-07-01 16:52:57 +00:00
Jack Gerrits
766635394a
Update send_message to be a single async operation. Add start helper to runtime to manage this ( #165 )
2024-07-01 11:53:45 -04:00
David Luong
80ecbf900c
[.Net] Support tools for AnthropicClient and AnthropicAgent ( #2944 )
...
* Squash commits : support anthropic tools
* Support tool_choice
* Remove reference from TypeSafeFunctionCallCodeSnippet.cs and add own function in test proj
2024-06-30 23:21:34 +00:00
Julia Kiseleva
e743d4d963
Update README.md ( #3025 )
...
adding links to blogposts to increase the clarity
2024-06-30 22:00:13 +00:00
Xiaoyun Zhang
b8a47a8d42
[.Net] fix #3014 by adding local model function call in dotnet website ( #3044 )
...
* add instruction in ollama-litellm function call example
* add tutorial
* fix tests
2024-06-30 18:43:22 +00:00
Eric Zhu
28f11c726d
Add architecture overview ( #164 )
2024-06-30 08:38:11 -07:00
Eric Zhu
f42361f57d
Update Docs; Update examples to allow Azure OpenAI setup ( #154 )
...
* Update Docs; Update examples to allow Azure OpenAI setup
* update
2024-06-28 23:15:46 -07:00
Luis Quintanilla
4093102e51
Add Copilot extension to devcontainer ( #150 )
...
Co-authored-by: gagb <gagb@users.noreply.github.com>
2024-06-28 16:15:53 -07:00
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
2024-06-28 15:50:10 -07:00
Eric Zhu
6b2cf8d938
Fix bug in logging for single threaded agent runtime. ( #153 )
...
* fix logging
* fix doc
2024-06-28 15:27:00 -07:00
Eric Zhu
4023f13b5f
Refactor documentation pages and Add core concept page. ( #140 )
2024-06-28 14:15:51 -07:00
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>
2024-06-28 08:03:42 -07:00
Jack Gerrits
13b0d0deb4
Implement closure agent ( #143 )
2024-06-28 10:22:44 -04:00
Mark Sze
23c1dec206
Groq Client ( #3003 )
...
* Groq Client Class - main class and setup, except tests
* Change pricing per K, added tests
* Streaming support, including with tool calling
* Used Groq retries instead of loop, thanks Gal-Gilor!
* Fixed bug when using logging.
---------
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
2024-06-28 05:58:42 +00:00
HRUSHIKESH DOKALA
55cc542bcf
fix log_function_use warning ( #3018 )
2024-06-28 03:57:04 +00:00
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
2024-06-27 16:39:16 -07:00
William W Wang
5fd2609191
Create azure_cosmos_db in ecosystems.md ( #2371 )
...
* Create azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
* Update azure_cosmos_db.md
2024-06-27 23:34:10 +00:00
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>
2024-06-27 11:46:06 -07:00
Jack Gerrits
ec17dd16ed
Organize logging ( #138 )
2024-06-27 14:36:05 -04:00
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
2024-06-27 13:40:12 -04:00
Eric Zhu
905e2e3f95
Update doc and README ( #135 )
2024-06-27 07:41:36 -07:00
Eric Zhu
d637f43011
Add multi-agent debate pattern. ( #134 )
2024-06-27 00:06:13 -07:00
Xiaoyun Zhang
57ec13c2eb
[.Net] add sample on how to make function call using lite llm and ollama Plus move ollama openai sample to AutoGen.OpenAI.Sample project ( #3015 )
...
* add sample
* Update Connect_To_Ollama.cs
* Update Connect_To_Ollama.cs
2024-06-26 15:33:28 +00:00
Eric Zhu
6d149fe728
Add coder-executor example; document the examples; clarify pub-sub as broadcast communication ( #132 )
2024-06-26 06:32:33 -07:00
Eric Zhu
a4f08959b7
update docs ( #129 )
2024-06-25 16:51:49 -07:00
Jeffrey Su
08726421fc
#2708 add Add a judgment to the graph constructor ( #2709 )
...
* #2708 add Add a judgment to the graph constructor
* #2708 add Add a judgment to the graph constructor & added unit test
* #2708 #2079 move GraphTests to AutoGen.Tests; delete AutoGen.Core.Tests project
2024-06-25 23:09:08 +00:00
gagb
1cd39691f1
Move agents to a subdir ( #128 )
2024-06-25 14:50:42 -07:00
Xiaoyun Zhang
5e744f7fe4
improve Create agent with tools
and add tuturial reference in index.md ( #3024 )
2024-06-25 21:40:52 +00:00
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
2024-06-25 14:27:45 -07:00
Eric Zhu
44443c8aad
Remove chat layer, move it to examples/common ( #125 )
2024-06-25 13:23:29 -07:00
James Woffinden-Luey
17dbaa514e
AgentEval Blogpost ( #2954 )
...
* first draft of agent eval blog post
* adding NextSteps section
* Update website/blog/2024-06-21-AgentEval/index.mdx
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Update website/blog/2024-06-21-AgentEval/index.mdx
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* addressing some pr comments
* fixing whitespace
* fixing typo
* adding bit about sequential chats
* fixing whitespace
* adding more about verifier
---------
Co-authored-by: Beibin Li <BeibinLi@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2024-06-25 18:02:52 +00:00
gagb
059550648e
Add team-one/coder ( #121 )
...
* Add coder agent for t1
* Rename OpenAI
2024-06-25 10:28:48 -07:00
Xiaoyun Zhang
f438d980b0
fix #2975 ( #3012 )
2024-06-25 16:52:55 +00:00
Jack Gerrits
f24278c295
Rename OpenAI to OpenAIChatCompletionClient ( #123 )
2024-06-25 12:39:25 -04:00
Xiaoyun Zhang
203954e9c1
[.Net] Update website with Tutorial section ( #2982 )
...
* update
* Update -> Releaes Notes
* add ImageChat
* update
* update
2024-06-25 16:23:24 +00:00
Jack Gerrits
f5f4c39238
Add infra for message serialization ( #122 )
2024-06-25 12:08:38 -04:00
gagb
9afd1fbe93
Update README.md ( #120 )
...
Fix incorrect file path
2024-06-24 23:27:32 -07:00
Jack Gerrits
bb4bb5bd14
Dont print exceptions for cancelled errors ( #119 )
2024-06-24 19:54:19 -04:00
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
2024-06-24 23:28:06 +00:00