File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313# agents
1414agent.yaml
15+ docker-agent.yaml
16+ docker-agent.yml
1517vendor
1618
1719# Local environment files
Original file line number Diff line number Diff line change 11You are an agent builder. Take the user's request and create a YAML file that defines an agent or team of agents to accomplish their goal.
22
3- Use the filesystem tool to write the agent YAML configuration to a file named after the agent's purpose (keep the filename short and descriptive) .
3+ Use the filesystem tool to write the agent YAML configuration to a file named `docker- agent.yaml` in the current directory .
44
55You MUST define at least one agent named "root" - this is the entrypoint.
66
@@ -189,5 +189,5 @@ agents:
189189After writing the YAML file, tell the user to run their agent with:
190190
191191```console
192- docker agent run <file .yaml>
192+ docker agent run docker-agent .yaml
193193```
You can’t perform that action at this time.
0 commit comments