Metadata-Version: 2.4
Name: agent-exec-trace-api
Version: 0.2.0
Summary: Read API service for agent-exec-trace - serves product-facing views from the normalized Postgres read model
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.115
Requires-Dist: uvicorn[standard]>=0.30
Requires-Dist: pydantic>=2.5
Requires-Dist: pydantic-settings>=2.1
Requires-Dist: asyncpg>=0.29
Requires-Dist: httpx>=0.27
Requires-Dist: opentelemetry-api>=1.24
Requires-Dist: opentelemetry-sdk>=1.24
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-cov>=5; extra == "dev"
Requires-Dist: pytest-asyncio>=0.24; extra == "dev"
Requires-Dist: httpx>=0.27; extra == "dev"
Requires-Dist: ruff>=0.9; extra == "dev"
Requires-Dist: mypy>=1.13; extra == "dev"

# agent-exec-trace-api

Read API service for `agent-exec-trace` — serves product-facing views (run timeline, fleet health, version compare, anomaly inbox) from the normalized Postgres read model.

## Installation

```bash
pip install agent-exec-trace-api
```

Published on [PyPI](https://pypi.org/project/agent-exec-trace-api/).

Run with:

```bash
uvicorn api.main:app --host 0.0.0.0 --port 8000
```

See the [top-level README](../README.md) and [docs/reference/configuration.md](../docs/reference/configuration.md) for installation and configuration.

## License

MIT — see [LICENSE](../LICENSE).
