Agents That Remember
Knowledge survives across sessions. Your agents remember patterns, gotchas, and hard-won lessonsβforever.
Stop watching your agents rediscover the same solutions every session. Sibyl gives them persistent memory, semantic search, and the ability to learn from each other.
Every time you start a new Claude Code session, your agent forgets everything. That OAuth gotcha you debugged for 2 hours? Gone. The pattern that finally made your tests pass? Vanished. The configuration quirk that took forever to figure out? Lost to the void.
Your AI agents are brilliant but amnesiac.
Sibyl is a Collective Intelligence Runtimeβa persistent knowledge graph that gives your AI agents:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Your AI Agents β
β Claude Code β’ Custom Agents β’ Multi-Agent Systems β
ββββββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββ
β
ββββββββββββββββββββββΌβββββββββββββββββββββ
β β β
βΌ βΌ βΌ
βββββββββββ βββββββββββββ ββββββββββββ
β Skills β β Hooks β β CLI β
β Teach β β Inject β β Express β
β workflowβ β context β β power β
βββββββββββ βββββββββββββ ββββββββββββ
β β β
ββββββββββββββββββββββΌβββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Sibyl Server β
β Knowledge Graph (FalkorDB) β’ Semantic Search β’ Task Management β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Web UI β
β Human collaboration β’ Project management β’ Graph explorer β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββSkills teach your agents structured workflows:
# The agent learns to search before implementing
sibyl search "authentication patterns"
# Track work with full lifecycle
sibyl task start task_xyz
# Capture learnings when done
sibyl task complete task_xyz --learnings "OAuth tokens need refresh..."Hooks automatically inject relevant knowledge into every promptβyour agent doesn't even need to ask.
Web UI for collaboration and oversight:
CLI for power users and scripting:
# Install the CLI
pip install sibyl-cli
# Start the infrastructure
docker run -d --name falkordb -p 6380:6379 falkordb/falkordb:latest
# Configure and start
cd sibyl && moon run dev
# Search your knowledge
sibyl search "authentication patterns"
# Add a learning
sibyl add "Redis insight" "Connection pool must be >= concurrent requests"
# Manage tasks
sibyl task list --status doing
sibyl task complete task_xyz --learnings "OAuth tokens expire after 1 hour"Sibyl enforces a simple but powerful cycle:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β 1. RESEARCH β
β Search for existing patterns before coding β
β sibyl search "what you're implementing" β
βββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββ
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β 2. DO β
β Work on your task with context from search β
β sibyl task start task_xyz β
βββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββ
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β 3. REFLECT β
β Capture learnings for future agents β
β sibyl task complete task_xyz --learnings "..." β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββEvery completed task makes your knowledge graph smarter. Every pattern discovered helps future agents work faster. The system learns as you work.
| Without Sibyl | With Sibyl |
|---|---|
| Agent rediscovers same solutions | Agent finds existing patterns instantly |
| Context lost between sessions | Knowledge persists forever |
| Manual prompting required | Hooks inject context automatically |
| No task tracking | Full lifecycle with learnings capture |
| Scattered documentation | Searchable, connected knowledge graph |
Built for AI agents that deserve to remember.