v0.1.0
First release of fabri — a local memory + orchestration framework for custom LLM agents.
- SCOPE-style tactical/strategic memory over execution traces (Qdrant + local MiniLM embeddings)
- Polyglot subprocess tools behind a uniform contract; agent-as-tool composition
- Token-efficient TOON encoding of tool results
fabri initscaffolds a runnable starter project;builtintools token; project-local.fabri/state- Anthropic by default; OpenAI via the
[openai]extra
pip install fabri
fabri init demo && cd demo
fabri --config agent.yaml run "greet Ada with the hello tool"Apache-2.0.