Pre-loaded company + sprint + meeting context for any AI agent session.
The .bashrc of AI agents โ loaded every session, useful from message one.
Context bundles for Hermes, Claude Code, Codex โ any agent starts a session knowing the company, sprint, blockers, and team roster.
LLM-powered sprint planning from backlog tasks. Weekly sprints with task assignments, capacity estimates, and agent delegation.
Upload a transcript โ LLM extracts action items + decisions โ persisted for every future agent session.
Assign any sprint to Hermes, Claude Code, or Codex. Track execution status from assignment to completion.
# Start a session with context
curl -X POST https://atrium.cool/api/v1/session/start \
-H "Content-Type: application/json" \
-d '{"company_id":"<uuid>","agent_type":"hermes"}'