LICENSE
README.md
pyproject.toml
castor/__init__.py
castor/__main__.py
castor/api.py
castor/approvals.py
castor/audit.py
castor/auth.py
castor/backup.py
castor/battery.py
castor/benchmark.py
castor/calibrate.py
castor/claude_proxy.py
castor/cli.py
castor/configure.py
castor/crash.py
castor/dashboard.py
castor/dashboard_tui.py
castor/demo.py
castor/diff.py
castor/doctor.py
castor/export.py
castor/fix.py
castor/fleet.py
castor/geofence.py
castor/hailo_vision.py
castor/hardware_detect.py
castor/healthcheck.py
castor/hub.py
castor/learn.py
castor/lint.py
castor/logs.py
castor/main.py
castor/memory_search.py
castor/migrate.py
castor/network.py
castor/plugins.py
castor/privacy.py
castor/profiles.py
castor/py.typed
castor/record.py
castor/repl.py
castor/schedule.py
castor/shell.py
castor/test_hardware.py
castor/tiered_brain.py
castor/update_check.py
castor/watch.py
castor/watchdog.py
castor/web_wizard.py
castor/wizard.py
castor/channels/__init__.py
castor/channels/base.py
castor/channels/discord_channel.py
castor/channels/slack_channel.py
castor/channels/telegram_channel.py
castor/channels/whatsapp.py
castor/channels/whatsapp_neonize.py
castor/channels/whatsapp_twilio.py
castor/drivers/__init__.py
castor/drivers/base.py
castor/drivers/dynamixel.py
castor/drivers/pca9685.py
castor/fs/__init__.py
castor/fs/context.py
castor/fs/memory.py
castor/fs/namespace.py
castor/fs/permissions.py
castor/fs/proc.py
castor/fs/safety.py
castor/learner/__init__.py
castor/learner/alma.py
castor/learner/apply_stage.py
castor/learner/dev_stage.py
castor/learner/episode.py
castor/learner/episode_store.py
castor/learner/patches.py
castor/learner/pm_stage.py
castor/learner/qa_stage.py
castor/learner/sisyphus.py
castor/providers/__init__.py
castor/providers/anthropic_provider.py
castor/providers/base.py
castor/providers/google_provider.py
castor/providers/huggingface_provider.py
castor/providers/llamacpp_provider.py
castor/providers/mlx_provider.py
castor/providers/ollama_provider.py
castor/providers/openai_provider.py
castor/rcan/__init__.py
castor/rcan/capabilities.py
castor/rcan/jwt_auth.py
castor/rcan/mdns.py
castor/rcan/message.py
castor/rcan/rbac.py
castor/rcan/router.py
castor/rcan/ruri.py
castor/safety/__init__.py
castor/safety/anti_subversion.py
castor/safety/authorization.py
castor/safety/bounds.py
castor/safety/monitor.py
castor/safety/protocol.py
castor/safety/state.py
opencastor.egg-info/PKG-INFO
opencastor.egg-info/SOURCES.txt
opencastor.egg-info/dependency_links.txt
opencastor.egg-info/entry_points.txt
opencastor.egg-info/requires.txt
opencastor.egg-info/top_level.txt
tests/test_anti_subversion.py
tests/test_api_endpoints.py
tests/test_approvals.py
tests/test_audit.py
tests/test_audit_tamper.py
tests/test_auth.py
tests/test_channels.py
tests/test_cli.py
tests/test_diff.py
tests/test_doctor.py
tests/test_drivers.py
tests/test_fs.py
tests/test_geofence.py
tests/test_hailo_vision.py
tests/test_healthcheck.py
tests/test_hub.py
tests/test_huggingface.py
tests/test_llamacpp_provider.py
tests/test_mlx_provider.py
tests/test_ollama_provider.py
tests/test_physical_bounds.py
tests/test_plugins.py
tests/test_privacy.py
tests/test_profiles.py
tests/test_providers.py
tests/test_rcan_capabilities.py
tests/test_rcan_jwt.py
tests/test_rcan_mdns.py
tests/test_rcan_message.py
tests/test_rcan_rbac.py
tests/test_rcan_router.py
tests/test_rcan_ruri.py
tests/test_safety_invariants.py
tests/test_safety_protocol.py
tests/test_safety_state.py
tests/test_sensor_monitor.py
tests/test_tiered_brain.py
tests/test_watchdog.py
tests/test_whatsapp_neonize.py
tests/test_wizard_models.py
tests/test_work_authorization.py