Eric Zhu
69fc742537
Pin uv version to 0.4.26 ( #3964 )
2024-10-25 22:23:40 -07:00
Eric Zhu
f31ff66368
Refactor agent chat to prepare for handoff/swarm ( #3949 )
...
Add handoff message type to chat message types
Add Swarm group chat that uses handoff message to select next speaker
Remove tool call and tool call result message types from chat message types
Remove BaseToolUseChatAgent, move tool call handling from group chat's chat agent container upward to the ToolUseAssistantAgent implementation, which subclasses BaseChatAgent directly.
Renaming for better clarity
---------
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
2024-10-25 10:57:04 -07:00
Victor Dibia
0756ebd63d
Update Magentic-one readme with images ( #3958 )
2024-10-25 09:51:43 -07:00
Jack Gerrits
388e4d957c
Update issue templates for types ( #3945 )
...
* Update issue templates for types
* Update feature_request.yml
2024-10-24 14:37:12 -07:00
Eric Zhu
1812cc068d
Refactor agentchat +implement base chat agent run method ( #3913 )
2024-10-24 05:36:33 -07:00
Ryan Sweet
8f6dc4e1dd
removed unused code ( #3940 )
2024-10-23 21:57:37 -07:00
Jack Gerrits
e772951146
Add CSS override for banner ( #3933 )
...
* Add css override for banner
* remove merge conflict
v0.4.0dev2
v0.4.0.dev2
2024-10-23 17:26:53 -04:00
Ryan Sweet
bf407d99b4
rysweet-adopt .NET Microsoft.Extensions.AI abstractions ( #3790 )
...
adopts the new Microsoft.Extensions.AI abstractions
adds a base InferenceAgent
fixes a lot of pain points in the runtime wrt startup/shutdown
fixes some uncaught exceptions in the grpc stream reading
adds an example for running the backend service in its own process
adds an example of an agent that connects to OpenAI/Ollama
adds an example of wrapping an agent app in .NET Aspire
upgrades some dependencies and removes some others
Known bugs: #3922
2024-10-23 14:23:36 -07:00
Rohan Thacker
fb494534b8
Corrected framework guide docs ( #3929 )
...
* Corrected grammatical errors and typos
* Corrected formating issues
2024-10-23 13:42:40 -07:00
Jack Gerrits
8f4d5ee5ec
add comment to explain await vs run ( #3907 )
...
* add comment to explain await vs run
* update output and import
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-10-23 11:13:24 -07:00
Jack Gerrits
8cbfb61252
Add special case for dev latest ( #3912 )
2024-10-23 12:51:43 -04:00
Jack Gerrits
551a1ee3aa
fix broken redirect ( #3910 )
2024-10-23 09:23:08 -07:00
Jack Gerrits
0811102ed7
Update all versions to match normalized dev scheme ( #3909 )
2024-10-23 12:11:59 -04:00
Jack Gerrits
13b7ae502e
Use install uv action ( #3906 )
...
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-10-23 08:41:17 -07:00
Eric Zhu
6c0d0db9cc
Update dev version ( #3900 )
...
* Update dev version
* Update uv
* C#
* update versions
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-10-23 11:24:36 -04:00
SeryioGonzalez
acce081a1f
Update topic-and-subscription.md ( #3901 )
2024-10-23 05:55:21 -07:00
Eric Zhu
6edbbdc75a
specify branch to deploy ( #3899 )
2024-10-22 22:32:18 -07:00
Eric Zhu
fe3b4be410
Move workflow file to workflows folder ( #3898 )
2024-10-22 22:11:19 -07:00
Eric Zhu
15fc18ccbf
add package workflow for 0.2 ( #3892 )
...
* add package workflow for 0.2
* Update workflow
2024-10-22 21:57:21 -07:00
Jack Gerrits
a9d292780b
Update switcher.json ( #3894 )
2024-10-22 17:46:04 -04:00
Jack Gerrits
d3d736510c
Multiversion docs build ( #3842 )
...
* test multiversion build
* Work on multiversion build
* update refs
* cancel in progress
* add docs dir
* add version switcher
* add version switcher
* add preferred
* version banner and hacky value override...
* add release version
2024-10-22 17:37:10 -04:00
Jack Gerrits
6310187763
Rename enhancement -> feature ( #3886 )
...
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-10-22 13:40:38 -07:00
Eric Zhu
c4492ca043
Allow callable to be used as registered_tools
in ToolUseAssistantAgent
. ( #3891 )
...
* Allow callable to be used as `registered_tools` in `ToolUseAssistantAgent`.
* fix
2024-10-22 13:27:06 -07:00
Jack Gerrits
5391804cfe
Add pull-requests permission ( #3889 )
2024-10-22 15:40:06 -04:00
Jack Gerrits
bfa0b3b94f
Automate removing the awaiting-op-response label ( #3888 )
2024-10-22 15:32:03 -04:00
Eric Zhu
8a4930a9be
Refactor agentchat to separate base interfaces from implementations ( #3877 )
2024-10-22 19:23:02 +01:00
Jack Gerrits
dbd65c05a4
Add __version__ to new packages ( #3881 )
2024-10-22 19:19:40 +01:00
Leonardo Pinheiro
38f62e1609
migrate models ( #3848 )
...
* migrate models
* Update python/packages/autogen-agentchat/src/autogen_agentchat/agents/_tool_use_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* refactor missing imports
* ignore type check errors
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_model_info.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* update packages index page
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-10-22 11:40:41 -04:00
Gerardo Moreno
b7509b3659
SelectorGroupChat Docs Update ( #3876 )
2024-10-22 10:39:07 +02:00
Mark Douthwaite
00e500ea90
Fix small typos in AutoGen 0.4 docs ( #3871 )
2024-10-22 10:35:20 +02:00
Victor Dibia
f747b3c884
Add Tutorial for AgentChat Docs ( #3849 )
2024-10-21 14:45:44 +02:00
Zac
4ff062d5b3
Updated gpt-4o pointer version to latest ( #3855 )
2024-10-21 13:39:09 +02:00
Eric Zhu
2e59a0db3e
Use dall-e-3 and better prompt to create character consistency for group chat image generation example ( #3847 )
...
* Use dall-e-3 and better prompt to create character consistency for group chat image generation example
* format
2024-10-19 00:04:25 -07:00
Taylor Rockey
8895e014a8
Update README.md for Sematic Router Example ( #3846 )
...
Added contributors to recognize the other devs who helped build the example
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-10-19 00:19:24 +02:00
Eric Zhu
1700b9c61a
Update group chat documentation in core to use selector group chat and tool call for illustrator ( #3815 )
...
* Update group chat documentation in core to use selector group chat and tool call for illustrator
* Update notebook
* Update group chat with illustration
* Remove embedded fonts in svg
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-10-19 00:13:51 +02:00
Andreas Volkmann
d7369be42f
Simplify samples ( #3845 )
...
authored-by: Andreas Volkmann <anvolkma@microsoft.com>
2024-10-18 13:10:49 -07:00
Taylor Rockey
aa68f08133
Create Semantic Router example ( #3813 )
...
* Create Semantic Router example
* ruff formatting
* linting fixes
* pyright fixes
---------
2024-10-18 11:07:38 -07:00
Eric Zhu
18ead479c9
Update figures to make them compatible with dark mode ( #3840 )
...
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-10-18 19:09:42 +02:00
Eric Zhu
4935472c5e
Remove unused sample script ( #3841 )
2024-10-18 10:41:30 -04:00
Hussein Mozannar
e11d84b996
Adding Benchmarks to agbench ( #3803 )
...
* Move from tomllib to tomli
* added example code for magentic-one + code comments
* adding benchmarks temporarily
* add license for datasets
* revert changes to magentic-one
* change license location
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-10-18 06:33:33 +02:00
Jack Gerrits
b09e6777a4
Restructure extensions, update corresponding docs ( #3826 )
...
* Restructure extensions, update corresponding docs
* update tests, add deprecation messages
* fix tests
* update lockfile
---------
2024-10-17 15:06:16 -07:00
Jack Gerrits
ed50ba4548
Use sha256 for hashing ( #3829 )
...
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-10-17 10:33:18 -07:00
Hussein Mozannar
50cd4cca65
Magentic one example ( #3802 )
...
* Move from tomllib to tomli
* added example code for magentic-one + code comments
* remove added package
* make checks pass
* README for magentic-one examples
* typo fix
---------
2024-10-17 10:09:14 -07:00
Max Golovanov
636591a149
Use MCR registry instead of Docker's registry ( #3814 )
...
* Update FunctionCallGenerator.cs to address race condition
Update FunctionCallGenerator.cs to address race condition
* Update Dockerfile
Use MCR registry
* Update Dockerfile
Use MCR registry
2024-10-17 07:08:50 -07:00
Ryan Sweet
460a6817ea
refactoring the dotnet folder and namespace structure for better long term maintenance and clarity #3809 ( #3810 )
...
closes #3809 - refactor .NET code foldersand namespaces for better clarity and maintainability
2024-10-16 20:09:39 -07:00
Ryan Sweet
0214299de5
updating dependencies and build to ensure works with net9 ( #3800 )
...
* interim - doesn't work - sharing
* turn off EnforceExtended
* works with dotnet build now... ;-)
* interim progress
* more updates
* make VS happy
* update
* Update AutoGen.Ollama.csproj
* Update Microsoft.AutoGen.Agents.Abstractions.csproj
* Delete dotnet/test/AutoGen.Gemini.Tests/ApprovalTests/FunctionContractExtensionTests.ItGenerateGetWeatherToolTest.received.txt
* fix tests
---------
Co-authored-by: XiaoYun Zhang <xiaoyuz@microsoft.com>
2024-10-16 11:03:05 -07:00
David Luong
caea7b068c
remove dotnet-build-test-packages.yml ( #3807 )
...
Authored-by: luongdavid <luongdavid@microsoft.com>
2024-10-16 10:28:17 -07:00
Xiaoyun Zhang
0560bdd645
[.Net] Update OpenAI, semantic kernel to latest version ( #3792 )
...
* update OpenAI, semantic kernel to latest version
* fix build error
* update
* update release note
2024-10-15 07:23:33 -07:00
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