CoolFace
Apppublic

gen-rl-millz/omni-harness

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
App README

Omni — multiplayer harness for AI coding agents

This Space runs the Omni product portal: a marketing landing page, account sign-in, and a moderated multiplayer room where a host invites others to work with an AI agent (Claude / Codex / Gemini, plus an offline mock).

  • Source: https://github.com/gen-rl-millz/omni-harness
  • How to test: open the Space, create an account, then Create a room. Share the room code with a teammate (have them open the Space in their own browser, sign up, and join the same code). Messages a collaborator sends to the agent land in the host's approval queue; once approved, the reply streams to everyone.

The default agent here is the offline mock (no API keys needed). Set OMNI_AGENTS and the matching provider key in the Space settings to use a real model. Sessions are signed with the GCS_SA_KEY secret (RS256).

Note: this Space uses ephemeral storage — accounts reset if the Space restarts or rebuilds. Fine for a test; wire a database/Firestore UserStore for persistence (see docs/PORTAL.md).