Skip to content

Commit e43f7e6

Browse files
change default config file to docker-agent.yaml in creator instructions
1 parent 948f2c6 commit e43f7e6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ evals
1212

1313
# agents
1414
agent.yaml
15+
docker-agent.yaml
16+
docker-agent.yml
1517
vendor
1618

1719
# Local environment files

pkg/creator/instructions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
You 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

55
You MUST define at least one agent named "root" - this is the entrypoint.
66

@@ -189,5 +189,5 @@ agents:
189189
After writing the YAML file, tell the user to run their agent with:
190190

191191
```console
192-
docker agent run <file.yaml>
192+
docker agent
193193
```

0 commit comments

Comments
 (0)