Metadata-Version: 2.4
Name: aevum-server
Version: 0.3.0
Summary: Aevum HTTP API server — wraps the five functions for any consumer.
Project-URL: Homepage, https://aevum.build
Project-URL: Repository, https://github.com/aevum-labs/aevum
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: aevum-core
Requires-Dist: fastapi<0.136,>=0.115
Requires-Dist: opentelemetry-instrumentation-fastapi>=0.50b0
Requires-Dist: opentelemetry-sdk>=1.25
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: python-dotenv>=1.2.2
Requires-Dist: uvicorn[standard]>=0.30
Description-Content-Type: text/markdown

# aevum-server

FastAPI HTTP server wrapping the five governed Aevum kernel functions (`ingest`, `query`, `review`, `commit`, `replay`).

```bash
pip install aevum-server
aevum server start --graph memory
```

See the [main repository README](https://github.com/aevum-labs/aevum) for configuration and deployment options.

