Agent activity / project scope
Agent runs
Review what an AI agent did, how long it took, what it cost, and which tools it used.
- Recorded runs
- 1
- Choose a run
- Open it
- Inspect steps and recorded data
Search and filters
| Run | Agent | Recorded | Status | Action |
|---|---|---|---|---|
Research answersample.research-answer8044491c…d889 | research-agentRequested by founder-review |
| Succeeded | Open run |
Open-source test path
Install and test AgentRail
Install the scoped npm packages or run the local stack from source. npm install agentrail is not this project; that unscoped npm package belongs to another maintainer.
Try from source today
Clone the repository, install dependencies, then seed one run.
pnpm install
pnpm bootstrap:localOpen source checkoutInstall from npmMCP Context profile 0.1.2 is published on npm and can be started through npx.
Use the live scoped packages published under @agentrail-sdk.
SDK package
npm install @agentrail-sdk/sdkRecord traces from a TypeScript AI application.
Context CLI
npm install -D @agentrail-sdk/cliInstall local Context Relay commands in a project.
Create Context Pack
npx -y @agentrail-sdk/cli context --root . --task "Audit this change" --token-budget 4000 --jsonReturn a bounded source pack before an AI coding run.
MCP trace reader
npx -y @agentrail-sdk/mcpInspect AgentRail traces from Codex-style local tools.
MCP Context profile
npx -y @agentrail-sdk/mcp --profile contextExpose Context Relay tools to MCP-capable local agents.