LICENSE
README.md
pyproject.toml
src/rai/__init__.py
src/rai/cli.py
src/rai/cli_commands.py
src/rai/cli_compatibility.py
src/rai/cli_rendering.py
src/rai/cli_transport.py
src/rai/config_manager.py
src/rai/config_screen.py
src/rai/container.py
src/rai/core.py
src/rai/dependencies.py
src/rai/exceptions.py
src/rai/paths.py
src/rai/server.py
src/rai/tts.py
src/rai/tui.py
src/rai/assistant/__init__.py
src/rai/assistant/audit.py
src/rai/assistant/context.py
src/rai/assistant/memory.py
src/rai/assistant/ports.py
src/rai/assistant/query.py
src/rai/assistant/records.py
src/rai/assistant/runtime.py
src/rai/assistant/schemas.py
src/rai/assistant/service.py
src/rai/assistant/store.py
src/rai/assistant/backends/__init__.py
src/rai/assistant/backends/deterministic.py
src/rai/assistant/backends/local.py
src/rai/backends/__init__.py
src/rai/backends/antigravity.py
src/rai/history/__init__.py
src/rai/history/collectors.py
src/rai/history/fusion.py
src/rai/history/models.py
src/rai/history/privacy.py
src/rai/history/service.py
src/rai/history/storage.py
src/rai/history/gnome_extension/extension.js
src/rai/history/gnome_extension/metadata.json
src/rai/history/sidecars/__init__.py
src/rai/history/sidecars/atspi.py
src/rai/history/sidecars/common.py
src/rai/history/sidecars/filesystem.py
src/rai/history/sidecars/gnome.py
src/rai/history/sidecars/install_gnome.py
src/rai/history/sidecars/process.py
src/rai/inference/__init__.py
src/rai/inference/cache.py
src/rai/inference/factory.py
src/rai/inference/prompting.py
src/rai/inference/protocols.py
src/rai/inference/supervisor.py
src/rai/inference/tasks.py
src/rai/inference/bridges/__init__.py
src/rai/inference/engines/iree.py
src/rai/inference/engines/llama.py
src/rai/inference/engines/ollama.py
src/rai/kernel/__init__.py
src/rai/kernel/audit.py
src/rai/kernel/capabilities.py
src/rai/kernel/compatibility.py
src/rai/kernel/defaults.py
src/rai/kernel/dispatch.py
src/rai/kernel/event_service.py
src/rai/kernel/events.py
src/rai/kernel/journal.py
src/rai/kernel/policy.py
src/rai/kernel/ports.py
src/rai/kernel/records.py
src/rai/kernel/schemas.py
src/rai/kernel/service.py
src/rai/kernel/socket_transport.py
src/rai/kernel/stores.py
src/rai/kernel/synthetic.py
src/rai/kernel/transport.py
src/rai/neural/__init__.py
src/rai/neural/artifacts.py
src/rai/neural/contracts.py
src/rai/neural/fitting.py
src/rai/neural/server.py
src/rai/neural/service.py
src/rai/neural/engines/__init__.py
src/rai/neural/engines/base.py
src/rai/neural/engines/transformers.py
src/rai/neural/inspectors/__init__.py
src/rai/neural/inspectors/jlens.py
src/rai/routers/__init__.py
src/rai/routers/activity.py
src/rai/routers/agents.py
src/rai/routers/assistant.py
src/rai/routers/capabilities.py
src/rai/routers/events.py
src/rai/routers/execution.py
src/rai/routers/history.py
src/rai/routers/mcp.py
src/rai/services/chat.py
src/rai/services/history.py
src/rai/services/model_registry.py
src/rai/speech/__init__.py
src/rai/speech/actuator.py
src/rai/speech/capability.py
src/rai/speech/contracts.py
src/rai/speech/normalization.py
src/rai/speech/piper.py
src/rai/speech/player.py
src/rai/speech/profiles.py
src/rai/speech/routing.py
src/rai/speech/synthetic.py
src/rai/tools/__init__.py
src/rai/tools/client.py
src/rai/tools/gitlab.py
src/rai/tools/information.py
src/rai/tools/python.py
src/rai/tools/shell.py
src/rai/tools/desktop/__init__.py
src/rai/tools/desktop/base.py
src/rai/tools/desktop/cosmic.py
src/rai/tools/desktop/gnome.py
src/rai/tools/security/__init__.py
src/rai/tools/security/auth.py
src/rai/tools/security/guardrails.py
src/rai/tools/security/hitl.py
src/rai/tools/security/sandbox.py
src/rich_ai.egg-info/PKG-INFO
src/rich_ai.egg-info/SOURCES.txt
src/rich_ai.egg-info/dependency_links.txt
src/rich_ai.egg-info/entry_points.txt
src/rich_ai.egg-info/requires.txt
src/rich_ai.egg-info/top_level.txt
tests/test_agent_definition.py
tests/test_api_features.py
tests/test_assistant_acceptance.py
tests/test_assistant_memory.py
tests/test_assistant_records.py
tests/test_assistant_router.py
tests/test_assistant_runtime.py
tests/test_assistant_service.py
tests/test_auth.py
tests/test_bounded_inference_tasks.py
tests/test_capability_path.py
tests/test_chat_history_persistence.py
tests/test_cli.py
tests/test_cli_commands.py
tests/test_client_processor.py
tests/test_config_overrides.py
tests/test_core_logging.py
tests/test_gitlab_tools.py
tests/test_guardrails.py
tests/test_history_integration.py
tests/test_hitl.py
tests/test_import_safety.py
tests/test_inference_cache.py
tests/test_inference_prompting.py
tests/test_information_security.py
tests/test_kernel_ports.py
tests/test_kernel_records.py
tests/test_mcp.py
tests/test_memory_graph_store.py
tests/test_model_migration.py
tests/test_model_registry.py
tests/test_neural_artifacts.py
tests/test_neural_contracts.py
tests/test_neural_fitting.py
tests/test_neural_service.py
tests/test_neural_transformers_integration.py
tests/test_paths.py
tests/test_processor_supervisor.py
tests/test_release_configuration.py
tests/test_rich_history.py
tests/test_sandbox.py
tests/test_secure_tools.py
tests/test_server.py
tests/test_slash_commands.py
tests/test_speech_adapters.py
tests/test_speech_synthesis.py
tests/test_stage1_composition.py
tests/test_stage2_event_plane.py
tests/test_tool_detection.py
tests/test_tools.py
tests/test_version.py