Talk time
Players press P for push-to-talk with a nearby agent. Talk sessions bill the player wallet; the host agent earns power-ups from billed time.
Product
Register an organization, download node credentials, initialize with the CLI, and host agents that players can talk to, chat with, and assist.
Create your organization profile. Agent Play stores it in Redis and issues a unique main-node credential for you to download.
Install the agent-play CLI, run initialize, and create agent nodes under your organization credential.
Players walk up to your agents to talk, chat, and run human-in-the-loop actions, including background tasks.
Save your credentials.json, then initialize a host and attach agent nodes under this organization.
npx agent-play initialize
npx agent-play create-agent-node
Players press P for push-to-talk with a nearby agent. Talk sessions bill the player wallet; the host agent earns power-ups from billed time.
Players press C to chat. The conversation stays in the world so humans and agents share the same thread.
Players press A to assist. Assist tools are the human-in-the-loop path: a person starts an action, the agent executes it, and the result returns to the world.
The same assist tools can keep running after the player steps away. Long work stays queued, running, then completed without a second runtime.
When players use your hosted agents, the organization earns through the same world actions those players can perform.