clyro
Clyro is a governance platform for AI agents that stops failures before they happen.
GraphCanon updated Sep 20, 2026 · GitHub synced Sep 20, 2026
12views this month
Decision brief
Clyro is noted for its governance and real-time monitoring features designed to prevent AI agent failures including infinite loops, unexpected costs, and policy violations.
Good fit when
- When you want automated cost control measures that halt execution before spending exceeds a predetermined threshold, unlike competitors that may only notify you of overruns.
- If your scenario involves high-risk activities where the early detection of policy violations is critical to avoid compliance issues, as clyro monitors in real-time for such breaches.
Avoid when
- In situations demanding lightweight solutions without extensive dependencies since Clyro requires specific versions and additional Python packages like httpx and pydantic.
- When you prioritize manual inspection over automated monitoring; Clyro is best for use cases where automated intervention in response to potential failures is more beneficial than human oversight.
- Requirements:
- Requires Python version 3.11 or higher.; Additional dependencies include httpx, pydantic, structlog, tenacity, aiosqlite, and pyyaml.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Steady (30d since push)
- As of Sep 13, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 13, 2026
- Security (OSV)
- No criticals
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install clyro PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A governance and monitoring tool for managing AI agent behavior, including cost control, real-time detection of policy violations and infinite loops.
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Sep 13, 2026
- Languages
- python
Source: github.language+pyproject.toml · Sep 13, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Sep 13, 2026)
```python from clyro import ClyroConfig, ExecutionControls, CostLimitExceededErrorSource link
Tags
README
Installation Cost Limits Control LLM spending: Cost Tracking Automatic cost calculation for LLM calls: ```python from clyro import calculate cost Clone and install git clone https://github.com/getclyro/clyro.git cd clyro pip install e ".[dev]" Requirements Python 3.11+ httpx, pyd...
For agents
This page has a .md twin and JSON over the API.