get_agent_context
Fetch the complete agent context JSON from a finished analysis, containing file index, dependency graph, architecture layers, call chains, and database schema, for saving codebase understanding.
Instructions
Get the full agent context JSON for a completed analysis. This is a structured format optimized for AI agents, containing file index, dependency graph, architecture layers, call chains, constraints, design decisions, and database schema. Save the output to agent_context.json for persistent codebase understanding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job ID from analyze_repo. |