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
v0.2.36
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
Jack Gerrits
d9ca172f5c
set baseurl to dev for 0.4
2024-09-30 11:41:22 -04:00
Jack Gerrits
d11b421ccd
attribute theme
2024-09-30 11:41:05 -04:00
Jack Gerrits
47cc6679fc
remove git attributes file
2024-09-30 11:04:36 -04:00
Jack Gerrits
b9ac9e45d1
show diff in failed gen proto
2024-09-30 11:02:49 -04:00
Eric Zhu
b2db45d673
Tool use in agentchat ( #664 )
...
* Tool use in agentchat
* Update link
* doc string
2024-09-30 10:58:02 -04:00
Jack Gerrits
99d1ad3765
update lockfile
2024-09-30 10:54:41 -04:00
Jack Gerrits
2596648fc9
move studio to a package
2024-09-30 10:20:38 -04:00
Jack Gerrits
3a62798af8
Merge work in progress autogen 0.4 to main
2024-09-30 10:15:34 -04:00
Jack Gerrits
00f6e51907
fix line endings of test/browser_utils/test_files/test_serp.html
2024-09-30 09:59:44 -04:00
Eric Zhu
0fa680577e
Sequential processing for group chat participant using SequentialRoutedAgent ( #663 )
2024-09-28 17:40:33 +00:00
Eric Zhu
18efc2314a
Use agentchat message types rather than core's model client message types ( #662 )
...
* Use agentchat message types rather than core's model client message types
* Merge remote-tracking branch 'origin/main' into ekzhu-tool-use-assistant
2024-09-28 08:40:13 -07:00
Jack Gerrits
43c85d68e0
Update references ( #657 )
...
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-09-28 04:01:08 +00:00
Eric Zhu
da246ef71b
Move tool use with intervention to cookbook; remove duplicated examples ( #658 )
2024-09-28 03:57:44 +00:00
Eric Zhu
4250c0619a
Skip websurfer test ( #660 )
2024-09-28 03:54:05 +00:00