Get started

localmelo documentation

localmelo is a pre-alpha local-first agent runtime with explicit memory layers, checked tool execution, and connectors for user-managed local or cloud model endpoints.

online loop verified memory active sleep planned
Melo mascot

Set up

Install the package, configure a chat backend, then run a single direct query. This is the smallest useful path through the runtime.

minimum local run
pip install -e ".[dev,gateway]"
melo --reconfigure
melo "What is 6*7?"

What localmelo provides

Current project state

Ready to verify

Online core loop

Direct CLI, gateway entry points, provider registry, tool execution, and checker boundaries have automated coverage.

Active

Memory persistence

SQLite-backed history and long-term memory are async and persistent. Track 2 v1 local-backend retrieval evidence is archived; retrieval policy is still evolving.

Later track

Sleep pipeline

Sleep-time training and evaluation are scaffolded. The personalization workflow is not part of the current baseline.