Metadata-Version: 2.4
Name: cogniguardai
Version: 0.0.1
Summary: Umbrella namespace for CogniGuard AI products. Flagship: AgentMonitor (flight recorder for AI agents). Namespace reservation; full release lands as 0.1.0.
Author-email: CogniGuard AI <hello@cogniguardai.com>
License: MIT
Project-URL: Homepage, https://cogniguardai.com
Project-URL: Documentation, https://github.com/cogniguardai/agentmonitor#readme
Project-URL: Source, https://github.com/cogniguardai/agentmonitor
Project-URL: Issues, https://github.com/cogniguardai/agentmonitor/issues
Keywords: ai,agents,observability,llmops,monitoring,security
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# cogniguardai

> Umbrella package for [CogniGuard AI][cog] products. The flagship is
> **AgentMonitor** &mdash; a flight recorder for AI agents that records every
> prompt, tool call, file touched, and dollar spent so you can see exactly
> what your agents did, debug failures fast, and prove to security teams
> nothing went off the rails.

This `0.0.1` release is a **PyPI namespace reservation**. The first usable
release will land as `0.1.0` shortly and ship the AgentMonitor SDK under
this same `cogniguardai` distribution. There is intentionally no
functionality in this version &mdash; importing the package will succeed,
but no APIs are exposed.

```bash
pip install cogniguardai   # what you'll run when 0.1.0 ships
```

## What is AgentMonitor?

AgentMonitor is the open-source flagship product of [CogniGuard AI][cog]. It
gives you a local-first, privacy-respecting dashboard for everything your
LLM-powered agents do, with first-class support for cost tracking, posture
analysis, sandbox detonations, and code-scan ingestion.

- **Local by default.** Your traces never leave your machine.
- **Zero-config.** A single `pip install cogniguardai` (post-`0.1.0`) plus a
  drop-in wrapper around your agent.
- **Open source.** MIT-licensed, source on GitHub.

## Links

- **Website:** <https://cogniguardai.com>
- **Source:** <https://github.com/cogniguardai/agentmonitor>
- **Issues:** <https://github.com/cogniguardai/agentmonitor/issues>

## License

MIT &copy; CogniGuard AI

[cog]: https://cogniguardai.com
