Add list_agents for this caller fleet - #681
Merged
Merged
Conversation
TheGreatAxios
force-pushed
the
fleet-list-agents
branch
from
August 25, 2026 14:52
a8379c6 to
4567fa0
Compare
TheGreatAxios
force-pushed
the
fleet-interrupt-surface
branch
from
August 25, 2026 15:42
8a4a776 to
663e22b
Compare
Parents reconstruct the fleet from memory or by waiting, then re-wait the same ids after a timeout. list_agents reports this install's spawn_agent mailbox without blocking and without listing siblings.
ARCHITECTURE and authority still called list_agents reserved after it shipped. Nested orchestrators may mount it because it lists this install's spawn mailbox, not the director catalog.
TheGreatAxios
force-pushed
the
fleet-list-agents
branch
from
August 25, 2026 15:49
c4a60e0 to
dbe78b8
Compare
TheGreatAxios
added a commit
that referenced
this pull request
Aug 27, 2026
* Add list_agents for this caller fleet Parents reconstruct the fleet from memory or by waiting, then re-wait the same ids after a timeout. list_agents reports this install's spawn_agent mailbox without blocking and without listing siblings. * Document list_agents as a mounted mailbox fleet verb ARCHITECTURE and authority still called list_agents reserved after it shipped. Nested orchestrators may mount it because it lists this install's spawn mailbox, not the director catalog.
TheGreatAxios
added a commit
that referenced
this pull request
Aug 27, 2026
* Add list_agents for this caller fleet Parents reconstruct the fleet from memory or by waiting, then re-wait the same ids after a timeout. list_agents reports this install's spawn_agent mailbox without blocking and without listing siblings. * Document list_agents as a mounted mailbox fleet verb ARCHITECTURE and authority still called list_agents reserved after it shipped. Nested orchestrators may mount it because it lists this install's spawn mailbox, not the director catalog.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
list_agentsreports this install's spawn_agent mailbox (id, director, description, wait status, lifecycle, collected) without blocking.search_agentsstays Tier-1-only catalog discovery.Verification
bun run typecheck,bun run build, andbun run testpass