fix: add main tools template

This commit is contained in:
Abhimanyu Saharan
2026-02-05 15:47:35 +05:30
parent 0187ea4207
commit 62a4696a57
2 changed files with 12 additions and 0 deletions

11
templates/MAIN_TOOLS.md Normal file
View 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.