| Agent | Job | Inputs | Engine |
| Coach | Empathetic daily guidance & check-ins | Plan, runs, mood, calendar, weather | LLM (Claude) + RAG |
| Memory / RAG | Retrieve your past — “what was I doing last spring?” | Journeys, notes, media captions | pgvector embeddings |
| Mission Generator | Daily adventures tuned to context | Location, weather, time, fitness, history | LLM + rules + POI data |
| Route Generator | Loops by distance, mood, scenery, elevation | PostGIS, OSM, elevation, preferences | Graph routing + LLM |
| Behavioural Analyst | Detect habit cycles, break points, personality | Time-series of activity & mood | Classical ML (sklearn) |
| Wellbeing Insights | “Which places lift you” correlations | Mood deltas × place × route | Stats / causal-lite |
| Digital Twin | Predict future fitness, mood, burnout; simulate scenarios | Full history + goals | Time-series forecasting |
| Story Generator | Narrate your year / journey as a film | Journeys, memories, milestones | LLM + media pipeline |
| Serendipity | Anonymous crossings & kindred spirits | Hashed geohash grid, k-anonymity | Privacy-preserving match |