Metadata-Version: 2.4
Name: cardinal-agent-core
Version: 0.3.1
Summary: The Cardinal agent-telemetry contract: OTLP emission, initiative resolution, spend-limits delivery, device-code consent.
Author-email: CardinalHQ <support@cardinalhq.io>
License: Apache-2.0
Project-URL: Homepage, https://github.com/cardinalhq/cardinal-agent-plugins
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# cardinal-agent-core

The Cardinal agent-telemetry contract, written once. See
`../docs/specs/agent-core.md` for the extraction spec and
`../README.md` for the monorepo layout.

Ships two ways:

- **Vendored** into each CLI plugin artifact at build time
  (`build/vendor.py`) — plugins stay self-contained, no pip.
- **Installed** as a normal package (`pip install -e core/`) by
  server-side consumers (the omnigent adapter) and the test suite.

```bash
cd core && python3 -m unittest discover tests -v
```
