What problem does it solve?
It helps you orient yourself and make accurate changes when working with OpenGeni’s evolving, session-based agent service—so you can avoid stale documentation and find the real contracts in code.
Core Features & Use Cases
- Architecture and boundaries: Clarifies how the API, durable event log, Temporal orchestration, worker activities, sandbox backends, object storage, and MCP tools fit together.
- Client integration guidance: Helps design external clients that create sessions, stream/replay events, upload files, attach resources, handle approvals/interrupts, and manage scheduled tasks.
- Source-anchored debugging workflow: Guides you to discover endpoints, public shapes, env/config, persistence semantics, and runtime behavior via targeted repository searches.
- Safety-first claims discipline: Promotes careful wording and verification so you don’t incorrectly assert auth, reliability, retries, or tool/mount behavior that isn’t current.
Quick Start
Ask the AI to inspect the current OpenGeni repo and explain how a client should create a session, stream SSE events, and replay missing events after reconnect.