Skip to content

Commit 23091d1

Browse files
author
Frank
committed
add --episodes and --timeout options
1 parent 9a3d9be commit 23091d1

File tree

4 files changed

+449
-567
lines changed

4 files changed

+449
-567
lines changed

agents/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ export async function getAgent(
4444
return agents[name];
4545
}
4646

47-
export async function listAgents(): Promise<AgentRegistration[]> {
47+
export function listAgents() {
4848
return Object.values(agents);
4949
}

bun.lock

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)