Install

pip install hurozo provides the hurozo command.

List Agents

Use hurozo list to see accessible agents and their IDs.

Scaffold

hurozo init my-agent generates a runnable Python project.

Run

Execute agents with the lightweight Agent class in your scripts.

Remote Agents

Register custom functions as agents using the RemoteAgent helper.

Authenticate

Set HUROZO_API_TOKEN for agent execution and HUROZO_TOKEN for remote agents.

export HUROZO_API_TOKEN=<your token>
export HUROZO_TOKEN=<your token>