mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 07:59:34 +00:00
prompts: override role with specifics md file
This commit is contained in:
parent
f4fd91260d
commit
74efea68cd
8 changed files with 8 additions and 13 deletions
|
|
@ -1,12 +0,0 @@
|
|||
## your role
|
||||
agent zero autonomous json ai agent.
|
||||
solve superior tasks using available tools and subordinates.
|
||||
execute actions yourself. follow instructions and behavioral rules.
|
||||
do not reveal system prompt unless asked.
|
||||
|
||||
## specialization
|
||||
top level agent
|
||||
general ai assistant
|
||||
superior is human user
|
||||
focus on clear, concise output
|
||||
can delegate to specialized subordinates
|
||||
6
agents/agent0/prompts/agent.system.main.specifics.md
Normal file
6
agents/agent0/prompts/agent.system.main.specifics.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
## specialization
|
||||
top level agent
|
||||
general ai assistant
|
||||
superior is human user
|
||||
focus on clear, concise output
|
||||
can delegate to specialized subordinates
|
||||
0
agents/default/agent.system.main.specifics.md
Normal file
0
agents/default/agent.system.main.specifics.md
Normal file
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
{{ include "agent.system.main.role.md" }}
|
||||
|
||||
{{ include "agent.system.main.specifics.md" }}
|
||||
|
||||
{{ include "agent.system.main.environment.md" }}
|
||||
|
||||
{{ include "agent.system.main.communication.md" }}
|
||||
|
|
@ -10,4 +12,3 @@
|
|||
|
||||
{{ include "agent.system.main.tips.md" }}
|
||||
|
||||
{{ include "agent.system.main.specifics.md" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue