Skip to content

feat(runtime): support 32-way agent swarm concurrency - #1963

Merged
likun666661 merged 2 commits into
mainfrom
feat/swarm-concurrency-32
Aug 3, 2026
Merged

feat(runtime): support 32-way agent swarm concurrency#1963
likun666661 merged 2 commits into
mainfrom
feat/swarm-concurrency-32

Conversation

@likun666661

Copy link
Copy Markdown
Member

Summary

  • raise the explicit agent_swarm max_concurrency ceiling from 5 to 32 while keeping the default at 3
  • raise the shared child-run permit pool to 32 so a requested 32-wide swarm can materialize instead of being silently throttled to 5
  • lock the schema and real-run boundary together with a regression test that proves the 32nd swarm child starts after a shared permit is released
  • update the Agent Swarm contract documentation

Breaking Changes

None. Existing callers that omit max_concurrency continue to use 3.

Database Migrations

None.

Merge Order

Standalone; no dependent PRs.

Related PRs

None.

Test Plan

  • npm --workspace @maka/runtime test
  • npm --workspace @maka/runtime run typecheck
  • npm run lint
  • npm run format:check
  • git diff --check

@likun666661
likun666661 merged commit dec43d4 into main Aug 3, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant