Jack Gerrits
a6f022958f
Update version to dev1 ( #3791 )
* Update version to dev1
* lockfile
* update tilde
1 year ago
Jack Gerrits
1ecb451b04
Fill spelling mistake ( #3786 )
1 year ago
Jack Gerrits
17af38dc6a
Add work in progress message to agentchat on home ( #3784 )
1 year ago
Eric Zhu
6f5bdd2c28
Create a notebook to demonstrate handoff pattern ( #3778 )
1 year ago
Eric Zhu
5140a23fef
Update indexes for better navigation ( #3779 )
* Update indexes for better navigation
* Fix link
* Fix link
1 year ago
Sunil Sattiraju
a106229568
Support structured output ( #3732 )
* Support structured output
* use ruff format
* add type checking for cookbook
* add the notebook to index.md
* fix the type error
* pass response_format explicitly
* remove casting
* ensure type are correct
* seperate response_format arg
* fix type and resolve pyright errors
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Eric Zhu
43ccc811e0
Make sure exceptions in process publish is logged. ( #3774 )
1 year ago
vikas434
a45d97c82f
Correcting Typo in README.md ( #3770 )
1 year ago
Hussein Mozannar
373adc9a34
Adding Benchmarks back into agbench and updates to agbench ( #3711 )
1 year ago
Jack Gerrits
373e14ec25
Add initial extensions doc page ( #3762 )
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
afourney
e1e9d19cb4
Skip Bing tests when no API key is present. ( #3757 )
* Skip Bing pytests when no API key is present.
* Fixed formatting.
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
1 year ago
Eric Zhu
e5e3f11275
Update quick start examples to illustrate how to set up model client completely ( #3739 )
1 year ago
afourney
a4bd8cf992
The /python/benchmarks folder simply contained a note indicating that the benchmarks were moved. This commit deletes this note and directory. ( #3735 )
1 year ago
Eric Zhu
498854aed3
Use script-friendly example in README and quickstart ( #3728 )
* Use script-friendly example in README and quickstart
* Remove accidentally commited file
* Update instruction
1 year ago
Eric Zhu
d7ae970c87
Changing URL; update description; removing v0.2 file ( #3729 )
1 year ago
Eric Zhu
dd0d238b43
Fix browser test ( #3730 )
1 year ago
Jack Gerrits
31342e3fd1
Clarify magentic one availability ( #3720 )
1 year ago
Hussein Mozannar
8e50e58433
Move from tomllib to tomli ( #3714 )
1 year ago
Jack Gerrits
23fd92a017
Fix packages link ( #3718 )
1 year ago
Jack Gerrits
33f5f13832
Fix redirects taking into account base path ( #3716 )
1 year ago
Jack Gerrits
0758d106cd
Fix output directory for website ( #3712 )
1 year ago
Eric Zhu
8c5150b1d4
Refactor logging in agentchat ( #3709 )
* Refactor logging in agentchat
* fix notebook
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
6567d90941
Update references to autogen ( #3708 )
1 year ago
Jack Gerrits
2526c69ce9
Include license file in package ( #3703 )
1 year ago
Jack Gerrits
f326b36242
Documentation tweaks ( #3705 )
* Add extension to handle pydantic docs
* Docs tweaks
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
d037db9f9b
add clarity to site ( #3704 )
1 year ago
Eric Zhu
64365b6835
Termination condition for agentchat teams ( #3696 )
* Update PR link in blog post (#3602 )
* Update PR link in blog post
* Update index.mdx
* Create CI to tag issues with needs triage (#3605 )
* Update issue templates (#3610 )
* Update config.yml
* Delete .github/ISSUE_TEMPLATE.md
* Delete .github/ISSUE_TEMPLATE/general_issue.yml
* Update feature_request.yml
* Update feature_request.yml
* Update feature_request.yml
* Update feature_request.yml
* Update bug_report.yml
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/config.yml
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update bug_report.yml
* Update config.yml
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* termination condition
* Termination condition
* termination condition in group chat manager
* Update module import
* Fix logging
* Clean up
* Fix doc string
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
333c95155c
Website design tweaks ( #3699 )
* Style updates for website
* tab styling
1 year ago
Leonardo Pinheiro
53e5951474
Lspinheiro/chore/migrate azure executor autogen ext ( #3652 )
* migrate code executor and tests
* update extras
* update dependencies and examples
* fix imports
* fix uv lock
* add code_executor to toctree
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Eric Zhu
ffb16d560a
Set logging of internal messages to debug ( #3694 )
* Set logging of internal messages to debug
* Fix worker runtime tests
1 year ago
Victor Dibia
4290cfa258
Add Documentation for AgentChat ( #3635 )
* update docs on agent chat.
* add langchain support
* fix formatting issues
* Update python/packages/autogen-core/docs/src/agentchat-user-guide/index.md
Co-authored-by: gagb <gagb@users.noreply.github.com>
* Update python/packages/autogen-core/docs/src/agentchat-user-guide/index.md
Co-authored-by: gagb <gagb@users.noreply.github.com>
* add company reseach and literature review examples with tools
* format fixes
* format and type fixes
* add selector groupchat to agentchat index page
* rename quick start as code exec
* type fixes
* format fix
* Remove blank cell from notebooks
---------
Co-authored-by: gagb <gagb@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Eric Zhu
02ced7c6b3
Selector group chat that uses LLM to select the next speaker ( #3680 )
* Selector group chat that uses LLM to select the next speaker
* Merge remote-tracking branch 'origin/staging' into selector-groupchat
* Add allow_repeated_speaker option
* Add test for allowed_repeated_speaker=True
* Example for selector group chat
* format
* Rename and index
* title for notebook
* Merge remote-tracking branch 'origin/staging' into selector-groupchat
1 year ago
Mohammad Mazraeh
29c23d53af
add a way to provide extra grpc options ( #3667 )
* rebase and address PR comments
* address PR feedback
1 year ago
Jack Gerrits
39aa073de2
Add poethepoet to dev deps ( #3675 )
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Eric Zhu
54eaa2bb4e
Move tools to agent in `agentchat`; refactored logging to support tool events ( #3665 )
* Move tool to agent; refactor logging in agentchat
* Update notebook
1 year ago
Mohammad Mazraeh
be5c0b5d3e
fix: remove subscription on client disconnect in worker runtime ( #3653 )
* remove subscription on client disconnect in worker runtime
* address PR feedback
* remove outdated comment
* remove public properties
* fix mypy issue
* address PR feedback
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
c63a034523
try fix docs CI ( #3660 )
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
1f1463e9e2
Add all redirect links ( #3659 )
1 year ago
Eric Zhu
25d006c09e
Add staging to workflow target; fix circular imports in autogen_agentchat ( #3651 )
* Fix formatting and remove duplicated import of EVENT_LOGGER_NAME in agentchat
* add staging to target in checks
* add staging to target in checks for dotnet
* Fix circular imports
1 year ago
Eric Zhu
fdb8f8a256
Merge pull request #3606 from microsoft/agentchat_logging_vd
add logging to agentchat
1 year ago
Victor Dibia
d4078a722a
move logging module to root of agent_chat
1 year ago
Victor Dibia
13c135100f
make logging independent module
1 year ago
Adam Fourney
dfa4a0a6dc
Update magentic-one readme with the latest numbers (a complete set of results on WebArena, and updated results for GAIA)
1 year ago
Victor Dibia
b0b0825c1d
add logging to agentchat
1 year ago
Jack Gerrits
1174fcd92e
Merge branch 'main' into staging
1 year ago
afourney
50ed0978b0
Renamed TeamOne to MagenticOne ( #6 )
* Renamed TeamOne to MagenticOne
* Updated uv.lock
* Fixed workflows.
1 year ago
Jacob Alber
499b3fcbbf
fix: Make cleanup code in docker CodeExecutor asyncio aware ( #669 )
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Kosta Petan
54c6382e89
fix dotnet distributed tracing ( #4 )
* fix dotnet distributed tracing
* regenerate protos for python
1 year ago
Leonardo Pinheiro
7fade2d5e7
Return message history in agentchat ( #661 )
* update TeamRunResult
* fix line ending in test
* lint
* update team result to list[chatmessage]
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago