Staso Docs
Staso Agent

Staso Agent

Staso Agent is a long-lived coding-agent conversation connected to your agent's production evidence and source repository.

It can:

  • inspect traces, spans, guard violations, eval results, verdicts, and cost data;
  • clone the linked repository into an isolated E2B or Docker environment;
  • search and edit code, install dependencies, and run the repository's own tests;
  • push the exact tested sandbox commit and open a pull request.

Each message starts one bounded run with many possible model and tool steps. Conversation history continues across messages. The current runtime can reuse an attached workspace when later messages reach the same worker, but durable cross-worker workspace resume is not implemented yet.

Repository changes remain reviewable because the agent opens a pull request and never merges it.

GitHub setup

Connect the Staso GitHub App to the repositories the agent may inspect. Clone credentials are short-lived and removed after use; the model never receives them.