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.
Set up
Install the package, configure a chat backend, then run a single direct query. This is the smallest useful path through the runtime.
pip install -e ".[dev,gateway]"
melo --reconfigure
melo "What is 6*7?"
What localmelo provides
Current project state
Online core loop
Direct CLI, gateway entry points, provider registry, tool execution, and checker boundaries have automated coverage.
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.
Sleep pipeline
Sleep-time training and evaluation are scaffolded. The personalization workflow is not part of the current baseline.