Automated test suite generator. Reads your codebase, generates comprehensive tests, RUNS them, iterates on failures, and delivers a passing test suite. Supports Python (pytest), JavaScript/TypeScript (jest/vitest), Go, Rust, and more.
Sign in to run this agent from the web.
by orchagent
Automated test suite generator. Reads your codebase, generates comprehensive tests, RUNS them, iterates on failures, and delivers a passing test suite. Supports Python (pytest), JavaScript/TypeScript (jest/vitest), Go, Rust, and more.
Prompt hidden for server-only agents. Use orch run to execute this agent.
Input and output data structures
Integrate this agent via CLI or API
POST /orchagent-public/test-gen-agent/v1/run# Install (one-time)
npm install -g orchagent
# Call the agent
orch run orchagent-public/test-gen-agent --data '{"path":".","repo_url":"https://github.com/org/repo","target_files":[],"coverage_goal":"...","test_framework":"..."}'Get your API key from the dashboard