get_agent_dependency_graph
Map all agent dependencies—models, connectors, and sub-agents—with call counts and timestamps. Identify which agents rely on a specific LLM before replacing it.
Instructions
Return the full directed dependency graph for all agents in the organisation.
Edges represent runtime relationships: agent→model (which LLM an agent calls), agent→connector (which data sources it uses), agent→agent (which sub-agents it orchestrates). Each edge records call_count, first_seen and last_seen timestamps.
Key use case: impact analysis — "if I replace this LLM model, which agents are affected and how frequently do they call it?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||