Jack Gerrits
0537d72640
Add workflow for package releases ( #3719 )
v0.4.0dev0
v0.4.0.dev0
2024-10-09 16:52:16 -04:00
Hussein Mozannar
8e50e58433
Move from tomllib to tomli ( #3714 )
2024-10-09 16:42:30 -04:00
Jack Gerrits
23fd92a017
Fix packages link ( #3718 )
2024-10-09 16:34:39 -04:00
Jack Gerrits
33f5f13832
Fix redirects taking into account base path ( #3716 )
2024-10-09 15:59:32 -04:00
Jack Gerrits
90a3b038a6
Update logo link ( #3713 )
2024-10-09 15:50:17 -04:00
Jack Gerrits
0758d106cd
Fix output directory for website ( #3712 )
2024-10-09 15:41:34 -04:00
Jack Gerrits
acb36cc756
Merge pull request #3600 from microsoft/staging
...
New AutoGen Architecture Preview
2024-10-09 15:25:30 -04:00
Jack Gerrits
4084a9f329
Merge branch 'main' into staging
2024-10-09 15:17:59 -04:00
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 >
2024-10-09 15:15:09 -04:00
Jack Gerrits
6567d90941
Update references to autogen ( #3708 )
2024-10-09 15:12:36 -04:00
Jack Gerrits
2526c69ce9
Include license file in package ( #3703 )
2024-10-09 15:01:09 -04:00
Jack Gerrits
0cdc4a05c3
Add more FAQs to readme ( #3707 )
...
* Add more FAQs to readme
* Update README.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
* Update README.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
* Update README.md
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
Co-authored-by: Ryan Sweet <rysweet@microsoft.com >
2024-10-09 14:51:57 -04:00
Jack Gerrits
f326b36242
Documentation tweaks ( #3705 )
...
* Add extension to handle pydantic docs
* Docs tweaks
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-10-09 11:46:43 -07:00
Jack Gerrits
d037db9f9b
add clarity to site ( #3704 )
2024-10-09 11:44:01 -07:00
Ryan Sweet
dea02e5dbc
add documentation for dotnet AutoGen 0.4 HellowWorld sample ( #3698 )
...
add more docs for .NET sample
2024-10-09 11:31:12 -07:00
Ryan Sweet
8e37cef69d
Rysweet dotnet folder moves ( #3693 )
...
* add service defaults to Host
* add otel to app host
* ran format
* remove HelloAgents
* moving things around to fit the folder structure/naming conventions
---------
Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com >
2024-10-09 09:58:21 -07:00
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 >
2024-10-09 09:26:13 -07:00
Jack Gerrits
333c95155c
Website design tweaks ( #3699 )
...
* Style updates for website
* tab styling
2024-10-09 10:08:57 -04:00
Ryan Sweet
a5e9b50448
remove broken sample and update readme quickstart for the good sample ( #3687 )
2024-10-09 05:38:45 -07:00
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 >
2024-10-08 15:05:44 -07:00
Eric Zhu
ffb16d560a
Set logging of internal messages to debug ( #3694 )
...
* Set logging of internal messages to debug
* Fix worker runtime tests
2024-10-08 15:01:13 -07:00
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 >
2024-10-08 14:35:54 -07:00
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
2024-10-08 13:37:31 -07:00
Mohammad Mazraeh
29c23d53af
add a way to provide extra grpc options ( #3667 )
...
* rebase and address PR comments
* address PR feedback
2024-10-08 14:46:12 -04:00
Ryan Sweet
e40056789a
Rysweet hello fix ( #3683 )
...
Fixing the HelloWorld sample and some refactoring of .NET code, adding App and Host classes in client and runtime.
2024-10-08 10:02:48 -07:00
Jack Gerrits
39aa073de2
Add poethepoet to dev deps ( #3675 )
...
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-10-07 16:00:41 -07:00
Xiaoyun Zhang
e2c2f98eff
[.Net] Remove merging primitive from .editorconfig and gitignore ( #3676 )
...
* remove merging primitive from .editorconfig and gitignore
* use file scope namespace
* remove file-scope name
* fix format
2024-10-07 10:20:33 -07:00
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
2024-10-07 09:38:24 -07:00
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 >
2024-10-05 08:15:01 -07:00
Jack Gerrits
c63a034523
try fix docs CI ( #3660 )
...
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-10-04 10:08:00 -07:00
Jack Gerrits
7f2599ad83
Remove accidentally added files from 0.2 ( #3661 )
2024-10-04 10:05:19 -07:00
Jack Gerrits
88e1ee2a3b
generate docs on push, deploy on main
2024-10-04 12:24:21 -04:00
Jack Gerrits
1f1463e9e2
Add all redirect links ( #3659 )
2024-10-04 12:21:21 -04:00
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
2024-10-04 10:22:09 -04:00
Eric Zhu
fdb8f8a256
Merge pull request #3606 from microsoft/agentchat_logging_vd
...
add logging to agentchat
2024-10-03 17:30:01 -07:00
Victor Dibia
d4078a722a
move logging module to root of agent_chat
2024-10-03 10:08:22 -07:00
Victor Dibia
13c135100f
make logging independent module
2024-10-03 10:03:17 -07:00
Jack Gerrits
180c17c1f4
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 >
2024-10-03 16:47:07 +00:00
gagb
32f05a8403
Merge pull request #3611 from microsoft/update_magentic_results
2024-10-03 09:39:54 -07:00
Adam Fourney
dfa4a0a6dc
Update magentic-one readme with the latest numbers (a complete set of results on WebArena, and updated results for GAIA)
2024-10-03 09:35:25 -07:00
Victor Dibia
b0b0825c1d
add logging to agentchat
2024-10-02 17:25:14 -07:00
Jack Gerrits
d4a09939d0
Create CI to tag issues with needs triage ( #3605 )
2024-10-02 21:28:57 +00:00
Xiaoyun Zhang
9ba14ee15b
Fix dotnet test and reformat dotnet code ( #3603 )
...
* fix test
* install aspire workload
* format
* fix build error
* fix format
* format
2024-10-02 14:42:27 -04:00
Jack Gerrits
6ebf49a9b8
Update PR link in blog post ( #3602 )
...
* Update PR link in blog post
* Update index.mdx
2024-10-02 18:41:19 +00:00
Jack Gerrits
1174fcd92e
Merge branch 'main' into staging
2024-10-02 14:38:28 -04:00
Jack Gerrits
9b79094891
Add blog post announcing the new architecture preview ( #3599 )
2024-10-02 18:04:33 +00:00
Xiaoyun Zhang
5c7498cc08
Dotnet package cleanup and reconciliation of dirs
2024-10-02 12:57:50 -04:00
Jack Gerrits
a862ed2382
Updates to README
...
Co-authored-by: fniedtner <fniedtner@microsoft.com >
2024-10-02 12:57:28 -04:00
Henry Tu
249a57bfa2
Fix typos in Cerebras doc ( #3590 )
...
* Fix typos in Cerebras doc
Fix typo in Cerebras documentation
* FIx formatting
2024-10-02 15:10:55 +00:00
Jack Gerrits
7431b66cf0
Use trusted publisher for pypi release ( #3596 )
2024-10-02 00:28:35 +00:00