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
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
.
CopilotKit
/
vnext_experimental
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
9
Code
Issues
3
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
vnext_experimental
packages
runtime
src
on
main
User selector
All users
All time
Commit history
Commits on Dec 4, 2025
fix(runtime): Add resiliency around previously parsed request bodies in Express
MikeRyanDev
committed
c2d22ba
View commit details
Copy full SHA for c2d22ba
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
Support single POST endpoint / Express JS (#33)
mme
authored
b273a0d
View commit details
Copy full SHA for b273a0d
View code at this point
Browse repository at this point
Commits on Oct 20, 2025
move finalizeEvents to shared
mme
committed
32260b3
View commit details
Copy full SHA for 32260b3
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
fix: remove webhook middleware tests
brandonmcconnell
committed
e28237f
View commit details
Copy full SHA for e28237f
View code at this point
Browse repository at this point
feat: remove `MiddlewareURL`
Show description for e3f3fb9
brandonmcconnell
committed
e3f3fb9
View commit details
Copy full SHA for e3f3fb9
View code at this point
Browse repository at this point
Implement stop button (#25)
mme
authored
b0ec4a3
View commit details
Copy full SHA for b0ec4a3
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
export runner interface
mme
committed
ac194c7
View commit details
Copy full SHA for ac194c7
View code at this point
Browse repository at this point
Implement threading with AG-UI and move sqlite-runner to a package (#24)
mme
authored
f37f8bc
View commit details
Copy full SHA for f37f8bc
View code at this point
Browse repository at this point
Commits on Oct 7, 2025
add node server example and CORS headers
mme
committed
64a8c17
View commit details
Copy full SHA for 64a8c17
View code at this point
Browse repository at this point
Commits on Sep 26, 2025
fix(runtime): forward x- and authorization headers to supporting integrations (#11)
Show description for 271b49f
tylerslaton
authored
271b49f
View commit details
Copy full SHA for 271b49f
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
remove workaround
mme
committed
87864e8
View commit details
Copy full SHA for 87864e8
View code at this point
Browse repository at this point
Commits on Sep 3, 2025
fix duplicate messages
mme
committed
cb2cc62
View commit details
Copy full SHA for cb2cc62
View code at this point
Browse repository at this point
update package names
mme
committed
4ef07cf
View commit details
Copy full SHA for 4ef07cf
View code at this point
Browse repository at this point
Commits on Aug 12, 2025
feat: Add EnterpriseAgentRunner with Kysely and Redis support
Show description for db94294
mme
and
claude
committed
db94294
View commit details
Copy full SHA for db94294
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
refactor: Remove agent-runner-helpers and align InMemoryAgentRunner with SqliteAgentRunner
Show description for ae5c974
mme
and
claude
committed
ae5c974
View commit details
Copy full SHA for ae5c974
View code at this point
Browse repository at this point
fix: SQLite runner properly stores only new messages per run
Show description for 3891eaf
mme
committed
3891eaf
View commit details
Copy full SHA for 3891eaf
View code at this point
Browse repository at this point
fix: Fix empty events storage in SQLite runner after compaction
Show description for 41463aa
mme
committed
41463aa
View commit details
Copy full SHA for 41463aa
View code at this point
Browse repository at this point
fix: Use ES module import for better-sqlite3 and make it an optional peer dependency
Show description for c6d048c
mme
and
claude
committed
c6d048c
View commit details
Copy full SHA for c6d048c
View code at this point
Browse repository at this point
refactor: Extract duplicated code from in-memory and SQLite runners into helper functions
Show description for 2a9b886
mme
and
claude
committed
2a9b886
View commit details
Copy full SHA for 2a9b886
View code at this point
Browse repository at this point
refactor: Split InProcessAgentRunner into InMemoryAgentRunner and SqliteAgentRunner
Show description for 70b826c
mme
and
claude
committed
70b826c
View commit details
Copy full SHA for 70b826c
View code at this point
Browse repository at this point
feat: Add SQLite storage for InProcessAgentRunner
Show description for f4f8db4
mme
committed
f4f8db4
View commit details
Copy full SHA for f4f8db4
View code at this point
Browse repository at this point
feat: Add tool call args compaction to event compaction
Show description for 1e6a022
mme
committed
1e6a022
View commit details
Copy full SHA for 1e6a022
View code at this point
Browse repository at this point
feat: Add event compaction for historic text message deltas
Show description for 64aae1e
mme
committed
64aae1e
View commit details
Copy full SHA for 64aae1e
View code at this point
Browse repository at this point
Commits on Jul 31, 2025
fix: Replace string literals with EventType constants in runtime tests
Show description for 81c61e1
mme
committed
81c61e1
View commit details
Copy full SHA for 81c61e1
View code at this point
Browse repository at this point
Fix writeable stream errors (#10)
Show description for 77dbdc3
mme
and
claude[bot]
authored
77dbdc3
View commit details
Copy full SHA for 77dbdc3
View code at this point
Browse repository at this point
Commits on Jul 30, 2025
wip
mme
committed
6e9291c
View commit details
Copy full SHA for 6e9291c
View code at this point
Browse repository at this point
update @ag-ui/client, @ag-ui/core, @ag-ui/encoder to version 0.0.36-alpha.0 and refactor event type handling in InProcessAgentRunner
mme
committed
17c00ac
View commit details
Copy full SHA for 17c00ac
View code at this point
Browse repository at this point
add agent runner
mme
committed
4395a5a
View commit details
Copy full SHA for 4395a5a
View code at this point
Browse repository at this point
add in process runner
mme
committed
dc23a6e
View commit details
Copy full SHA for dc23a6e
View code at this point
Browse repository at this point
working in process runner
mme
committed
2d70b03
View commit details
Copy full SHA for 2d70b03
View code at this point
Browse repository at this point
wip
mme
committed
7d62ef1
View commit details
Copy full SHA for 7d62ef1
View code at this point
Browse repository at this point
fix test linter error
mme
committed
7d12357
View commit details
Copy full SHA for 7d12357
View code at this point
Browse repository at this point
Commits on Jul 29, 2025
fix linter errors
mme
committed
e8295ff
View commit details
Copy full SHA for e8295ff
View code at this point
Browse repository at this point
fix hono
mme
committed
52dd794
View commit details
Copy full SHA for 52dd794
View code at this point
Browse repository at this point
add eventstore sketch
mme
committed
dd5c147
View commit details
Copy full SHA for dd5c147
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.