pyro-mcp/src/pyro_mcp
Thales Maciel 58df176148 Add persistent task workspace alpha
Start the first workspace milestone toward the task-oriented product without changing the existing one-shot vm_run/pyro run contract.

Add a disk-backed task registry in the manager, auto-started task workspaces rooted at /workspace, repeated non-cleaning exec, and persisted command journals exposed through task create/exec/status/logs/delete across the CLI, Python SDK, and MCP server.

Update the public contract, docs, examples, and version/catalog metadata for 2.1.0, and cover the new surface with manager, CLI, SDK, and MCP tests. Validation: UV_CACHE_DIR=.uv-cache make check and UV_CACHE_DIR=.uv-cache make dist-check.
2026-03-11 20:10:10 -03:00
..
runtime_bundle Refactor public API around environments 2026-03-08 16:02:02 -03:00
__init__.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
api.py Add persistent task workspace alpha 2026-03-11 20:10:10 -03:00
cli.py Add persistent task workspace alpha 2026-03-11 20:10:10 -03:00
contract.py Add persistent task workspace alpha 2026-03-11 20:10:10 -03:00
demo.py Ship trust-first CLI and runtime defaults 2026-03-09 20:52:49 -03:00
doctor.py Bundle firecracker runtime and switch ollama demo to live logs 2026-03-05 20:20:36 -03:00
ollama_demo.py Remove GitHub-specific project plumbing 2026-03-09 22:58:29 -03:00
runtime.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
runtime_boot_check.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
runtime_build.py Switch official environment publishing to Docker Hub 2026-03-09 17:39:18 -03:00
runtime_network_check.py Remove GitHub-specific project plumbing 2026-03-09 22:58:29 -03:00
server.py Unify public UX around pyro CLI and Pyro facade 2026-03-07 16:28:28 -03:00
vm_environments.py Add persistent task workspace alpha 2026-03-11 20:10:10 -03:00
vm_firecracker.py Finalize guest boot and exec runtime updates 2026-03-07 17:09:21 -03:00
vm_guest.py Enable real guest networking and make demos network-first 2026-03-06 22:47:16 -03:00
vm_manager.py Add persistent task workspace alpha 2026-03-11 20:10:10 -03:00
vm_network.py Enable real guest networking and make demos network-first 2026-03-06 22:47:16 -03:00