Interactive REPL Runtime for AI Agents
Ditch static graphs and brittle prompt chains. Run, steer, and introspect autonomous agents inside a persistent live runtime — spawn sub-agent swarms, compile skills in runtime, and attach via REPL in real time.
zea-repl — session_8f92a (live attached)
ONLINE
# 1. Inspect live agent swarm state
> zea.swarm.status()
%{lead: "architect", subagents: ["db-optimizer", "security-auditor"], status: :running}
# 2. Steer execution in flight without losing context
> zea.steer("prioritize concurrent index creation for postgres migrations")
✓ Injected into live context. Agent adapting plan in runtime...
# 3. Dynamic skill compilation at runtime
> agent.skills.compile(:pg_index_advisor, &Database.analyze_indexes/1)
✓ Skill :pg_index_advisor compiled & hot-reloaded into cluster memory
⚡
REPL-Driven Runtime
Persistent execution environment. Agents write code, run tools, and introspect their trajectory inside a live interactive REPL.
Runtime
@zea.cl/soma-sdk
🎯
Live Steering & Introspect
Attach to any running session in real time. Inspect live memory, steer decisions mid-flight without losing context.
Runtime
@zea.cl/soma-sdk
🧠
Dynamic Skills & Memory
No more static prompts. Agents compile, register, and hot-reload new tools and reusable skills in runtime as they solve tasks.
Runtime
@zea.cl/cerebelum-sdk
🛡️
Kernel Sandboxes
Run agent-generated code safely. Isolated Linux environments with kernel permissions, git access, and secure bash execution.
Runtime
@zea.cl/soma-sdk
💬
Real-time Messaging
WebSocket-native event and message streaming between users, agents, and sub-agent swarms with typing indicators and channels.
Runtime
@zea.cl/synapse-sdk
🔐
Unified Identity (OAuth 2.1)
Centralized identity and fine-grained permissions for humans and agents. OAuth 2.1 PKCE, JWTs, and org-scoped API keys.
Runtime
@zea.cl/auth