Metadata-Version: 2.4
Name: cordis-ai
Version: 0.1.2
Summary: One-step installation for the CORDIS cognitive runtime.
Author: Cordis Contributors
License-Expression: MIT
Project-URL: Homepage, https://github.com/ntoniorvn-blip/cordis
Project-URL: Issues, https://github.com/ntoniorvn-blip/cordis/issues
Project-URL: Changelog, https://github.com/ntoniorvn-blip/cordis/blob/main/CHANGELOG.md
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cordis-core==0.1.2
Requires-Dist: cordis-memory==0.1.2
Requires-Dist: cordis-runtime==0.1.2
Requires-Dist: cordis-bridge==0.1.2
Provides-Extra: mcp
Requires-Dist: cordis-bridge[mcp]==0.1.2; extra == "mcp"
Dynamic: license-file

# cordis-ai

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

```bash
python -m pip install "cordis-ai[mcp]"
cordis setup codex
cordis status
```

For CLI-only use without MCP, install `cordis-ai` and run `cordis init`.

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.
