Skip to content

AIcarusDev/AICQ_Mem

Repository files navigation

AICQ-Mem Python SDK

This repository is the local AICQ-Mem fork for Aic_forQ memory-system adaptation.

The upstream monorepo surfaces have been removed. The remaining repository is focused on the Python SDK under aicq_mem/ and its tests.

Layout

Path Purpose
aicq_mem/ Python memory SDK source.
tests/ Python tests for retained SDK behavior.
pyproject.toml Hatch, dependencies, pytest, Ruff, isort.
Makefile Local command shortcuts.
AGENTS.md Working instructions for coding agents in this trimmed repo.

Basic Commands

Install the SDK into the current Python environment:

pip install -e .
python -c "from aicq_mem import AsyncMemory, Memory; print('aicq_mem ok')"

Build a wheel for distribution inside the main project release flow:

python -m pip install build
python -m build
hatch env create
hatch run lint
hatch run format
hatch run test
python -m hatchling build

Runtime Entry Points

from aicq_mem import Memory, AsyncMemory

Memory and AsyncMemory are the retained local implementation. Hosted upstream API clients, telemetry, and reranker adapters have been removed from this fork.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors