Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pome.sh/llms.txt

Use this file to discover all available pages before exploring further.

Troubleshooting

Start with pome inspect latest. It should tell you whether the failure came from the scenario, the agent, the twin, or the evaluator.

The Agent Crashed

Open:
open runs/<scenario>/<run-id>/stderr.log
Common causes:
  • The agent did not handle POME_PREFLIGHT=1.
  • The agent ignored POME_GITHUB_REST_URL and called the real internet.
  • The scenario prompt had a repo or issue number the agent could not parse.

The Score Is Below 100

Run:
bun run pome -- inspect latest
Then open:
open runs/<scenario>/<run-id>/tool_calls.jsonl
open runs/<scenario>/<run-id>/state_final.json
If the trace has fidelity: "unsupported", the agent called an endpoint Pome does not implement yet.

The Twin Will Not Start

If a standalone twin is stuck on a port:
bun run pome -- twin reset
bun run pome -- twin start github --port 3334