agent-zero/plugins/_code_execution/helpers
Agent Zero Local 2ce1947b0f fix(code_execution): close PTY file descriptors
Store and close POSIX PTY master descriptors when terminal sessions are closed or killed, and make local terminal session shutdown await the full TTY cleanup path. This prevents leaked /dev/ptmx descriptors from exhausting the process file descriptor limit.
2026-05-02 21:32:12 +00:00
..
__init__.py refactor - plugin names and builtin plugins 2026-03-10 22:20:53 +01:00
shell_local.py fix(code_execution): close PTY file descriptors 2026-05-02 21:32:12 +00:00
shell_ssh.py refactor - plugin names and builtin plugins 2026-03-10 22:20:53 +01:00
tty_session.py fix(code_execution): close PTY file descriptors 2026-05-02 21:32:12 +00:00