Metadata-Version: 2.4
Name: mc-cognis
Version: 0.0.1
Summary: Cognis — AI-powered conversational memory engine
Author-email: Mark Cognitive <mark@cognis.ai>
Project-URL: Homepage, https://github.com/markedcognitive/cognis
Project-URL: Repository, https://github.com/markedcognitive/cognis
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
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

# Cognis

> AI-powered conversational memory engine.

Cognis is a lightweight, LLM-driven context curation engine that gives AI agents a persistent, structured memory system. It manages personality, mood, expectancy, and working space — all with fixed-section token budgets and LLM-driven mood determination.

## Status

**v0.0.1 — Planning**

This is a placeholder release to claim the package name on PyPI. Full API docs and features coming soon.

## Quick Start

```bash
pip install cognis
```

## Features

- Fixed-section context model (SOUL, MEMORY, EXPECTANCY, CONVERSATION, WORKING_SPACE)
- LLM-driven mood management with expectancy calculus
- Personality system with configurable baselines
- Token-budget-aware context curation

## Repository

https://github.com/markedcognitive/cognis

## License

AGPL-3.0 — All modifications must be shared back, even when used as a service.
