Agent Supervision Manager
Visualize and coordinate autonomous Sypha agents through a centralized CLI control dashboard.
Agent Supervision Manager
The Agent Supervision Manager serves as an integrated command center for orchestrating and monitoring Sypha agents as interactive CLI processes. This dashboard provides developer-centric oversight for:
- Managing localized task sessions.
- Resuming and auditing historically initialized tasks.
- Activating Parallel Mode for isolated, branch-resident development.
- Synchronizing and monitoring cloud-resident agent sessions.
Baseline Requirements
- Sypha CLI Integration: Ensure the latest version of the Sypha CLI is globally available.
- Active Workspace: Initialize a project environment within VS Code.
- Authentication: Authenticate your credentials via the Integrated Extension settings.
Strategic Capabilities
Authorized Oversight (Approvals)
When a Sypha agent initiates a system-level tool (such as file mutations or terminal execution), the Manager triggers a real-time approval prompt. From this interface, you can authorize the action, dismiss the proposal, or provide corrective logic feedback.
Parallel Mode (Virtual Isolation)
Parallel Mode initializes the agent within an isolated Git worktree. This architectural approach ensures your primary development branch remains unaffected while the AI iterates on complex features.
- Logical Isolation: Development occurs within a temporary
.sypha/worktrees/directory. - Manual Handover: Upon objective fulfillment, you can perform a final audit and manually merge the worktree branch.
Persistent Sessions
Sypha supports non-volatile task management. If a session is suspended, the Manager can re-initialize the CLI process using the original Session ID, allowing the agent to pick up exactly where it left off.
Infrastructure Sync
By authenticating with Sypha Cloud, the Manager dynamically fetches your recent session history, filtered by the active repository. This facilitates seamless task portability between local machines and the Sypha web portal.
Troubleshooting & Diagnostics
- CLI Resolution: If the binary is missing, re-initialize via
npm install -g sypha. - Identity Issues: Verify your authentication state within the primary extension sidebar.
- Isolation Conflicts: Parallel Mode requires a clean Git environment; ensure you are not already operating within a detached worktree state.