Metadata-Version: 2.4
Name: friday-framework-memory
Version: 0.1.0a0
Summary: Intelligence layer: Storage, Retrieval, and Context Engineering
Project-URL: Homepage, https://github.com/CIChuck/agent-framework
Project-URL: Repository, https://github.com/CIChuck/agent-framework
Project-URL: Issues, https://github.com/CIChuck/agent-framework/issues
Project-URL: Documentation, https://github.com/CIChuck/agent-framework/tree/main/docs
Project-URL: Source, https://github.com/CIChuck/agent-framework/tree/main/packages/friday-memory
Author: Friday Team
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: chromadb>=0.4.0
Requires-Dist: friday-framework-core==0.1.0a0
Requires-Dist: friday-framework-llm==0.1.0a0
Requires-Dist: networkx>=3.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: tiktoken>=0.5.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# Friday Framework Memory

Memory and context-engineering package for the Friday Framework.

This package provides memory controllers, vector and graph storage adapters,
retrieval, context assembly, ingestion, lifecycle maintenance, and multi-agent
memory support.

## Install

```bash
pip install friday-framework-memory
```

## Import Package

```python
import friday_memory
```

## License

MIT
