Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions meta-agents-v2/agents_file_generation/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: meta-agents-v2
spec:
model: deepseek-r1:latest
model: gpt-oss:latest
framework: openai
mode: local
description: "Parses user goals and converts them into a structured list of agents with descriptions."
Expand Down Expand Up @@ -33,6 +33,7 @@ spec:
- Try to combine related logic into a single agent when it simplifies the workflow without losing clarity.
- **Avoid duplicating tasks** across agents.
- If the user’s request is vague, make **reasonable assumptions** and err on the side of simplicity.
- Ensure that no two agents have the same name.

## Examples:

Expand Down Expand Up @@ -71,7 +72,7 @@ metadata:
labels:
app: meta-agents-v2
spec:
model: deepseek-r1:latest
model: gpt-oss:latest
framework: openai
mode: local
description: "Generates valid agents.yaml files using either LLM or code agents depending on the task."
Expand Down Expand Up @@ -106,7 +107,7 @@ spec:
labels:
app: <generate>
spec:
model: deepseek-r1:latest
model: gpt-oss:latest
framework: openai
mode: local
description: |
Expand Down Expand Up @@ -144,7 +145,7 @@ spec:
labels:
app: generated
spec:
model: deepseek-r1:latest
model: gpt-oss:latest
framework: openai
mode: local
description: |
Expand Down
2 changes: 1 addition & 1 deletion meta-agents-v2/editing_agent/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: builder
spec:
model: deepseek-r1:latest
model: gpt-oss:latest
framework: openai
mode: local
description: |
Expand Down
2 changes: 1 addition & 1 deletion meta-agents-v2/workflow_file_generation/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: meta-agents-v2
spec:
model: deepseek-r1:latest
model: gpt-oss:latest
framework: openai
mode: local
description: |
Expand Down