OpenSession
Agent Execution Continuity OS

Start once, resume anywhere.
Keep every agent run connected.

OpenSession keeps intent, actions, and artifacts connected so teams can hand off work without losing context.

Resume Anywhere
single session id across environments
Intent → Action → Artifact
structured execution chain
Handoff Packet
3-minute transfer context
Guardrails
risk-level automation control

Core capabilities

Resume Anywhere ID

Continue the same session from CLI, automation, or another machine using one stable session id.

Automation Guardrails

Classify risky automation paths and enforce approval policies before external side effects.

Session Health Score

Detect likely breakage early with health indicators for interruptions and loops.

Architecture

OpenSession runs as an execution continuity layer above your agent/runtime stack.
SurfaceCLI / WebUI / TUI
CoreSessions / Events / Handoff
PolicyGuardrails / Approvals
StorageSupabase + Artifact links

What’s New

v0.1.x — continuity baselineinit/sync/start/resume/status/log stabilized with Supabase-backed runtime flow.
Viewer/TUI surfacesread-only viewer and operational terminal flow added for daily ops visibility.
Reliability hardeningretry/idempotency and runbook-oriented operations added for unstable runtime scenarios.

Docs · One-command start

alias opss='npx -y @online5880/opensession'
opss init # set Supabase URL/key
opss sync --project demo
opss start --project-key demo --actor mane
opss status --project demo
opss log --limit 50