diff --git a/AGENTS.md b/AGENTS.md index 2160e9f..21d02ed 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -48,7 +48,7 @@ Today the stable core focuses on workflow-driven API and automation scenarios. R ## Agent Responsibilities ### Communication Channels -Agents establish REST calls to the Flask backend on port 5000 and keep a WebSocket session for interactive features such as screenshot capture. Future plans include WebRTC for higher-performance remote desktop. No authentication or enrollment handshake exists yet, so agents are implicitly trusted once launched. +Agents establish REST calls to the Flask backend on port 5000 and keep a WebSocket session for interactive features such as screenshot capture. Future plans include WebRTC for higher-performance remote desktop. No authentication or enrollment handshake exists yet, so agents are implicitly trusted once launched. This will be secured in future updates to Borealis. ### Execution Contexts The agent runs in the interactive user session. SYSTEM-level script execution is provided by the ScriptExec SYSTEM role using ephemeral scheduled tasks; no separate supervisor or watchdog is required.