Commit Graph

2678 Commits

Author SHA1 Message Date
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
Jack Gerrits 289e0f4751
Update version to 0.2.36, update package name (#3592)
* Update version to 0.2.36, update package name

* update publish

* Formatting

* Update README.md

* update email
2024-10-02 00:05:11 +00:00
Eric Zhu 32166b5e3e
Use native logger formatter (#3594) 2024-10-01 23:55:31 +00:00
Mark Sze 27c882841f
Updated to v0.3.3 with changes to options handling (#3593) 2024-10-01 23:55:17 +00:00
afourney 50ed0978b0
Renamed TeamOne to MagenticOne (#6)
* Renamed TeamOne to MagenticOne

* Updated uv.lock

* Fixed workflows.
2024-10-01 18:59:03 -04:00
Mark Sze 3a6b88ef8a
Ollama Client (with tool calling) (#3056)
* Ollama client! With function calling. Initial commit, client, no docs or tests yet.

* Tidy comments

* Cater for missing prompt token count

* Removed use of eval, added json parsing support library

* Fix to the use of the JSON fix library, handling of Mixtral escape sequence

* Fixed 'name' in JSON bug, catered for single function call JSON without []

* removing role='tool' from inner tool result to reduce token usage.

* Added Ollama documentation and updated library versions

* Added Native Ollama tool calling (v0.3.0 req.) as well as hide/show tools support

* Added native tool calling and hide_tools parameter to documentation

* Update to Ollama 0.3.1, added tests

* Tweak to manual function calling prompt to improve number handling.

* Fix formatting

Co-authored-by: gagb <gagb@users.noreply.github.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>

* Fix formatting

* Better error message

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: gagb <gagb@users.noreply.github.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-10-01 22:06:52 +00:00
Eric Zhu db287183f2
Disable Azure tests and fix open ai tests (#3587)
* Disable Azure tests

* fix calculator notebook

* use gpt-4o-mini for tests

* use gpt-4o

* use gpt-4o

* fix formatting

* Fix models used in contrib tests

* Fix retrieval test

* WIP

* Skip

* Fix format

* Fix formatting
2024-10-01 21:53:25 +00:00
Jacob Alber 499b3fcbbf fix: Make cleanup code in docker CodeExecutor asyncio aware (#669)
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-10-01 15:38:23 -04:00
Eric Zhu 6019131480 Update README to be ready for merging (#666)
* Update README to be ready for merging

* Update README.md

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>

* Update README.md

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>

* use heading for FAQs

* address some comments

* Update README.md

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: gagb <gagb@users.noreply.github.com>

* update

---------

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: gagb <gagb@users.noreply.github.com>
2024-10-01 15:38:06 -04:00
Jack Gerrits 43b0d59a34
Remove API key warning (#3589) 2024-10-01 18:50:51 +00:00
Kosta Petan 361b0cd747
switch to universal devcontainer image (#5) 2024-10-01 20:35:37 +02:00
Kosta Petan 54c6382e89
fix dotnet distributed tracing (#4)
* fix dotnet distributed tracing

* regenerate protos for python
2024-10-01 12:31:26 -04:00
Arunabh d31a2e4392
add composio notebook (#3567)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-10-01 05:06:58 +00:00
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>
2024-09-30 20:56:47 -04:00
Eric Zhu e7342d558c Update SUPPORT.md (#667) 2024-09-30 20:56:35 -04:00
Jack Gerrits a5d267e986 Update link to 0.2 docs 2024-09-30 20:02:19 -04:00
Jack Gerrits af2b5faeef Update package versions 2024-09-30 19:59:35 -04:00
Leonardo Pinheiro 6cfa29b018 Add langchain tool adapter in autogen-ext (#570)
* add langhcain tool adapter

* remove langchain package

* fix type errors

* test type fixes

* fix imports

* install extras in CI

* improve typing and use to_thread

* pin min langchain version

* install all extras in ci test

* update to langchain 0.3.1

* install extras in CI

* ignore pyright errors

* add missing uv sync extra reqs

---------

Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-30 19:36:20 -04:00
Xiaoyun Zhang 18d52f606a
Merge dotnet conflict (#3) 2024-09-30 19:32:48 -04:00
Jack Gerrits 5cb5bda522 Publish both 0.2 and dev websites 2024-09-30 19:30:34 -04:00
Henry Tu 3fdf8dea22
Add Cerebras Integration (#3585)
* Cerebras Integration

* Address feedback

* Fix typo

* Run formatter
2024-09-30 21:14:55 +00:00
Jack Gerrits 4ea1f7a8b3 Add redirects for old website URLs 2024-09-30 16:41:50 -04:00
Jack Gerrits 1dc91bddd2 Fix lfs 2024-09-30 15:50:28 -04:00
Rob b8d749daac
async user hook support added (#3583)
* feat: adds async hooks, across all types, and a hookable check

* fix: adds test to other hook types
2024-09-30 19:15:19 +00:00
Jack Gerrits 2f8241d490
Fix line endings of test/browser_utils/test_files/test_serp.html (#3586) 2024-09-30 19:14:48 +00:00
Jack Gerrits c25df0d8e9 update docs to include dev path 2024-09-30 13:09:50 -04:00