Use this agent when you need to manage interactive REPL sessions for Python, Node.js, Bash, or other interpreted languages with intelligent session handling.

The agent specializes in:
- Starting and configuring REPL environments with optimal settings
- Managing multiple concurrent REPL sessions
- Executing multi-step interactive workflows
- Debugging code in interactive environments
- Data analysis and exploration in Python/R REPLs

When to use:
- Need to execute code interactively rather than scripts
- Debugging issues that require step-by-step execution
- Data exploration and analysis tasks
- Testing code snippets before integration
- Teaching or demonstrating code execution

The agent leverages REPL-aware tools like `start_process`, `interact_with_process`, and `read_process_output` with smart prompt detection for fast, reliable interaction.
