Memory That Sticks
Knowledge survives across sessions. Patterns, gotchas, and hard-won lessons stay searchable.
Stop rediscovering the same solutions every session. Sibyl gives your projects persistent memory, semantic search, and durable task context.
Every time you start a new coding session, critical context slips away. 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.
Sibyl is a knowledge graph and task workflow that gives your team:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Your Actual Workflow โ
โ Claude Code โข Editors โข Scripts โข Teammates โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโ
โ โ โ
โผ โผ โผ
โโโโโโโโโโโ โโโโโโโโโโโโโ โโโโโโโโโโโโ
โ 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 tools and teammates structured workflows:
# 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 so useful context shows up before you have to go looking for it.
Web UI for collaboration and oversight:
CLI for power users and scripting:
# Start the infrastructure
sibyld up
# 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_id> --learnings "OAuth tokens expire after 1 hour"Sibyl enforces a simple 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_id> โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ 3. REFLECT โ
โ Capture learnings for future sessions โ
โ sibyl task complete <task_id> --learnings "..." โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโEvery completed task makes your knowledge graph smarter. Every pattern discovered helps future sessions move 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 projects that deserve to remember.