Metadata-Version: 2.4
Name: nexor-core
Version: 0.1.0
Summary: Nexor shared models, utilities, and contracts
Project-URL: Homepage, https://github.com/nexorhq/nexor-mneme
Project-URL: Repository, https://github.com/nexorhq/nexor-mneme
Author: Giovanni Consiglio
License-Expression: MIT
Keywords: ai-agents,memory,nexor,pydantic
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Requires-Dist: pydantic-settings<3.0,>=2.0
Requires-Dist: pydantic<3.0,>=2.0
Requires-Dist: structlog>=24.0
Description-Content-Type: text/markdown

# nexor-core

Shared models, configuration, and contracts for the [Nexor](https://github.com/nexorhq) project.

This is the dependency-light foundation used by [`nexor-mneme`](https://pypi.org/project/nexor-mneme/)
(the open memory engine + code-intelligence layer) and other Nexor components: pydantic models,
settings (`NEXOR_*` env binding), and the shared type contracts.

You usually don't install this directly — it comes in as a dependency of `nexor-mneme`.

```bash
pip install nexor-core
```

## License

MIT — see [LICENSE](https://github.com/nexorhq/nexor-mneme/blob/main/LICENSE).
