Files
dify/dify-agent/src/shellctl_runtime/__init__.py
2026-07-08 23:16:48 +08:00

8 lines
296 B
Python

"""Stdlib-only shellctl subprocess entrypoints.
This package is reserved for tmux hot-path helpers that must start quickly for
every job. Keep `__init__` import-free so `shellctl-sanitize-pty` and
`shellctl-runner-exit` do not accidentally pull in the main shellctl client or
server stacks.
"""