mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
test(eve): assert working subagents at task policy launch
Signed-off-by: Rui Conti <ruiconti@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ export default defineEval({
|
||||
await t.require(dispatched.sessionIds.length, equals(1));
|
||||
const launch = t.target.watchTurn(dispatched.sessionIds[0]!);
|
||||
const started = (await launch.result()).expectOk();
|
||||
started.calledSubagent("agent", { count: 3 });
|
||||
started.calledSubagent("agent", { status: "working", count: 3 });
|
||||
let streamIndex = launch.session.state!.streamIndex;
|
||||
const requests = new Map<string, InputRequest>();
|
||||
const turns: EveEvalTurn[] = [started];
|
||||
|
||||
Reference in New Issue
Block a user