LICENSE
README.md
pyproject.toml
ephemora_cell/__init__.py
ephemora_cell/builder.py
ephemora_cell/cli.py
ephemora_cell/egress_sidecar.py
ephemora_cell/engine_pool.py
ephemora_cell/execution_report.py
ephemora_cell/process_executor.py
ephemora_cell/process_worker.py
ephemora_cell/profiles.py
ephemora_cell/state.py
ephemora_cell/wasi_02.py
ephemora_cell/wasi_runtime.py
ephemora_cell/wasm_inspector.py
ephemora_cell.egg-info/PKG-INFO
ephemora_cell.egg-info/SOURCES.txt
ephemora_cell.egg-info/dependency_links.txt
ephemora_cell.egg-info/entry_points.txt
ephemora_cell.egg-info/requires.txt
ephemora_cell.egg-info/top_level.txt
ephemora_cell_mcp/__init__.py
ephemora_cell_mcp/__main__.py
ephemora_cell_mcp/engine.py
ephemora_cell_mcp/protocol.py
ephemora_cell_mcp/server.py
ephemora_cell_mcp/tool_registry.py
ephemora_cell_mcp/transport.py
ephemora_cell_mcp/tools/echo.json
ephemora_cell_mcp/tools/echo.wasm
tests/test_analytical_profile.py
tests/test_builder.py
tests/test_cli.py
tests/test_component.py
tests/test_disk_quota.py
tests/test_effective_preopens.py
tests/test_egress_sidecar.py
tests/test_engine_pool.py
tests/test_execution_report.py
tests/test_gc_heap_knob.py
tests/test_io_budget.py
tests/test_mcp_adapter.py
tests/test_process_executor.py
tests/test_run_io_budgets.py
tests/test_sandbox_cleanup.py
tests/test_security.py
tests/test_state.py
tests/test_threads_baseline.py
tests/test_wasm_inspector.py
tests/test_wvm_wasm_runtime.py