LICENCE
MANIFEST.in
README.md
pyproject.toml
setup.py
framework_shells/__init__.py
framework_shells/auth.py
framework_shells/events.py
framework_shells/ferrous_framework.py
framework_shells/fws_pipe_pump.pyi
framework_shells/fws_pipe_pump.so
framework_shells/fws_socketio_contract.py
framework_shells/fws_socketio_peer.py
framework_shells/hooks.py
framework_shells/io_metadata.py
framework_shells/log_inspection.py
framework_shells/manager.py
framework_shells/native_pipe.py
framework_shells/orchestrator.py
framework_shells/process_snapshot.py
framework_shells/pty.py
framework_shells/py.typed
framework_shells/record.py
framework_shells/shared_manager.py
framework_shells/shellspec.py
framework_shells/shutdown.py
framework_shells/store.py
framework_shells/terminal_stream_broker.py
framework_shells/ui_hints.py
framework_shells.egg-info/PKG-INFO
framework_shells.egg-info/SOURCES.txt
framework_shells.egg-info/dependency_links.txt
framework_shells.egg-info/entry_points.txt
framework_shells.egg-info/requires.txt
framework_shells.egg-info/top_level.txt
framework_shells/api/fastapi_router.py
framework_shells/api/fws_ui.py
framework_shells/api/socketio_backend.py
framework_shells/api/websocket.py
framework_shells/bin/fws-terminal-stream-broker
framework_shells/cli/__init__.py
framework_shells/cli/main.py
framework_shells/protocols/__init__.py
framework_shells/protocols/fws_peer.py
framework_shells/protocols/fws_ui.py
framework_shells/protocols/jsonrpc.py
framework_shells/protocols/terminal_stream.py
framework_shells/ui/fws.css
framework_shells/ui/fws.js
framework_shells/ui/index.html
framework_shells/ui/logs.html
framework_shells/ui/src/ansi_json_log_renderer.ts
framework_shells/ui/src/fws.ts
framework_shells/ui/src/protocol.ts
framework_shells/ui/src/reconnecting_websocket.ts
framework_shells/ui/src/socketio_client.ts
framework_shells/ui/src/te2_console_bridge.ts
native/fws_pipe_pump/Cargo.lock
native/fws_pipe_pump/Cargo.toml
native/fws_pipe_pump/src/lib.rs
native/fws_pipe_pump/src/bin/bench_pipe_jsonrpc_server.rs
native/fws_terminal_stream_broker/Cargo.lock
native/fws_terminal_stream_broker/Cargo.toml
native/fws_terminal_stream_broker/README.md
native/fws_terminal_stream_broker/src/main.rs
scripts/release/build_all.py
scripts/release/build_sdist.py
scripts/release/build_terminal_broker.py
scripts/release/build_wheel.py
scripts/release/common.py
scripts/release/smoke_test_wheel.py
scripts/release/stage_native_artifacts.py
tests/test_ferrous_bridge_info.py
tests/test_ferrous_record_compat.py
tests/test_ferrous_shutdown.py
tests/test_fws_peer_protocol.py
tests/test_release_common.py
tests/test_setup_native_config.py
tests/test_shellspec_parity.py