Files
vercel__eve/e2e/fixtures/agent-agent-tool-controls/agent/subagents/researcher/agent.ts
T
Casey Gowrie 76d4dd84ab feat(eve): add workflow agent routing (#3485)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-09-18 10:04:35 -04:00

9 lines
285 B
TypeScript

import { e2eSubagentConfig } from "@eve-e2e/config";
import { defineAgent } from "eve";
export default defineAgent({
description: "Investigate, analyze, and explain questions without changing systems.",
...e2eSubagentConfig({ mock: "AUTO-ROUTER-RESEARCHER" }),
tool: false,
});