We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1983e commit 2d6ed8cCopy full SHA for 2d6ed8c
1 file changed
web/src/content/walkthroughs/creating-your-first-agent.mdx
@@ -85,7 +85,7 @@ const definition: AgentDefinition = {
85
'read_files',
86
'run_terminal_command',
87
'code_search',
88
- 'spawn_agents'
+ 'spawn_agents',
89
],
90
91
// Other agents this agent can spawn
@@ -390,7 +390,3 @@ spawnableAgents: [
390
- ✅ Explored advanced programmatic control with `handleSteps`
391
392
You're now ready to build sophisticated agents and contribute to the Codebuff ecosystem!
393
-
394
-```
395
396
0 commit comments