Skip to content

Nested agents merge #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Apr 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3425d7d
Fix typo in multi-agent-debate.ipynb (#6288)
larrytin Apr 13, 2025
3500170
update version 0.5.2 (#6296)
ekzhu Apr 15, 2025
c755159
Update website for 0.5.2 (#6299)
ekzhu Apr 15, 2025
95b1ed5
Update AutoGen dependency range in AGS (#6298)
victordibia Apr 15, 2025
71a4eae
Bump up json-schema-to-pydantic from v0.2.3 to v0.2.4 (#6300)
withsmilo Apr 15, 2025
756aef3
Add code generation support to `CodeExecutorAgent` (#6098)
Ethan0456 Apr 15, 2025
7e8472f
minor grammatical fix in docs (#6263)
codeblech Apr 15, 2025
88dda88
Pin opentelemetry-proto version (#6305)
cheng-tan Apr 15, 2025
71b7429
Add missing C# and F# kernels (#6283)
amoghmc Apr 15, 2025
8bd162f
Update version to 0.5.3 (#6310)
ekzhu Apr 16, 2025
a4a16fd
Aegis structure message (#6289)
abhinav-aegis Apr 16, 2025
844de21
[FEATURE] Option to emit group chat manager messages in AgentChat (#…
SongChiYoung Apr 16, 2025
27b834f
Make shared session possible for MCP tool (#6312)
ekzhu Apr 17, 2025
629fb86
Add GPT4.1, o4-mini and o3 (#6314)
ekzhu Apr 17, 2025
bb792b0
Fix: Azure AI Search Tool Client Lifetime Management (#6316)
jay-thakur Apr 17, 2025
165c189
Print message types in Console (#6318)
ekzhu Apr 17, 2025
fb16d5a
Make sure thought content is included in handoff context (#6319)
ekzhu Apr 17, 2025
ca5134d
Update website 0.5.3 (#6320)
ekzhu Apr 17, 2025
1035065
Introduce AgentTool and TeamTool (#5924)
EItanya Apr 17, 2025
4a5dd9e
Make Docker Jupyter support to the Version 0.4 as Version 0.2 (#6231)
masquerlin Apr 17, 2025
b13264a
FEAT: adding multiple_system_message on model_info (#6327)
SongChiYoung Apr 18, 2025
e49ee48
Bugfix: Azure AI Search Tool - fix query type (#6331)
jay-thakur Apr 18, 2025
0e4efd0
Add example for parallel agents (#6311)
ZHANG-EH Apr 18, 2025
183dbb8
Update version 0.5.4 (#6334)
ekzhu Apr 19, 2025
8b4fb7d
merge with main
EItanya Apr 20, 2025
fdac948
weird behavior with uv.lock
EItanya Apr 20, 2025
ff6c18f
fixing CI
EItanya Apr 20, 2025
d84cc6a
...
EItanya Apr 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ body:
multiple: false
options:
- "Python dev (main branch)"
- "Python 0.5.3"
- "Python 0.5.2"
- "Python 0.5.1"
- "Python 0.4.9"
- "Python 0.4.8"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
[
# For main use the workflow target
{ ref: "${{github.ref}}", dest-dir: dev, uv-version: "0.5.13", sphinx-release-override: "dev" },
{ ref: "python-v0.5.1", dest-dir: stable, uv-version: "0.5.13", sphinx-release-override: "stable" },
{ ref: "python-v0.5.3", dest-dir: stable, uv-version: "0.5.13", sphinx-release-override: "stable" },
{ ref: "v0.4.0.post1", dest-dir: "0.4.0", uv-version: "0.5.13", sphinx-release-override: "" },
{ ref: "v0.4.1", dest-dir: "0.4.1", uv-version: "0.5.13", sphinx-release-override: "" },
{ ref: "v0.4.2", dest-dir: "0.4.2", uv-version: "0.5.13", sphinx-release-override: "" },
Expand All @@ -45,6 +45,8 @@ jobs:
{ ref: "python-v0.4.8", dest-dir: "0.4.8", uv-version: "0.5.13", sphinx-release-override: "" },
{ ref: "python-v0.4.9-website", dest-dir: "0.4.9", uv-version: "0.5.13", sphinx-release-override: "" },
{ ref: "python-v0.5.1", dest-dir: "0.5.1", uv-version: "0.5.13", sphinx-release-override: "" },
{ ref: "python-v0.5.2", dest-dir: "0.5.2", uv-version: "0.5.13", sphinx-release-override: "" },
{ ref: "python-v0.5.3", dest-dir: "0.5.3", uv-version: "0.5.13", sphinx-release-override: "" },
]
steps:
- name: Checkout
Expand Down
12 changes: 11 additions & 1 deletion docs/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@
"url": "/autogen/dev/"
},
{
"name": "0.5.1 (stable)",
"name": "0.5.3 (stable)",
"version": "stable",
"url": "/autogen/stable/",
"preferred": true
},
{
"name": "0.5.2",
"version": "0.5.2",
"url": "/autogen/0.5.2/"
},
{
"name": "0.5.1",
"version": "0.5.1",
"url": "/autogen/0.5.1/"
},
{
"name": "0.4.9",
"version": "0.4.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ public static InProccessDotnetInteractiveKernelBuilder CreateEmptyInProcessKerne

public static InProccessDotnetInteractiveKernelBuilder CreateDefaultInProcessKernelBuilder()
{
return new InProccessDotnetInteractiveKernelBuilder();
return new InProccessDotnetInteractiveKernelBuilder()
.AddCSharpKernel()
.AddFSharpKernel();
}
#endif

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__EXPECTED_ANSWER__
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__PROMPT__
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tiktoken
pyyaml
/autogen_python/packages/autogen-core
/autogen_python/packages/autogen-ext[openai,magentic-one]
/autogen_python/packages/autogen-agentchat
Loading
Loading