diff --git a/backend/app/services/agent_provisioning.py b/backend/app/services/agent_provisioning.py index da5a02b..dc8eb09 100644 --- a/backend/app/services/agent_provisioning.py +++ b/backend/app/services/agent_provisioning.py @@ -50,6 +50,7 @@ MAIN_TEMPLATE_MAP = { "HEARTBEAT.md": "MAIN_HEARTBEAT.md", "USER.md": "MAIN_USER.md", "BOOT.md": "MAIN_BOOT.md", + "TOOLS.md": "MAIN_TOOLS.md", } diff --git a/templates/MAIN_TOOLS.md b/templates/MAIN_TOOLS.md new file mode 100644 index 0000000..36b91c8 --- /dev/null +++ b/templates/MAIN_TOOLS.md @@ -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.