Metadata-Version: 2.4
Name: cordis-ai
Version: 0.1.1
Summary: One-step installation for the CORDIS cognitive runtime.
Author: Cordis Contributors
License: MIT
Project-URL: Homepage, https://github.com/ntoniorvn-blip/cordis
Project-URL: Issues, https://github.com/ntoniorvn-blip/cordis/issues
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 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cordis-core==0.1.1
Requires-Dist: cordis-memory==0.1.1
Requires-Dist: cordis-runtime==0.1.1
Requires-Dist: cordis-bridge==0.1.1
Provides-Extra: mcp
Requires-Dist: cordis-bridge[mcp]==0.1.1; extra == "mcp"
Dynamic: license-file

# cordis-ai

This is the one-step installer for [CORDIS](https://github.com/ntoniorvn-blip/cordis).

```bash
pip install --no-index --find-links . "cordis-ai[mcp]"
cordis setup codex
cordis status
```

Direct PyPI installation will be enabled after the first `cordis-ai` publish.

CORDIS also supports `cordis setup claude-code`, `cordis setup opencode`,
`cordis setup hermes`, and `cordis setup all`.

The distribution installs Cordis Core, Memory, Runtime, and Bridge together.
