pyproject.toml
docs/observe_harness.md
hiveos/__init__.py
hiveos/agent_interface.py
hiveos/cli.py
hiveos/config.py
hiveos/core.py
hiveos/core_loop.py
hiveos/db.py
hiveos/hive.py
hiveos/main.py
hiveos/metrics.py
hiveos/observe.py
hiveos/session_manager.py
hiveos/sim_agent.py
hiveos/agents_example/hive_agent_template.py
hiveos/agents_hardware/oled_agent.py
hiveos/agents_hardware/piezo_agent.py
hiveos/agents_hardware/terminal_agent.py
hiveos/agents_sim/sim_display_agent.py
hiveos/agents_sim/sim_random_output.py
hiveos/agents_sim/sim_sensor_agent.py
hiveos/agents_sim/sim_terminal_agent.py
hiveos/agents_systems/closed_system_agent.py
hiveos/agents_utility/agent_injector.py
hiveos/agents_utility/task_injection_agent.py
hiveos/api/__init__.py
hiveos/api/agent_factory.py
hiveos/api/context.py
hiveos/api/status_payload.py
hiveos/api/routes/__init__.py
hiveos/api/routes/agents.py
hiveos/api/routes/control.py
hiveos/api/routes/intent.py
hiveos/api/routes/proposals.py
hiveos/api/routes/runtime.py
hiveos/api/routes/sessions.py
hiveos/api/routes/tasks.py
hiveos/api/routes/terminal.py
hiveos/api/routes/traces.py
hiveos/backups/__zone_controller.py
hiveos/backups/_agent_interface.py
hiveos/backups/_sim_agent.py
hiveos/backups/_zone_controller.py
hiveos/comms_helpers/bluetooth_interface.py
hiveos/comms_helpers/mqtt_interface.py
hiveos/comms_helpers/serial_interface.py
hiveos/comms_helpers/websocket_interface.py
hiveos/demo_tasks/task_editor/hive_studio.py
hiveos/intelligence/__init__.py
hiveos/intelligence/ai_agent.py
hiveos/intelligence/contracts.py
hiveos/intelligence/evolution_policy.py
hiveos/intelligence/execution_plane.py
hiveos/intelligence/memory_store.py
hiveos/intelligence/model_routing.py
hiveos/intelligence/model_routing_artifacts.py
hiveos/intelligence/proposals.py
hiveos/intelligence/sandbox_runtime.py
hiveos/intelligence/sandbox_worker.py
hiveos/intelligence/tool_registry.py
hiveos/intelligence/tracing.py
hiveos/messaging/message_bus.py
hiveos/models/__init__.py
hiveos/models/agent.py
hiveos/models/chunk.py
hiveos/models/task.py
hiveos/runtime/agent_runtime.py
hiveos/runtime/chunk_runtime.py
hiveos/runtime/gate_resolver.py
hiveos/runtime/reset_runtime.py
hiveos/runtime/runtime_agent.py
hiveos/runtime/states.py
hiveos/runtime/task_runtime.py
hiveos/runtime/zone_controller.py
hiveos/runtime/zone_watchdog.py
hiveos/security/__init__.py
hiveos/security/authorization.py
hiveos/services/__init__.py
hiveos/services/core_tool_service.py
hiveos/services/intent_service.py
hiveos/services/task_ingestion_service.py
hiveos/services/terminal_service.py
hiveos/utilities/gate_evaluator.py
hiveos/utilities/induce_failure.py
hiveos/utilities/log_event.py
hiveos/utilities/logger.py
hiveos/utilities/prompt_compiler.py
hiveos/utilities/render_zone_summary.py
hiveos/utilities/sanitized_inputs.py
hiveos/utilities/utils.py
hiveos/utilities/wrapper_serialization.py
hiveos_trace.egg-info/PKG-INFO
hiveos_trace.egg-info/SOURCES.txt
hiveos_trace.egg-info/dependency_links.txt
hiveos_trace.egg-info/entry_points.txt
hiveos_trace.egg-info/top_level.txt
tests/test_action_trace_outcomes.py
tests/test_authorization_policy.py
tests/test_intent_normalization.py
tests/test_intent_runtime_api.py
tests/test_model_route_overrides.py
tests/test_model_routing.py
tests/test_observe_harness.py
tests/test_route_parity.py
tests/test_runtime_integration.py
tests/test_terminal_runtime_api.py