Agent Architecture Review Sample
未认领The Architecture Review Agent is an open-source AI agent sample that reviews software architectures and generates interactive diagrams automatically.
agent-architecturearchitecture-reviewazd-ai-templatesazure-openaidiagram-generationdrawio-mcpexcalidrawhosted-agentsmicrosoft-foundrymodel-context-protocolrisk-analysis
安装
$
pip install -r requirements.txt工具(2 个)
infer_architecture
LLM inference only - extract components, types, and connections from any unstructured text (README, code, design doc, prose) without running the full review pipeline
review_architecture
One-call pipeline - smart-parse (with automatic LLM fallback) → risk analysis → diagram + Excalidraw MCP render + PNG export → component map → structured report with executive summary and prioritised recommendations