strix/strix/runtime
0xallam 1d67b8fe82 feat: remove docker container on shutdown
Add automatic cleanup of Docker containers when the application exits.
Uses a singleton runtime pattern and spawns a detached subprocess for
cleanup to ensure fast exit without blocking the UI.
2026-01-19 18:26:41 -08:00
..
__init__.py feat: remove docker container on shutdown 2026-01-19 18:26:41 -08:00
docker_runtime.py feat: remove docker container on shutdown 2026-01-19 18:26:41 -08:00
runtime.py feat: remove docker container on shutdown 2026-01-19 18:26:41 -08:00
tool_server.py refactor: simplify tool server to asyncio tasks with per-agent isolation 2026-01-17 22:19:21 -08:00