test_chunking.py | Chunking strategies (size, headers, timestamps, JSON) |
test_config.py | Environment loading, quoted values, fallback keys |
test_context_manager.py | __enter__/__exit__ protocol for interpreter lifecycle |
test_driver_helpers.py | peek, grep, chunk, buffers, volume helpers in sandbox assets |
test_driver_protocol.py | SUBMIT mapping, tool call round-trips |
test_tools.py | Regex extraction, groups, flags |
test_volume_ops.py | Volume mount/persistence config |
test_storage_paths.py | Execution storage path resolution |
test_react_agent.py | RLMReActChatAgent lifecycle and session handling |
test_chat_turns.py | Per-turn delegation state and metrics |
test_sub_rlm.py | Recursive child dspy.RLM runtime |
test_react_delegation_policy.py | Tool delegation policy logic |
test_forced_routing.py | Forced routing overrides |
test_streaming_router.py | Streaming event router |
test_react_streaming.py | ReAct streaming callbacks |
test_react_commands.py | Chat command dispatch |
test_variable_mode.py | RLMVariable/prompt-variable mode |
test_true_rlm_fidelity.py | RLM algorithm fidelity checks |
test_core_models_runtime_modules.py | Runtime DSPy module contracts |
test_runtime_module_helpers.py | Runtime module helper utilities |
test_core_tools_document.py | Document tool surface |
test_document_sources_new.py | Document source resolution |
test_infra_tools.py | Infrastructure and process tools |
test_memory_tools.py | Sandbox persistent memory and buffer tools |
test_execution_events.py | Execution event data helpers |
test_stream_event_model.py | Stream event model shapes |
test_runtime_settings.py | Runtime settings read/write |
test_runtime_diagnostics.py | Runtime diagnostics assembly |
test_cli_smoke.py (→ test_fleet_cli_launcher.py) | CLI help, command discovery, error handling |
test_cli_runtime_factory.py | ServerRuntimeConfig / MCPRuntimeConfig assembly |
test_terminal_chat_helpers.py | Terminal chat helper utilities |
test_terminal_commands.py | Terminal command parsing |
test_server_auth.py | API auth middleware |
test_server_main_posthog.py | PostHog startup in FastAPI lifespan |
test_mlflow_integration.py | MLflow trace context, token tracking, error propagation |
test_mlflow_evaluation.py | MLflow evaluation and scoring pipeline |
test_bootstrap_observability.py | Observability startup lifecycle |
test_bootstrap_observability_mlflow_server.py | MLflow auto-start in local mode |
test_analytics_callback.py | PostHog callback pipeline |
test_analytics_config.py | Analytics config helpers |
test_analytics_sanitization.py | Request/event sanitization |
test_daytona_rlm_config.py | Daytona config resolution |
test_daytona_rlm_smoke.py | Daytona smoke validation contract |
test_daytona_runtime.py | DaytonaSandboxRuntime / DaytonaSandboxSession |
test_daytona_interpreter.py | DaytonaInterpreter lifecycle |
test_daytona_rlm_chat_agent.py | DaytonaWorkbenchChatAgent setup |
test_daytona_workbench_chat_agent.py | Daytona-specific agent/session flow |
test_daytona_runtime_helpers.py | Daytona runtime helper utilities |
test_daytona_bridge.py | Daytona bridge callbacks |
test_daytona_async_tools.py | Daytona async sandbox tool execution |
test_daytona_volume_ops.py | Daytona volume browsing ops |
test_daytona_types_result.py | Daytona result type serialization |
test_daytona_sandbox_spec.py | Daytona sandbox spec construction |
test_daytona_snapshots.py | Daytona snapshot lookup |
test_rewards.py | RLM reward/grading helpers |
test_ws_chat_helpers.py | WS chat utility helpers |
test_ws_messages.py | WS payload parsing and session identity |
test_ws_runtime_prep.py | WS runtime preparation |
test_ws_persistence.py | WS durable state persistence |
test_ws_manifest.py | WS session manifest reads/writes |
test_ws_artifacts.py | WS artifact tracking |
test_ws_errors.py | WS error and failure handling |
test_ws_terminal.py | WS terminal ordering |
test_ws_completion.py | WS execution completion |
test_ws_loop_exit.py | WS loop exit handling |
test_ws_turn_setup.py | WS turn initialization setup |
test_ws_turn_lifecycle.py | WS turn lifecycle state |
test_ws_hitl.py | WS human-in-the-loop command dispatch |
test_ws_task_control.py | WS task cancellation and control |
test_streaming_hitl.py | Streaming HITL event flow |
test_scaffold_utils.py | Scaffold utility helpers |
test_package_exports.py | Top-level fleet_rlm package public API |