Full interactive UI coming soon.
See docs/design/graph-ui-integration.md for the design.
API available at /api/v1/ and /docs
Watch the knowledge graph get smarter over time. Learning curve, pack composition drift, item lifecycle tracking, and domain generations.
Evolution visualization requires the evolution API endpoints.
Proposed endpoints: /api/v1/evolution/timeline,
/api/v1/evolution/current,
/api/v1/evolution/item/{id}/lifecycle
Interactive force-directed graph with time-travel slider. Explore entities, relationships, and temporal versions.
Graph visualization will use Cytoscape.js with data from /api/v1/entities/{id}?depth=N
Chronological feed of agent work — intents, steps, tool calls, outcomes.
Trace timeline will pull from /api/v1/traces
Proven patterns extracted from successful traces. Browse, filter, and track impact.
Precedent library will pull from /api/v1/precedents