Skip to content
Navigation Menu
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
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
Type
/
to search
Sign in
Sign up
Appearance settings
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
.
microsoft
/
agent-framework
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
12.6k
Code
Issues
527
Pull requests
145
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Python: [BREAKING] PR2 — Wire context provider pipeline, remove old types, update all consumers
- #3850
#3850
Merged
Eduard van Valkenburg (eavanvalkenburg)
merged 28 commits into
microsoft:main
microsoft/agent-framework:main
from
eavanvalkenburg:edvan/pr2-context-provider-pipeline
eavanvalkenburg/agent-framework:edvan/pr2-context-provider-pipeline
Copy head branch name to clipboard
Feb 12, 2026
Conversation
Commits
28
(28)
Checks
Files changed
Merged
Python: [BREAKING] PR2 — Wire context provider pipeline, remove old types, update all consumers
#3850
Eduard van Valkenburg (eavanvalkenburg)
merged 28 commits into
microsoft:main
microsoft/agent-framework:main
from
eavanvalkenburg:edvan/pr2-context-provider-pipeline
eavanvalkenburg/agent-framework:edvan/pr2-context-provider-pipeline
Copy head branch name to clipboard
Commits
Commits on Feb 12, 2026
PR2: Wire context provider pipeline and update all internal consumers
Show description for a7bf127
Eduard van Valkenburg (eavanvalkenburg)
committed
a7bf127
View commit details
Copy full SHA for a7bf127
Browse repository at this point
fix: update all tests for context provider pipeline, fix lazy-loaders, remove old test files
Eduard van Valkenburg (eavanvalkenburg)
committed
b10e71a
View commit details
Copy full SHA for b10e71a
Browse repository at this point
refactor: update all sample files for context provider pipeline (AgentThread→AgentSession, ContextProvider→BaseContextProvider)
Eduard van Valkenburg (eavanvalkenburg)
committed
6e9d6df
View commit details
Copy full SHA for 6e9d6df
Browse repository at this point
fix: update remaining ag-ui references (client docstring, getting_started sample)
Eduard van Valkenburg (eavanvalkenburg)
committed
7d71e8f
View commit details
Copy full SHA for 7d71e8f
Browse repository at this point
fix: make get_session service_session_id keyword-only to avoid confusion with session_id
Eduard van Valkenburg (eavanvalkenburg)
committed
7edb857
View commit details
Copy full SHA for 7edb857
Browse repository at this point
refactor: rename _RunContext.thread_messages to session_messages
Eduard van Valkenburg (eavanvalkenburg)
committed
c6c0d72
View commit details
Copy full SHA for c6c0d72
Browse repository at this point
refactor: remove _threads.py, _memory.py, and old provider files; migrate devui to use plain message lists
Eduard van Valkenburg (eavanvalkenburg)
committed
c65254c
View commit details
Copy full SHA for c65254c
Browse repository at this point
rename: remove _new_ prefix from test files
Eduard van Valkenburg (eavanvalkenburg)
committed
cf4cb17
View commit details
Copy full SHA for cf4cb17
Browse repository at this point
refactor: rewrite SlidingWindowChatMessageStore as SlidingWindowHistoryProvider(InMemoryHistoryProvider)
Eduard van Valkenburg (eavanvalkenburg)
committed
bf3725c
View commit details
Copy full SHA for bf3725c
Browse repository at this point
fix: read full history from session state directly instead of reaching into provider internals
Eduard van Valkenburg (eavanvalkenburg)
committed
0eaac4f
View commit details
Copy full SHA for 0eaac4f
Browse repository at this point
fix: update stale .pyi stubs, sample imports, and README references for new provider types
Eduard van Valkenburg (eavanvalkenburg)
committed
3510e06
View commit details
Copy full SHA for 3510e06
Browse repository at this point
fix: remove stale message_store, _notify_thread_of_new_messages, and session_id.key references in samples
Eduard van Valkenburg (eavanvalkenburg)
committed
111959a
View commit details
Copy full SHA for 111959a
Browse repository at this point
refactor: merge context_providers and sessions sample folders into sessions, remove aggregate_context_provider
Eduard van Valkenburg (eavanvalkenburg)
committed
f60b19a
View commit details
Copy full SHA for f60b19a
Browse repository at this point
refactor: UserInfoMemory stores state in session.state instead of instance attributes
Eduard van Valkenburg (eavanvalkenburg)
committed
b42159d
View commit details
Copy full SHA for b42159d
Browse repository at this point
feat: add Pydantic BaseModel support to session state serialization
Show description for d95ed06
Eduard van Valkenburg (eavanvalkenburg)
committed
d95ed06
View commit details
Copy full SHA for d95ed06
Browse repository at this point
fix mem0
Eduard van Valkenburg (eavanvalkenburg)
committed
ccade02
View commit details
Copy full SHA for ccade02
Browse repository at this point
Update sample README links and descriptions for session terminology
Show description for 16ef1a4
Eduard van Valkenburg (eavanvalkenburg)
committed
16ef1a4
View commit details
Copy full SHA for 16ef1a4
Browse repository at this point
Fix broken Redis README link to renamed sample
Eduard van Valkenburg (eavanvalkenburg)
committed
b75f882
View commit details
Copy full SHA for b75f882
Browse repository at this point
Fix Mem0 OSS client search: pass scoping params as direct kwargs
Show description for 92744cc
Eduard van Valkenburg (eavanvalkenburg)
committed
92744cc
View commit details
Copy full SHA for 92744cc
Browse repository at this point
Fix rebase issues: restore missing _conversation_state.py and checkpoint decode logic
Show description for 73eb64e
Eduard van Valkenburg (eavanvalkenburg)
committed
73eb64e
View commit details
Copy full SHA for 73eb64e
Browse repository at this point
Add STORES_BY_DEFAULT ClassVar to skip redundant InMemoryHistoryProvider injection
Show description for c983448
Eduard van Valkenburg (eavanvalkenburg)
committed
c983448
View commit details
Copy full SHA for c983448
Browse repository at this point
Fix broken markdown links in azure_ai and redis READMEs
Eduard van Valkenburg (eavanvalkenburg)
committed
0437ffd
View commit details
Copy full SHA for 0437ffd
Browse repository at this point
Fix getting-started samples to use session API instead of removed thread/ContextProvider API
Eduard van Valkenburg (eavanvalkenburg)
committed
fcd2cb0
View commit details
Copy full SHA for fcd2cb0
Browse repository at this point
updates to workflow as agent
Eduard van Valkenburg (eavanvalkenburg)
committed
9b4df38
View commit details
Copy full SHA for 9b4df38
Browse repository at this point
fix group chat import
Eduard van Valkenburg (eavanvalkenburg)
committed
39afa96
View commit details
Copy full SHA for 39afa96
Browse repository at this point
Rename Thread→Session throughout, fix service_session_id propagation, remove stale AGUIThread
Show description for 84ab800
Eduard van Valkenburg (eavanvalkenburg)
committed
84ab800
View commit details
Copy full SHA for 84ab800
Browse repository at this point
Fix broken markdown links after thread→session file renames
Eduard van Valkenburg (eavanvalkenburg)
committed
1f2f645
View commit details
Copy full SHA for 1f2f645
Browse repository at this point
fix azure ai test
Eduard van Valkenburg (eavanvalkenburg)
committed
3d7aa5f
View commit details
Copy full SHA for 3d7aa5f
Browse repository at this point
You can’t perform that action at this time.