---
name: scitex-agent-container
description: Declarative YAML-based AI agent lifecycle management with tmux/screen, SSH remote deployment, modular auto-accept, and live state inspection.
---

# scitex-agent-container

Declarative agent deployment. Define agents in YAML, launch them in tmux/screen sessions locally or on remote hosts via SSH.

## Quick Reference

| File | Topic |
|------|-------|
| [config-v2.md](config-v2.md) | v2 config format, auto-derived fields, src files |
| [multiplexer.md](multiplexer.md) | tmux vs screen, capture-pane, send-keys |
| [auto-accept.md](auto-accept.md) | Modular prompt handlers, extending, diagnostics |
| [remote-deploy.md](remote-deploy.md) | SSH deployment, src file copying, venv |
| [cli.md](cli.md) | CLI commands and Python API |
| [troubleshooting.md](troubleshooting.md) | Common issues and debugging |
