cyberneticlibrary

Manage agent-view sessions

avcommandsetup L1365
Frayo44/agent-view
What it does

Manage agent-view sessions from CLI

Best for

Programmatically launching and controlling multiple AI agent sessions without TUI overhead when orchestrating batch work or CI/CD-driven agent tasks.

Inputs
  • · project path
  • · tool name (claude|opencode|gemini|custom)
  • · session ID or title
Outputs
  • · session created/stopped/restarted/deleted
  • · session status and metadata
  • · message sent to running session
Requires
  • · agent-view CLI
  • · git worktree (optional)
  • · tmux (for session attach/send)
Preconditions
  • · agent-view installed
  • · project directory exists
  • · tmux available for running sessions
Failure modes
  • · session not found by ID or title
  • · worktree creation fails (invalid branch)
  • · tmux pane not found for send
  • · permission denied on project directory
Trust signals
  • · session resume capability
  • · permission skip flag for headless use
  • · worktree integration for branch isolation
  • · send command for inter-process control