Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
boost-entropy-python
/
autogen
Public
forked from
microsoft/autogen
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
autogen
python
on
main
User selector
All users
All time
Commit history
Commits on Mar 26, 2026
fix: restrict importlib provider loading to trusted namespaces (#7463)
victordibia
authored
8544314
Copy full SHA for 8544314
Commits on Mar 11, 2026
fix: Improve AutoGen Studio: deprecate FunctionTool, harden MCP WebSocket endpoint (#7362)
victordibia
authored
b047730
Copy full SHA for b047730
Commits on Oct 4, 2025
fix: order by clause (#7051)
Show description for 13e144e
zrquan
and
victordibia
authored
13e144e
Copy full SHA for 13e144e
Commits on Oct 2, 2025
Support MCP Elicitation, Sampling, and Roots via new McpSessionHost (#6833)
Show description for c027912
4 people
authored
c027912
Copy full SHA for c027912
Commits on Sep 30, 2025
Update version to 0.7.5 (#7058)
ekzhu
authored
83afbf5
Copy full SHA for 83afbf5
Add missing reasoning_effort parameter support for OpenAI GPT-5 models (#7054)
Show description for e045643
4 people
authored
e045643
Copy full SHA for e045643
Fix(mcp): drain pending command futures on McpSessionActor failure (#7045)
withsmilo
authored
29931b3
Copy full SHA for 29931b3
Commits on Sep 18, 2025
Fix not supported field warnings in count_tokens_openai (#6987)
seunggil1
authored
f76f92d
Copy full SHA for f76f92d
Fix: Handle nested objects in array items for JSON schema conversion (#6993)
Show description for fb03c1c
kkutrowski
and
ekzhu
authored
fb03c1c
Copy full SHA for fb03c1c
Add security warnings and default to DockerCommandLineCodeExecutor (#7035)
Show description for 17d3aef
ekzhu
and
claude
authored
17d3aef
Copy full SHA for 17d3aef
Commits on Sep 16, 2025
Fix finish_reason logic in Azure AI client streaming response (#6963)
Show description for 6f67b95
3 people
authored
6f67b95
Copy full SHA for 6f67b95
Fix OllamaChatCompletionClient load_component() error by adding to WELL_KNOWN_PROVIDERS (#7030)
Show description for c469fc0
Copilot
and
ekzhu
authored
c469fc0
Copy full SHA for c469fc0
Fix Redis caching always returning False due to unhandled string values (#7022)
Show description for e0e39e4
Copilot
and
ekzhu
authored
e0e39e4
Copy full SHA for e0e39e4
Fix GraphFlow cycle detection to properly clean up recursion state (#7026)
Show description for 14809f5
Copilot
and
ekzhu
authored
14809f5
Copy full SHA for 14809f5
Fix spurious </think> tags caused by empty string reasoning_content in streaming (#7025)
Show description for 79d5d6a
Copilot
and
ekzhu
authored
79d5d6a
Copy full SHA for 79d5d6a
Add thinking mode support for anthropic client (#7002)
Show description for 5216bf3
SrikarMannepalli
and
ekzhu
authored
5216bf3
Copy full SHA for 5216bf3
fix: extra args not work to disable thinking (#7006)
starstar222
authored
0df6be1
Copy full SHA for 0df6be1
Commits on Aug 31, 2025
Fix message ID for correlation between streaming chunks and final mes… (#6969)
Show description for 3107855
smalltalkman
and
ekzhu
authored
3107855
Copy full SHA for 3107855
Support linear memory in RedisMemory (#6972)
Show description for 8e2c5f0
justin-cechmanek
and
ekzhu
authored
8e2c5f0
Copy full SHA for 8e2c5f0
Fix loading streaming Bedrock response with tool usage with empty argument (#6979)
pawel-dabro
authored
7fbf8ab
Copy full SHA for 7fbf8ab
Commits on Aug 19, 2025
update version to 0.7.4 (#6955)
ekzhu
authored
4b5e358
Copy full SHA for 4b5e358
Redis Doesn't Support Streaming (#6954)
BenConstable9
authored
2f38334
Copy full SHA for 2f38334
Fix Redis Deserialization Error (#6952)
BenConstable9
authored
29a84e2
Copy full SHA for 29a84e2
Update version to 0.7.2 (#6947)
ekzhu
authored
2f3981d
Copy full SHA for 2f3981d
Ensure task runner tools are always strict (#6946)
ekzhu
authored
0c33b11
Copy full SHA for 0c33b11
Update OpenAIAgent to reflect gap in supporting custom function tool (#6943)
ekzhu
authored
d4dd4a2
Copy full SHA for d4dd4a2
Add model info for gpt-5 (#6945)
ekzhu
authored
fbc7888
Copy full SHA for fbc7888
Fix OpenAIAgent function tool schema (#6936)
Show description for 898d83e
alexey-pelykh
and
ekzhu
authored
898d83e
Copy full SHA for 898d83e
fix: Add proper serialization to RedisStore for complex objects (#6905)
Show description for a666c65
tejas-dharani
and
ekzhu
authored
a666c65
Copy full SHA for a666c65
Commits on Aug 11, 2025
Extend pydantic model capability for anyOf/oneOf item typing (#6925)
Show description for c715876
3 people
authored
c715876
Copy full SHA for c715876
Typo in docs for 'NoOpTracerProvider' (#6915)
nicsuzor
authored
6874ff7
Copy full SHA for 6874ff7
Commits on Aug 6, 2025
Add warning for MCP server docs (#6901)
ekzhu
authored
c145ace
Copy full SHA for c145ace
Adds support for JSON and MARKDOWN in Redis agent memory (#6897)
Show description for 6a22249
justin-cechmanek
and
ekzhu
authored
6a22249
Copy full SHA for 6a22249
Update version 0.7.2 (#6895)
ekzhu
authored
27c3d3b
Copy full SHA for 27c3d3b
Commits on Aug 5, 2025
Fix structured logging serialization data loss with SerializeAsAny annotations (#6889)
Show description for ec5da1e
Copilot
and
ekzhu
authored
ec5da1e
Copy full SHA for ec5da1e
Previous
Next
You can’t perform that action at this time.