Every time a signal triggers a job in Atlas, it creates a session. Sessions are the execution contexts where agents do their work. Learning to monitor sessions is key to understanding what your AI agents are doing.
[2024-01-15 10:23:45] INFO [session:8f3d2a1b] Starting session for job 'analyze-data'[2024-01-15 10:23:46] INFO [supervisor] Creating execution plan with 2 agents[2024-01-15 10:23:47] INFO [agent:researcher] Starting execution[2024-01-15 10:23:48] DEBUG [agent:researcher] Received input: {"file": "data.csv"}[2024-01-15 10:23:52] INFO [agent:researcher] Analysis complete, found 3 key insights[2024-01-15 10:23:53] INFO [agent:reporter] Starting execution[2024-01-15 10:23:58] INFO [agent:reporter] Report generated successfully[2024-01-15 10:23:59] INFO [session:8f3d2a1b] Session completed successfully
[MEMORY] Loading relevant context from previous sessions[MEMORY] Found 2 similar analyses from past 7 days[MEMORY] Storing session learnings for future reference