Metadata-Version: 2.4
Name: agenticmeter-cli
Version: 0.0.1
Summary: Observability and security scanning for AI agents.
Project-URL: Homepage, https://agenticmeter.ai
Project-URL: Repository, https://github.com/agenticmeter/agenticmeter
Author-email: AgenticMeter <agenticmeter@gmail.com>
License: MIT
Keywords: agents,ai,langchain,llm,mcp,observability,security
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# AgenticMeter

Observability and security scanning for AI agents.

> ⚠️ **Early development.** This is a placeholder release to reserve the package name. The first functional release (`0.1.0`) is coming soon.

## Install

```bash
pip install agenticmeter-cli
```

Then run:

```bash
agenticmeter
```

## What it does

AgenticMeter helps you see and secure what your AI agents are actually doing — across frameworks like LangChain, MCP, and others — surfacing issues like data leakage and prompt injection.

Full documentation and features are on the way at [agenticmeter.ai](https://agenticmeter.ai).

## License

MIT
