Skip to content

Commit 15a8583

Browse files
committed
2 parents d7b93d1 + 80dcbfd commit 15a8583

37 files changed

+1134
-611
lines changed

cli/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/templates/agent/{{kebabCase name}}.agent.ts.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const {{camelCase name}}Toolbox = pickaxe.toolbox({
2020

2121
export const {{camelCase name}}Agent = pickaxe.agent({
2222
name: "{{kebabCase name}}-agent",
23-
executionTimeout: "15m",
23+
executionTimeout: "1m",
2424
inputSchema: {{pascalCase name}}AgentInput,
2525
outputSchema: {{pascalCase name}}AgentOutput,
2626
description: "{{description}}",
@@ -41,5 +41,3 @@ export const {{camelCase name}}Agent = pickaxe.agent({
4141
}
4242
},
4343
});
44-
45-
export default [{{camelCase name}}Agent, {{camelCase name}}Toolbox];

cli/templates/geo/src/agents/{{kebabCase name}}.agent.ts.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const {{camelCase name}}Toolbox = pickaxe.toolbox({
2121

2222
export const {{camelCase name}}Agent = pickaxe.agent({
2323
name: "{{kebabCase name}}-agent",
24-
executionTimeout: "15m",
24+
executionTimeout: "1m",
2525
inputSchema: {{pascalCase name}}AgentInput,
2626
outputSchema: {{pascalCase name}}AgentOutput,
2727
description: "A {{name}} agent to get weather, time, and holiday information with rich formatting",
@@ -65,5 +65,3 @@ export const {{camelCase name}}Agent = pickaxe.agent({
6565
};
6666
},
6767
});
68-
69-
export default [{{camelCase name}}Agent, {{camelCase name}}Toolbox];

pnpm-lock.yaml

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

scaffolds/src/agents/deep-research/agent.ts

Lines changed: 0 additions & 166 deletions
This file was deleted.

scaffolds/src/agents/deep-research/tools/extract-facts.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

scaffolds/src/agents/deep-research/tools/index.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

scaffolds/src/agents/deep-research/tools/judge-facts.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)