Skip to content

v0.1.0

Choose a tag to compare

@Rushour0 Rushour0 released this 20 Jun 08:41

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 init scaffolds a runnable starter project; builtin tools 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.