Persistent memory, code understanding, and semantic search. Each agent maintains its own embedded database that grows with every conversation.
Interactive visualization of your codebase structure and relationships
10x faster updates - only re-indexes changed files
NEWBackground process maintaining memory and checking messages
Full conversation history with semantic search capabilities
Living documentation automatically extracted from your code
See how your codebase is structured. Understand relationships between files, classes, functions, and components at a glance.
Your code graph stays current as you work - without the wait.
Full code re-indexing is slow and wasteful. A typical project with 200+ files takes 1000ms+ to re-index, even when only a few files change.
Delta indexing tracks file content hashes (SHA256) and only re-indexes files that have actually changed - new, modified, or deleted.
Fast iterations (~100ms when no changes vs 1000ms+ full re-index) means your code graph stays current as you work, without the wait.
| Scenario | Duration |
|---|---|
| Full index (200 files) | ~1000ms |
| Delta index (no changes) | ~100ms |
| Delta index (1 file changed) | ~130ms |
| Delta index (10 files changed) | ~300ms |
10x faster updates mean your code graph is always ready.
A background process that maintains each agent's memory automatically. No manual indexing required.
Automatically indexes conversations for semantic search. Every conversation your agent has is stored and searchable.
Monitors inbox for new inter-agent messages. Your agents never miss important communications.
Automatically staggers startup times across agents. Scales to 100+ agents without CPU spikes.
Runs more frequently when agent is active, less when idle. Smart resource management.
| Activity State | Memory Check | Message Check | Description |
|---|---|---|---|
| Active | 5 minutes | 30 seconds | User is actively working with agent |
| Idle | 30 minutes | 2 minutes | No recent activity, agent is waiting |
| Disconnected | 60 minutes | 5 minutes | No active session, background only |
Browse and search through every conversation your agents have had. Full context preservation.
Every message including thinking steps and tool usage
Find conversations by meaning, not just keywords
See which tools were used and how in each conversation
Message counts, duration, model usage, and timestamps
Each agent has its own embedded CozoDB database for complete isolation and privacy.
~/.aimaestro/agents/{agentId}/
agent.db # CozoDB database
conversations/ # Indexed conversations
docs/ # Generated documentation
Each agent maintains complete isolation. No shared databases, no external services, all data local.
| Agents | Memory | CPU (idle) |
|---|---|---|
| 10 | ~200 MB | <1% |
| 50 | ~1 GB | <5% |
| 100 | ~2 GB | <10% |
Self-staggering ensures all agents don't spike CPU simultaneously.
Agent Intelligence is built into AI Maestro. Just access the tabs to start using it.
Click on any session in the sidebar. The agent's database is automatically created on first access.
Graph for code visualization, WorkTree for conversation memory, Docs for documentation.
Check the Subconscious panel in the sidebar to see memory maintenance and message checking status.
Free, open source, and runs entirely local.