README.md
pyproject.toml
version.py
agents/__init__.py
agents/about_me.py
agents/agent_mitosis.py
agents/app_registry.py
agents/baseline_engine.py
agents/chat_sanitizer.py
agents/context_engine.py
agents/context_manager.py
agents/digital_twin.py
agents/direct_execution.py
agents/genui_generator.py
agents/hybrid_genui.py
agents/ideas_engine.py
agents/identity_loader.py
agents/intent_compiler.py
agents/learner.py
agents/llm_anthropic_shape.py
agents/llm_failover.py
agents/llm_provider.py
agents/llm_reasoning.py
agents/local_inference.py
agents/multi_agent.py
agents/orchestrator.py
agents/persona_loader.py
agents/proactive_engine.py
agents/refusal_handler.py
agents/response_delivery.py
agents/scheduler.py
agents/self_model.py
agents/session_handoff.py
agents/skill_generator.py
agents/subagent_policy.py
agents/subagent_spawner.py
agents/supervisor.py
agents/taskflow.py
agents/tool_genesis.py
agents/tool_runner.py
agents/twin_policy.py
agents/ui_handlers.py
agents/workers/__init__.py
agents/workers/creative_worker.py
agents/workers/health_worker.py
agents/workers/home_worker.py
agents/workers/research_worker.py
api/__init__.py
api/boot_report.py
api/keys.py
api/server.py
api/state.py
api/middleware/__init__.py
api/middleware/rate_limit.py
api/routes/__init__.py
api/routes/about_me.py
api/routes/access.py
api/routes/agent_mitosis.py
api/routes/ambient.py
api/routes/approvals.py
api/routes/apps.py
api/routes/audio.py
api/routes/auth.py
api/routes/baseline.py
api/routes/brain_rest.py
api/routes/channels.py
api/routes/config.py
api/routes/consciousness.py
api/routes/conversations.py
api/routes/dashboard.py
api/routes/devices.py
api/routes/genui.py
api/routes/handoff.py
api/routes/ideas.py
api/routes/identity_nodes_sync.py
api/routes/integrations_webhooks.py
api/routes/intents.py
api/routes/jobs.py
api/routes/llm.py
api/routes/marketplace_browser.py
api/routes/mcp.py
api/routes/memory.py
api/routes/personas.py
api/routes/realtime_client_secret.py
api/routes/routines.py
api/routes/security_and_hardware.py
api/routes/sessions.py
api/routes/skills.py
api/routes/supervisor.py
api/routes/taskflows.py
api/routes/timeline.py
api/routes/tool_genesis.py
api/routes/twin.py
api/routes/webhooks.py
channels/__init__.py
channels/base.py
channels/feishu.py
channels/loader.py
channels/manifest.py
channels/matrix.py
channels/push.py
channels/signal.py
channels/voice_call.py
channels/zalo.py
cli/__init__.py
cli/access_commands.py
cli/app_commands.py
cli/bridge_commands.py
cli/daemon.py
cli/install.py
cli/key_commands.py
cli/main.py
cli/memory_cmd.py
cli/publish.py
cli/setup_wizard.py
cli/twin_commands.py
cli/setup/__init__.py
cli/setup/helpers.py
cli/setup/local_providers.py
cli/setup/state.py
cli/setup/state_machine.py
cli/setup/steps/__init__.py
cli/setup/steps/audio.py
cli/setup/steps/channels.py
cli/setup/steps/finish.py
cli/setup/steps/home_assistant.py
cli/setup/steps/identity.py
cli/setup/steps/llm.py
cli/setup/steps/welcome.py
config/__init__.py
config/identity.default.yaml
config/loader.py
config/runtime.py
feral_ai.egg-info/PKG-INFO
feral_ai.egg-info/SOURCES.txt
feral_ai.egg-info/dependency_links.txt
feral_ai.egg-info/entry_points.txt
feral_ai.egg-info/requires.txt
feral_ai.egg-info/top_level.txt
gateway/__init__.py
gateway/protocol.py
gateway/routing.py
genui/__init__.py
genui/a2ui_protocol.py
genui/app_message_schema.py
genui/generator.py
genui/manifest_signing.py
genui/permissions_policy.py
hardware/__init__.py
hardware/command_contract.py
hardware/mesh.py
hardware/protocol.py
hardware/adapters/__init__.py
hardware/adapters/robot_arm.py
hardware/adapters/smart_home.py
hardware/adapters/wristband.py
identity/__init__.py
identity/workspace.py
infra/__init__.py
infra/supervisor.py
integrations/__init__.py
integrations/calendar.py
integrations/email.py
integrations/email_watcher.py
integrations/google_contacts.py
integrations/google_drive.py
integrations/health_platforms.py
integrations/home_assistant.py
integrations/messaging.py
integrations/microsoft365.py
integrations/mqtt_bridge.py
integrations/notion.py
integrations/oauth_manager.py
integrations/spotify.py
integrations/tailscale.py
integrations/webhook_receiver.py
mcp/__init__.py
mcp/__main__.py
mcp/client.py
mcp/registry.py
mcp/server.py
memory/__init__.py
memory/consciousness.py
memory/context_builder.py
memory/embeddings.py
memory/enhanced_search.py
memory/hlc.py
memory/ingest.py
memory/knowledge_graph.py
memory/notes_legacy.py
memory/store.py
memory/sync.py
memory/wiki.py
memory/backends/__init__.py
memory/backends/base.py
memory/backends/chroma.py
memory/backends/qdrant.py
memory/backends/sqlite_vec.py
models/__init__.py
models/app_manifest.py
models/daemon_manifest.py
models/protocol.py
models/skill_manifest.py
observability/__init__.py
observability/metrics.py
perception/__init__.py
perception/audio_pipeline.py
perception/change_detector.py
perception/fusion.py
perception/gesture.py
perception/location.py
perception/scene.py
perception/screen_loop.py
perception/somatic.py
perception/wake_word.py
providers/__init__.py
providers/anthropic_provider.py
providers/base.py
providers/bedrock_provider.py
providers/catalog.py
providers/deepseek_provider.py
providers/fireworks_provider.py
providers/gemini_provider.py
providers/groq_provider.py
providers/lmstudio_provider.py
providers/model_classes.py
providers/ollama_provider.py
providers/openai_provider.py
providers/openrouter_provider.py
providers/recommended.py
providers/together_provider.py
security/__init__.py
security/content_defense.py
security/dangerous_tools.py
security/device_pairing.py
security/docker_sandbox.py
security/exec_approvals.py
security/fetch_guard.py
security/sandbox_image.py
security/sandbox_policy.py
security/session_auth.py
security/vault.py
security/wasm_host.py
security/wasm_sandbox.py
security/auth_profiles/__init__.py
security/auth_profiles/external_auth.py
security/auth_profiles/migrate.py
security/auth_profiles/oauth_refresh_lock.py
security/auth_profiles/paths.py
security/auth_profiles/store.py
security/auth_profiles/types.py
security/auth_profiles/usage.py
services/__init__.py
services/mdns.py
skills/__init__.py
skills/base.py
skills/executor.py
skills/marketplace.py
skills/package.py
skills/registry.py
skills/sandbox_ports.py
skills/impl/__init__.py
skills/impl/agentic_computer_use.py
skills/impl/browser_use.py
skills/impl/code_interpreter.py
skills/impl/coding_tools.py
skills/impl/computer_use.py
skills/impl/desktop_automation.py
skills/impl/digital_twin_skill.py
skills/impl/feral_reminders.py
skills/impl/gui_computer_use.py
skills/impl/image_gen.py
skills/impl/messaging_channels.py
skills/impl/pdf_reader.py
skills/impl/perception_query.py
skills/impl/robot_action.py
skills/impl/screen_capture.py
skills/impl/self_introspection.py
skills/impl/subagent.py
skills/impl/system_settings.py
skills/impl/weather.py
skills/impl/web_actions.py
skills/impl/web_search.py
skills/impl/workspace_scripts.py
skills/manifests/agentic_computer_use.json
skills/manifests/calendar.json
skills/manifests/code_interpreter.json
skills/manifests/coding_tools.json
skills/manifests/computer_use.json
skills/manifests/desktop_automation.json
skills/manifests/desktop_control.json
skills/manifests/digital_twin.json
skills/manifests/feral_reminders.json
skills/manifests/github.json
skills/manifests/gui_computer_use.json
skills/manifests/messaging.json
skills/manifests/messaging_channels.json
skills/manifests/notes.json
skills/manifests/pdf_reader.json
skills/manifests/perception_query.json
skills/manifests/robot_action.json
skills/manifests/screen_capture.json
skills/manifests/self_introspection.json
skills/manifests/smart_home.json
skills/manifests/spotify.json
skills/manifests/subagent.json
skills/manifests/system_settings.json
skills/manifests/web_actions.json
skills/manifests/web_search.json
skills/manifests/workspace_scripts.json
tests/test_a10_boot_wiring.py
tests/test_a12_sandbox_boundary.py
tests/test_a13_env_isolation.py
tests/test_a14_state_facades.py
tests/test_a1_chat_rendering.py
tests/test_a2ui_contract.py
tests/test_a4_pair_middleware.py
tests/test_a5_llm_correctness.py
tests/test_a6_ambient_loop_gating.py
tests/test_a7_shutdown_lifecycle.py
tests/test_a9_execution_approvals.py
tests/test_about_me_store.py
tests/test_agent_mitosis_integration.py
tests/test_ambient_api.py
tests/test_anthropic_opus_47_temperature_deprecated.py
tests/test_anthropic_thinking_max_tokens_invariant.py
tests/test_api_404_honesty.py
tests/test_api_about_me.py
tests/test_api_apps.py
tests/test_api_audio.py
tests/test_api_cli.py
tests/test_api_devices_connected.py
tests/test_api_ideas.py
tests/test_api_jobs_aggregates.py
tests/test_api_llm_providers.py
tests/test_api_parity.py
tests/test_api_personas.py
tests/test_api_routes.py
tests/test_app_action_dispatch.py
tests/test_app_manifest.py
tests/test_app_registry.py
tests/test_approvals_api.py
tests/test_apps_e2e.py
tests/test_audio_pipeline.py
tests/test_auth_profiles_migration.py
tests/test_auth_profiles_multi_agent.py
tests/test_auth_profiles_oauth_refresh_lock.py
tests/test_baseline.py
tests/test_browser_use.py
tests/test_browser_use_integration.py
tests/test_chained_pipeline.py
tests/test_channel_manifest_contract.py
tests/test_channel_manifest_loader.py
tests/test_channel_manifest_schema.py
tests/test_channel_manifest_signed.py
tests/test_channel_matrix_stub.py
tests/test_channel_stubs.py
tests/test_channels.py
tests/test_channels_base.py
tests/test_channels_deep.py
tests/test_channels_soak.py
tests/test_chat_only_filter.py
tests/test_chat_sanitizer.py
tests/test_cli_app_commands.py
tests/test_cli_repl_websockets.py
tests/test_cli_setup.py
tests/test_code_interpreter.py
tests/test_config.py
tests/test_config_loader.py
tests/test_consciousness_reentry.py
tests/test_consciousness_snapshot_restore.py
tests/test_conversations_routes.py
tests/test_creative_features.py
tests/test_daemon_session_phone_branches.py
tests/test_deepseek_reasoning_content_carry.py
tests/test_demo_genui_publisher_smoke.py
tests/test_demo_mobile_ambient_smoke.py
tests/test_desktop_skills.py
tests/test_device_pairing_migration_unique.py
tests/test_digital_twin.py
tests/test_digital_twin_integration.py
tests/test_docker_sandbox_hardening.py
tests/test_e2e.py
tests/test_email_watcher.py
tests/test_embeddings.py
tests/test_feral_reminders_skill.py
tests/test_gateway.py
tests/test_genui.py
tests/test_genui_app_message_schema.py
tests/test_genui_install_unsigned.py
tests/test_genui_signing.py
tests/test_gesture.py
tests/test_glassbrain_events.py
tests/test_gui_computer_use.py
tests/test_hardware.py
tests/test_hardware_adapters.py
tests/test_hardware_mesh.py
tests/test_hup_protocol.py
tests/test_hup_v1_1_brain.py
tests/test_hup_v1_1_e2e.py
tests/test_hybrid_genui.py
tests/test_ideas_engine.py
tests/test_identity.py
tests/test_identity_loader_no_coroutine_leak.py
tests/test_integration.py
tests/test_integrations.py
tests/test_intent_compiler_integration.py
tests/test_key_persistence.py
tests/test_knowledge_graph.py
tests/test_learner.py
tests/test_llm_catalog_live.py
tests/test_llm_failover.py
tests/test_llm_provider.py
tests/test_llm_provider_catalog_wiring.py
tests/test_llm_provider_defaults.py
tests/test_local_inference.py
tests/test_mcp.py
tests/test_mcp_client_resilience.py
tests/test_mcp_full.py
tests/test_mcp_routes.py
tests/test_mdns_no_event_loop_blocked.py
tests/test_memory.py
tests/test_memory_backends.py
tests/test_memory_context_per_turn.py
tests/test_memory_filter_enforced.py
tests/test_memory_ingest.py
tests/test_memory_recovery.py
tests/test_memory_sync_chaos.py
tests/test_metrics.py
tests/test_metrics_emitted.py
tests/test_metrics_registry.py
tests/test_mqtt_bridge.py
tests/test_multi_agent.py
tests/test_no_phone_placeholder.py
tests/test_no_plaintext_credentials_json_v2.py
tests/test_no_third_party_names_literal.py
tests/test_openrouter_vision_capability.py
tests/test_orchestrator.py
tests/test_orchestrator_deep.py
tests/test_pair_code_flow.py
tests/test_pair_flows.py
tests/test_pair_modes.py
tests/test_pair_pin_confirm.py
tests/test_pairing_hash.py
tests/test_pairing_lifecycle_security.py
tests/test_pairing_migration.py
tests/test_parallel_tool_calls.py
tests/test_pdf_reader.py
tests/test_perception.py
tests/test_perception_deep.py
tests/test_perception_query_skill.py
tests/test_permissions_routines.py
tests/test_persona_loader.py
tests/test_phone_bearer_lifecycle.py
tests/test_phone_envelopes.py
tests/test_proactive_engine.py
tests/test_process_supervisor_no_output_timeout.py
tests/test_process_supervisor_overall_timeout.py
tests/test_process_supervisor_pty_login_shell.py
tests/test_process_supervisor_registry_finalize.py
tests/test_process_supervisor_scope_cancel.py
tests/test_protocol.py
tests/test_provider_catalog.py
tests/test_provider_catalog_refresh.py
tests/test_provider_lmstudio.py
tests/test_provider_model_classes.py
tests/test_provider_recommended.py
tests/test_providers.py
tests/test_push_channels.py
tests/test_realtime_proxy.py
tests/test_realtime_proxy_ga.py
tests/test_reasoning_model_params.py
tests/test_refusal_handler.py
tests/test_registry_fallback_urls.py
tests/test_routing.py
tests/test_safety.py
tests/test_sandbox_policy.py
tests/test_scene_analyzer.py
tests/test_scheduler_fuzz.py
tests/test_screen_capture.py
tests/test_security_full.py
tests/test_self_introspection.py
tests/test_server_websocket.py
tests/test_session_auth.py
tests/test_session_handoff.py
tests/test_setup_state.py
tests/test_setup_wizard.py
tests/test_setup_wizard_deep.py
tests/test_skill_method_is_metadata.py
tests/test_skill_registry.py
tests/test_somatic.py
tests/test_spawn_from_persona_body.py
tests/test_state.py
tests/test_streaming.py
tests/test_stt_providers.py
tests/test_subagent.py
tests/test_subagent_allowlist.py
tests/test_subagent_lifecycle.py
tests/test_subagent_model_override.py
tests/test_subagent_scope.py
tests/test_subagent_steer_failure_clears_suppression.py
tests/test_supervisor.py
tests/test_switch_provider_base_url.py
tests/test_sync.py
tests/test_sync_fuzz.py
tests/test_tailscale_integration.py
tests/test_taskflow.py
tests/test_tool_genesis.py
tests/test_tool_runner.py
tests/test_track0_fixes.py
tests/test_tts_providers.py
tests/test_twin_honesty.py
tests/test_twin_on_behalf.py
tests/test_vault_encryption.py
tests/test_vault_migration.py
tests/test_version_consistency.py
tests/test_version_singlesrc.py
tests/test_voice.py
tests/test_voice_deeper.py
tests/test_voice_integration.py
tests/test_voice_router.py
tests/test_voice_soak.py
tests/test_web_actions.py
tests/test_web_search.py
tests/test_webhooks.py
tests/test_webui_default.py
tests/test_webui_v2_model_picker_contract.py
tests/test_webui_v2_mount.py
tests/test_workers.py
tests/test_workspace_integrations.py
tests/test_ws_auth_header_first.py
voice/__init__.py
voice/chained_pipeline.py
voice/gemini_realtime.py
voice/personality.py
voice/realtime_proxy.py
voice/router.py
voice/stt_providers/__init__.py
voice/stt_providers/deepgram.py
voice/stt_providers/groq_whisper.py
voice/stt_providers/openai_whisper.py
voice/tts_providers/__init__.py
voice/tts_providers/elevenlabs.py
voice/tts_providers/openai_tts.py
webui/__init__.py
webui/favicon.ico
webui/feral-banner.png
webui/feral-icon-128.png
webui/feral-icon-192.png
webui/feral-icon-32.png
webui/feral-icon-48.png
webui/feral-icon-512.png
webui/feral-og.png
webui/index.html
webui/assets/__init__.py
webui/assets/index-CKFLrWWC.css
webui/assets/index-QiA1m745.js
webui/assets/leaflet-CIGW-MKW.css
webui/assets/leaflet-src-BlFNRba0.js
webui_v2/__init__.py
webui_v2/index.html
webui_v2/sw.js
webui_v2/assets/__init__.py
webui_v2/assets/index-COBq2BNP.css
webui_v2/assets/index-M2rAP8e1.js