Files
openclaw-mission-control/templates/TOOLS.md
Abhimanyu Saharan 4dea771545 feat(boards): Store gateway config per board
Move gateway configuration into board settings and wire agent\nprovisioning, heartbeat templates, and gateway status lookups\nto use board-specific gateway settings. Adds board_id on agents\nand UI updates for board-scoped selection.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 16:04:52 +05:30

16 lines
379 B
Markdown

# TOOLS.md
BASE_URL={{ base_url }}
AUTH_TOKEN={{ auth_token }}
MAIN_SESSION_KEY={{ main_session_key }}
WORKSPACE_ROOT={{ workspace_root }}
AGENT_NAME={{ agent_name }}
AGENT_ID={{ agent_id }}
BOARD_ID={{ board_id }}
SESSION_KEY={{ session_key }}
WORKSPACE_PATH={{ workspace_path }}
Notes:
- Use curl for API calls.
- Keep outputs short and log progress via task status changes.