Agents
Loka uses the Agent Client Protocol integration surface for server-to-agent communication.
Agent registry
Section titled “Agent registry”The server uses an agent registry domain model to represent available agents and agent metadata. The product direction includes installing and launching agents such as Codex, Claude Code, and Kimi.
Demo agent
Section titled “Demo agent”The repository includes a deterministic ACP demo agent:
cargo run -p cli -- demo-agentWhen demo mode is enabled, loka serve exposes the demo agent through an
in-memory registry and launches it as loka demo-agent.
Sessions
Section titled “Sessions”Multiple sessions can share one agent connection. A session combines an agent, workspace, messages, content, permissions, and related state.