Metadata-Version: 2.4
Name: niobe
Version: 0.1.0
Summary: Runtime intelligence for AI agents — local-first runtime observation via MCP
Project-URL: Homepage, https://github.com/evo-hydra/niobe
Author: evo-hydra
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: psutil>=5.9
Requires-Dist: rich>=13
Requires-Dist: tomli>=2.0; python_version < '3.11'
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-cov>=5; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Provides-Extra: mcp
Requires-Dist: mcp>=1.0; extra == 'mcp'
Provides-Extra: watch
Requires-Dist: watchfiles>=0.21; extra == 'watch'
Description-Content-Type: text/markdown

# Niobe

Runtime intelligence for AI agents.

Niobe is a local-first runtime observer that watches your running development and staging applications and exposes structured runtime intelligence via MCP. It answers the question: **"What is the system doing right now, and did my change make it worse?"**

> Coming soon.
