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
.
modelscope
/
ms-agent
Public
Notifications
You must be signed in to change notification settings
Fork
516
Star
4.4k
Code
Issues
12
Pull requests
16
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix bugs
- #934
#934
Merged
alcholiclg
merged 15 commits into
modelscope:main
modelscope/ms-agent:main
from
alcholiclg:fix/runtime-robustness
alcholiclg/ms-agent:fix/runtime-robustness
Copy head branch name to clipboard
Aug 12, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
fix bugs
#934
alcholiclg
merged 15 commits into
modelscope:main
modelscope/ms-agent:main
from
alcholiclg:fix/runtime-robustness
alcholiclg/ms-agent:fix/runtime-robustness
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2026
Fix tool_call_id loss in unified memory message round-trip
alcholiclg
committed
ecd6974
View commit details
Copy full SHA for ecd6974
Browse repository at this point
Pair tool results with pending calls when tool_call_id is missing in openai-compat transport
alcholiclg
committed
f8ce706
View commit details
Copy full SHA for f8ce706
Browse repository at this point
Seal errored rounds so resume consumes the next prompt instead of replaying
alcholiclg
committed
a7b86ec
View commit details
Copy full SHA for a7b86ec
Browse repository at this point
Skip LLM call retries for non-retryable 4xx client errors
alcholiclg
committed
0686305
View commit details
Copy full SHA for 0686305
Browse repository at this point
Dedupe identical per-round error records in SessionLog
alcholiclg
committed
977d16b
View commit details
Copy full SHA for 977d16b
Browse repository at this point
Use native Windows shell semantics in the local code executor
alcholiclg
committed
4b5f976
View commit details
Copy full SHA for 4b5f976
Browse repository at this point
Commits on Aug 6, 2026
Infer provider from model name only when no service is configured
alcholiclg
committed
0ae7224
View commit details
Copy full SHA for 0ae7224
Browse repository at this point
Commits on Aug 10, 2026
Ingest a round's memory before the blocking interactive input wait
alcholiclg
committed
738640e
View commit details
Copy full SHA for 738640e
Browse repository at this point
Release the mem0 vector client on close and log ingestion failures
alcholiclg
committed
ed01753
View commit details
Copy full SHA for ed01753
Browse repository at this point
Merge branch 'main' of https://github.com/modelscope/ms-agent into fix/runtime-robustness
alcholiclg
committed
18bfe05
View commit details
Copy full SHA for 18bfe05
Browse repository at this point
Let a handler that supports it receive a round's parallel permission asks at once
alcholiclg
committed
4335a8b
View commit details
Copy full SHA for 4335a8b
Browse repository at this point
Report each parallel tool call's completion as it finishes, not after the batch
alcholiclg
committed
c1654a5
View commit details
Copy full SHA for c1654a5
Browse repository at this point
Take memory ingestion off the turn's critical path
Show description for 1100a38
alcholiclg
committed
1100a38
View commit details
Copy full SHA for 1100a38
Browse repository at this point
Ingest memory on closing rounds only, and give shared stores an owner-side close
Show description for 41cfac2
alcholiclg
committed
41cfac2
View commit details
Copy full SHA for 41cfac2
Browse repository at this point
Commits on Aug 11, 2026
Make mem0 recall size configurable (recall_top_k)
Show description for 313a232
alcholiclg
committed
313a232
View commit details
Copy full SHA for 313a232
Browse repository at this point
You can’t perform that action at this time.