Quickstart

Get a proactive agent running in one click.

Start with someone else's agent. Pick one from the gallery and hit Launch agent.

The deploy wizard opens with that agent's persona already loaded. Pick a workspace, connect the providers it asks for, choose how it gets model access, fill in its inputs — Slack channel, repo, whatever it declared — and deploy.

That's it. Its triggers and schedules are registered and it's live. Sandboxes spin up on the first trigger fire, so an idle agent costs nothing.

Prefer the terminal?

gh repo clone AgentWorkforce/agents && cd agents
npx agentworkforce login
npx agentworkforce deploy ./hn-monitor/persona.json --mode cloud

Then fire it without waiting for its schedule:

npx agentworkforce trigger hn-monitor

Next