omnara
Basic Information
Omnara is a mission control platform for monitoring and controlling AI agents from mobile and web interfaces. It turns autonomous model sessions into communicative teammates by surfacing real‚Äëtime agent activity, prompting users when human input is required, and delivering user responses back to agents. The repository provides a CLI, a Python SDK, REST API endpoints, and integration wrappers (examples include Claude Code and other agent types) so agents can stream progress and questions to the Omnara platform. It supports two primary usage modes: real‚Äëtime monitoring of existing agent sessions and remote launching of agents via a serve mode. The project includes development tooling and scripts for running local services, JWT generation for authentication, and guidance for self‚Äëhosting. The codebase and docs emphasize mobile‚Äëfirst workflows, notifications, and an architecture designed to synchronize agent activity, store events in PostgreSQL, and route feedback to running agents.