fix: add main tools template
This commit is contained in:
@@ -50,6 +50,7 @@ MAIN_TEMPLATE_MAP = {
|
|||||||
"HEARTBEAT.md": "MAIN_HEARTBEAT.md",
|
"HEARTBEAT.md": "MAIN_HEARTBEAT.md",
|
||||||
"USER.md": "MAIN_USER.md",
|
"USER.md": "MAIN_USER.md",
|
||||||
"BOOT.md": "MAIN_BOOT.md",
|
"BOOT.md": "MAIN_BOOT.md",
|
||||||
|
"TOOLS.md": "MAIN_TOOLS.md",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
11
templates/MAIN_TOOLS.md
Normal file
11
templates/MAIN_TOOLS.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# MAIN_TOOLS.md
|
||||||
|
|
||||||
|
BASE_URL={{ base_url }}
|
||||||
|
AUTH_TOKEN={{ auth_token }}
|
||||||
|
AGENT_NAME={{ agent_name }}
|
||||||
|
AGENT_ID={{ agent_id }}
|
||||||
|
WORKSPACE_ROOT={{ workspace_root }}
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
- Use curl for API calls.
|
||||||
|
- Use Mission Control API for outputs.
|
||||||
Reference in New Issue
Block a user