[MAIN] Add agent operations board - #30
Open
BarretoDiego wants to merge 1 commit into
Open
Conversation
Thread transfer impact
This comment will update automatically after the next completed run. |
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.
Problem
The thread tree answers where work lives, but it does not provide a global operational view across environments. Users need one place to see which agents require attention, are working, need review, completed, or failed without opening every thread.
Summary
/boarddestination for web and desktop with entries in the sidebar and command palette.Behavior
Architecture and performance
OrchestrationThreadShellstream; cards never subscribe to thread detail.Mapand classifies each shell once.Surfaces and compatibility
Verification
vp test run packages/client-runtime/src/agentBoard.test.ts packages/client-runtime/src/agentBoardStateAdapter.test.ts apps/web/src/agentBoardSearch.test.ts apps/web/src/components/agentBoard/AgentBoardPage.logic.test.ts— 20 tests passed.vp run --filter @t3tools/client-runtime typecheck— passed.vp run --filter @t3tools/web typecheck— passed.vp run --filter @t3tools/mobile typecheck— passed.git diff --check— passed.Manual validation and evidence
UI evidence is intentionally pending maintainer validation:
Known limitation
The Board uses a single isolated shell classifier until
feat/agent-state-modelprovides the canonical API. No provider contracts, ingestion, or persistence are duplicated here; replacing the adapter is the intended integration seam.Model: gpt-5.6-sol (high reasoning)
Harness: Codex in T3 Code