index
01Agent
API documentation for AI agents and autonomous trading packages.
21 tagged cdp, measured the same way as everything else here.
Browse within: browser-automation 13bun 12crawler 12curl-impersonate 12accessibility 6
Agent
API documentation for AI agents and autonomous trading packages.
Agent
Trading strategy performance analyst. Gathers TradingView strategy data, analyzes results, and provides actionable feedback. Use when reviewing backtest results.
Agent
Navigation subagent over tandem's shared Chrome. Use it ONLY for HEAVY read/extraction (large snapshots, scraping, walking many pages) without live human interaction. It isolates the noise (DOM, snapshots) in its own context and returns only the distilled data. Do NOT use it when there are walls the human must clear…
Agent
This page shows how to drive CEL from the OpenAI Codex CLI.
Agent
This page shows how to drive CEL from Cursor.
Agent
This page shows how to drive CEL from a framework-less MCP client using the standard MCP SDKs.
Agent Claude Code
Use when a Bxc scraper fails, gets blocked (403/429/captcha), or returns empty/wrong data. Inspects HTML / headers / console dumps and proposes the next profile escalation step.
Agent Claude Code
Use proactively for any task needing fresh web data — answering a question from live sources, multi-source research, scraping a page/site, extracting structured data, monitoring a SERP, or checking what a URL actually contains. Drives the bxc CLI (search/scrape/recon/detect/mirror) end-to-end and returns a sourced…
Agent Claude Code
Use proactively when Rust bridge (rust-bridge/, src/rust/), Zig DOM bridge (src/zig-bridge/), or generic FFI loader code is added or modified. Audits memory safety, async correctness, lifetime invariants, and the Bun native boundary.