Skip to content

Add managed agent creation and reliable mentions - #26

Merged
spytensor merged 1 commit into
mainfrom
codex/agent-authoring-mentions
Aug 5, 2026
Merged

Add managed agent creation and reliable mentions#26
spytensor merged 1 commit into
mainfrom
codex/agent-authoring-mentions

Conversation

@spytensor

Copy link
Copy Markdown
Owner

What changed

  • add a single runtime-owned create_agent tool that writes through the existing Agent definition service
  • keep Agent paths, schema validation, cache invalidation, and registration inside the runtime
  • make @Agent suggestions survive a delayed roster response
  • send valid manually typed Agent mentions as structured mentions

Root cause

Agent creation was exposed through the management API but not through the model tool surface, so models guessed filesystem locations. Mention recognition also discarded the active query while the asynchronous Agent roster was still empty, and only popup-selected names were sent structurally.

Verification

  • targeted Agent authoring test passed
  • InputBar tests passed (30/30)
  • backend and UI type checks passed
  • backend build passed
  • public export privacy check passed

@spytensor
spytensor merged commit 2b784c1 into main Aug 5, 2026
2 of 3 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