Add first-party agent visual navigator - #132
Merged
Merged
Conversation
Generate agents.graph.json from the agent roster plus Orchestrator workflows and package workspace deps. Expose it via GET /api/platform/agent-graph, render a stage-column Map view in Platform UI, and ship a standalone docs/agent-map.html for browsing without running the server. Co-authored-by: telivity-otaip <telivity-otaip@users.noreply.github.com>
Raise ip-address, fast-uri, and brace-expansion floors so `pnpm audit --audit-level=high` passes CI. Co-authored-by: telivity-otaip <telivity-otaip@users.noreply.github.com>
Lint failed because the type is only re-exported from types.ts now that WORKFLOW_PIPELINES lives in workflows.ts. Co-authored-by: telivity-otaip <telivity-otaip@users.noreply.github.com>
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.
What does this PR do?
Adds a first-party agent navigation map so users can visually browse OTAIP’s ~77 agents by stage, with edges from Orchestrator workflows and package workspace dependencies. No Graphify — thin TypeScript tooling over existing roster metadata.
Also bumps pnpm overrides (
ip-address,fast-uri,brace-expansion) sopnpm audit --audit-level=highclears newer advisories that were failing CI.Type of change
Checklist
GET /api/platform/agent-graph)pnpm gen:manifest --checkpassespnpm audit --audit-level=highpasses locallyanytypes without a justification commentagents/specs/updated if behavior changed (N/A)Domain impact
N/A — navigation graph only. Edges are workflow pipelines and package deps, not travel-domain knowledge.
Test plan
pnpm gen:manifestwritesagents.graph.json+docs/agent-map.htmlpnpm gen:manifest --checkconfirms freshnesspnpm vitest run examples/ota/src/__tests__/platform.test.ts packages/agents-platform/src/orchestrator— 39 passedpnpm audit --audit-level=high— clean of highsdocs/agent-map.htmlin a browser; use Platform UI Dashboard → Map toggle when OTA server is runningWhat shipped
agents.graph.jsondocs/agent-map.htmlGET /api/platform/agent-graphWORKFLOW_PIPELINESextractedip-address>=10.3.1,fast-uri>=4.1.2,brace-expansion>=5.0.9