LICENSE
README.md
pyproject.toml
castor/__init__.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/cli.py
castor/configure.py
castor/crash.py
castor/dashboard.py
castor/demo.py
castor/diff.py
castor/doctor.py
castor/export.py
castor/fix.py
castor/fleet.py
castor/geofence.py
castor/hardware_detect.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/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/providers/__init__.py
castor/providers/anthropic_provider.py
castor/providers/base.py
castor/providers/google_provider.py
castor/providers/huggingface_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
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_api_endpoints.py
tests/test_approvals.py
tests/test_audit.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_huggingface.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_watchdog.py
tests/test_whatsapp_neonize.py