Configure the speed and depth of context retrieval with Jean Memory’s processing modes for SDK and MCP interfaces.
fast
, balanced
, autonomous
, comprehensive
)speed: "deep"
for backward compatibility.Depth | Response Time | Technology | Best For |
---|---|---|---|
0 | Immediate | No context retrieval | Generic knowledge |
1 | 0.5-1s | Direct search | Quick personal facts |
2 | 3-5s | Gemini 2.5 Flash synthesis | Conversational AI |
3 | 20-30s | Deep document analysis | Research tasks |
Mode | Response Time | Technology | Best For |
---|---|---|---|
Fast | 0.5-1s | Direct search | Real-time interactions |
Balanced | 3-5s | Gemini 2.5 Flash synthesis | Conversational AI |
Autonomous | Variable | Intelligent orchestration | Complex reasoning |
Comprehensive | 20-30s | Deep document analysis | Research tasks |
jean_memory
tool routes requests to different processing pathways based on the specified speed parameter:
search_memory
with explicit result limitsask_memory
with Gemini 2.5 Flash synthesisdeep_memory_query
with document chunk search