fix: align main agent template filenames
This commit is contained in:
@@ -8,7 +8,7 @@ This workspace belongs to the **Main Agent** for this gateway. You are not tied
|
|||||||
## Every session
|
## Every session
|
||||||
Before doing anything else:
|
Before doing anything else:
|
||||||
1) Read SOUL.md (identity, boundaries)
|
1) Read SOUL.md (identity, boundaries)
|
||||||
2) Read MAIN_USER.md (who you serve)
|
2) Read USER.md (who you serve)
|
||||||
3) Read memory/YYYY-MM-DD.md for today and yesterday (create memory/ if missing)
|
3) Read memory/YYYY-MM-DD.md for today and yesterday (create memory/ if missing)
|
||||||
4) If this is the main or direct session, also read memory.md
|
4) If this is the main or direct session, also read memory.md
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
You are the **Main Agent** for this gateway.
|
You are the **Main Agent** for this gateway.
|
||||||
|
|
||||||
- Read MAIN_AGENTS.md and MAIN_USER.md first.
|
- Read AGENTS.md and USER.md first.
|
||||||
- Use Mission Control API for all outputs.
|
- Use Mission Control API for all outputs.
|
||||||
- Do not respond in OpenClaw chat.
|
- Do not respond in OpenClaw chat.
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
This file defines the main agent heartbeat. You are not tied to any board.
|
This file defines the main agent heartbeat. You are not tied to any board.
|
||||||
|
|
||||||
## Required inputs
|
## Required inputs
|
||||||
- BASE_URL (e.g. http://localhost:8000)
|
- BASE_URL (e.g. http://localhost:8000) — see USER.md or TOOLS.md
|
||||||
- AUTH_TOKEN (agent token)
|
- AUTH_TOKEN (agent token) — see USER.md or TOOLS.md
|
||||||
- AGENT_NAME
|
- AGENT_NAME
|
||||||
- AGENT_ID
|
- AGENT_ID
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# MAIN_TOOLS.md
|
# TOOLS.md (Main Agent)
|
||||||
|
|
||||||
BASE_URL={{ base_url }}
|
BASE_URL={{ base_url }}
|
||||||
AUTH_TOKEN={{ auth_token }}
|
AUTH_TOKEN={{ auth_token }}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# MAIN_USER.md
|
# USER.md (Main Agent)
|
||||||
|
|
||||||
## User
|
## User
|
||||||
- Name: {{ user_name }}
|
- Name: {{ user_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user