File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 labels :
66 app : meta-agents-v2
77spec :
8- model : deepseek-r1 :latest
8+ model : gpt-oss :latest
99 framework : openai
1010 mode : local
1111 description : " Parses user goals and converts them into a structured list of agents with descriptions."
3333 - Try to combine related logic into a single agent when it simplifies the workflow without losing clarity.
3434 - **Avoid duplicating tasks** across agents.
3535 - If the user’s request is vague, make **reasonable assumptions** and err on the side of simplicity.
36+ - Ensure that no two agents have the same name.
3637
3738 ## Examples:
3839
@@ -71,7 +72,7 @@ metadata:
7172 labels :
7273 app : meta-agents-v2
7374spec :
74- model : deepseek-r1 :latest
75+ model : gpt-oss :latest
7576 framework : openai
7677 mode : local
7778 description : " Generates valid agents.yaml files using either LLM or code agents depending on the task."
@@ -106,7 +107,7 @@ spec:
106107 labels:
107108 app: <generate>
108109 spec:
109- model: deepseek-r1 :latest
110+ model: gpt-oss :latest
110111 framework: openai
111112 mode: local
112113 description: |
@@ -144,7 +145,7 @@ spec:
144145 labels:
145146 app: generated
146147 spec:
147- model: deepseek-r1 :latest
148+ model: gpt-oss :latest
148149 framework: openai
149150 mode: local
150151 description: |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 labels :
66 app : builder
77spec :
8- model : deepseek-r1 :latest
8+ model : gpt-oss :latest
99 framework : openai
1010 mode : local
1111 description : |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 labels :
66 app : meta-agents-v2
77spec :
8- model : deepseek-r1 :latest
8+ model : gpt-oss :latest
99 framework : openai
1010 mode : local
1111 description : |
You can’t perform that action at this time.
0 commit comments