Commit Graph

2582 Commits

Author SHA1 Message Date
Jack Gerrits
a6f022958f Update version to dev1 (#3791)
* Update version to dev1

* lockfile

* update tilde
v0.4.0.dev1 v0.4.0dev1
2024-10-14 16:01:18 -07:00
Hussein Mozannar
de2a9858b8 Update README.md to clarify v2 vs v4 (#3785)
Co-authored-by: gagb <gagb@users.noreply.github.com>
2024-10-14 13:51:41 -07:00
Jack Gerrits
1ecb451b04 Fill spelling mistake (#3786) 2024-10-14 13:46:31 -07:00
Jack Gerrits
17af38dc6a Add work in progress message to agentchat on home (#3784) 2024-10-14 09:29:42 -07:00
Eric Zhu
6f5bdd2c28 Create a notebook to demonstrate handoff pattern (#3778) 2024-10-14 07:35:00 -07:00
Eric Zhu
5140a23fef Update indexes for better navigation (#3779)
* Update indexes for better navigation

* Fix link

* Fix link
2024-10-13 19:46:06 -07:00
gagb
f224761606 Update README.md (#3777) 2024-10-13 16:47:29 -07:00
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>
2024-10-13 14:28:53 -07:00
Eric Zhu
43ccc811e0 Make sure exceptions in process publish is logged. (#3774) 2024-10-13 12:12:24 -07:00
vikas434
a45d97c82f Correcting Typo in README.md (#3770) 2024-10-12 08:10:31 -07:00
Hussein Mozannar
373adc9a34 Adding Benchmarks back into agbench and updates to agbench (#3711) 2024-10-11 15:46:18 -07:00
Eric Zhu
10b006b9ba Update README.md (#3768) 2024-10-11 15:12:52 -07:00
Jack Gerrits
373e14ec25 Add initial extensions doc page (#3762) 2024-10-11 10:57:03 -07:00
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>
2024-10-11 09:28:15 -07:00
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>
2024-10-11 09:07:31 -07:00
Max Golovanov
c48d0d7867 Update FunctionCallGenerator.cs to address race condition (#3758)
Update FunctionCallGenerator.cs to address file name race condition with simultaneous builds
2024-10-11 08:25:35 -07:00
Eric Zhu
e5e3f11275 Update quick start examples to illustrate how to set up model client completely (#3739) 2024-10-10 14:14:26 -07:00
afourney
a4bd8cf992 The /python/benchmarks folder simply contained a note indicating that the benchmarks were moved. This commit deletes this note and directory. (#3735) 2024-10-10 13:55:22 -07:00
Jack Gerrits
453fec6da4 CodeQL advanced config (#3736)
* CodeQL advanced config with dotnet build

* Update codeql.yml

---------

Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-10-10 13:46:14 -07:00
Niklas Gustafsson
dfd239105a improve App Host shutdown (#3727)
Improve sequence and exception handling for outpost shut down
2024-10-09 17:25:27 -07:00
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
2024-10-09 16:02:42 -07:00
Eric Zhu
d7ae970c87 Changing URL; update description; removing v0.2 file (#3729) 2024-10-09 15:54:35 -07:00
Eric Zhu
dd0d238b43 Fix browser test (#3730) 2024-10-09 15:51:26 -07:00
Jack Gerrits
f674f2c195 Update links in readme (#3724) 2024-10-09 17:26:24 -04:00
Jack Gerrits
b1b1a84f70 Remove accidental file from merge (#3715) 2024-10-09 17:20:51 -04:00
Jack Gerrits
31342e3fd1 Clarify magentic one availability (#3720) 2024-10-09 17:20:39 -04:00
Jack Gerrits
226576afd2 Add id token permissions (#3723) 2024-10-09 17:13:28 -04:00
Jack Gerrits
e504ad5720 Try again for package dirgp (#3722) 2024-10-09 17:09:13 -04:00
Jack Gerrits
26e6410bd4 Update path for publishing (#3721) 2024-10-09 17:03:37 -04:00
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