6 projects
aleth-weave
Aleth Weave -- the topology and tuning layer for the Aleth engine.
aleth
Aleth -- a local, closed memory engine (un-forgetting).
aleth-client
Thin, standalone Python client for the Aleth memory engine over the frozen local wire (MEM-SDK, ROADMAP ch.161). Depends only on pydantic.
aleth-mcp
MCP face for the memory engine: the 9 memory verbs as MCP tools over the thin wire client (ALB-2, go/no-go Step 1). Any MCP-speaking agent gets persistent memory with one config entry.
aleth-memory
Aleth Memory: local, private, self-hosted memory for AI agents. Installs the engine, the graph layer, the Python client and the folder sync in one command.
aleth-ingest
Open-source file ingestion companion: walk a folder of text files and store them verbatim in Aleth memory over the public wire, skipping unchanged files and superseding changed ones (ALB-3, go/no-go Step 1). Depends only on aleth-client.