Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Agent Graph entry in the organization sidebar is an interactive map of your agent fleet — agents, the tools they use, the categories they belong to, and their similarity and delegation links.
Agent Graph with the filter panel open, a selected node, and the Node Details panel visible on the right

What the graph shows

Four node types and three edge types:
ElementVisualWhat it represents
OrganizationBlue circleYour tenant — the root of the network.
AgentGreen circleA published agent in Agent Creator.
ToolIndigo diamondA tool used by one or more agents.
CategoryAmber squareAn agent category (taxonomy).
SimilarAmber lineTwo agents whose conversation patterns and tools overlap above the similarity threshold.
UsesPurple dashed lineAn agent that calls a tool.
DelegatesEmerald lineAn agent that hands off to another agent.
Layout is computed automatically with a layered ELK algorithm — you don’t need to position nodes manually.

Header controls

The top bar shows a one-line summary — “X agents, Y tools, Z similarities, W delegations” — and three buttons:
  • Filters — toggles the filter panel below.
  • Refresh — re-fetches the graph data.
  • Expand / Collapse — fullscreen mode. The minimap is hidden in fullscreen.

Filters

Open the filter panel with the Filters button. Three on/off toggles plus a slider:
FilterEffect
Show ToolsToggle Tool nodes and the Uses edges.
Show CategoriesToggle Category nodes (and any edges leading to them).
Show DelegationsToggle the Delegates edges.
Similarity ≥ X%Hide Similar edges below the threshold. Defaults to a moderate value — drag higher to keep only the strongest matches.

Node details panel

Click any node to load its details on the right:
  • The node’s name, type, and description.
  • For agents: a metric grid — analyzed conversations, average score, tool count, resolved count.
  • A list of tags.
  • A Connections list with every node directly linked to this one. Click any item to jump focus to that node.
Without a selection, the panel shows a “Select a Node” placeholder with a hint to drag-pan and scroll-zoom.

Canvas controls

Standard ReactFlow controls, on the canvas itself:
  • Drag any blank area to pan.
  • Scroll to zoom.
  • Drag a node to reposition it manually (the layout doesn’t auto-rerun).
  • Click to select a node and load its details.
  • Right-click a node for the context menu (where applicable).
A minimap is shown in the bottom corner when not in fullscreen.

Empty and error states

StateCauseWhat to do
No Graph DataThe org has no published agents yet.Create agents in Agent Creator.
Graph Component ErrorThe graph rendering library failed to load — usually a network issue.Refresh the page, check console, contact support if it persists.

What to use this for

  • Spot duplicate agents. Two agents on a thick Similar edge are doing almost the same thing — consider merging.
  • Find orphans. Agents with very few connections often signal agents nobody is using.
  • Audit tool sprawl. Tools with very high fan-in are critical infrastructure; a tool used by only one agent might be a candidate for deletion.
  • Map delegation chains. Long delegation chains can introduce latency and ambiguity — flatten them where possible.

Where to go next

See clusters formally

The same similarity signal, grouped into named clusters.

Open one agent

Click any agent node to drill into its scoped view.