Running Analysis
Running Analysis
Section titled “Running Analysis”In the public build, Arxo runs the agent_architecture and openclaw_architecture metrics. You control what runs via a config file or by using defaults.
What Runs by Default
Section titled “What Runs by Default”- agent_architecture — Reliability, governance, safety, and coordination for agent and LLM-powered code.
- openclaw_architecture — Config security, skill governance, observability, and supply chain for OpenClaw platforms.
No preset flag is used; run arxo analyze or call the MCP tool analyze_architecture with a project_path.
Config File
Section titled “Config File”Use an arxo.yaml (or --config) to:
- Choose metrics — List
metricswithidandenabled(e.g. onlyagent_architecture, or both). - Set policy — Define invariants on metric keys (e.g.
agent_architecture.overall_agent_health >= 70).
Learn More
Section titled “Learn More”- Running Analysis — CLI and config examples
- Metrics Overview — What each metric provides
- Configuration — Full config reference