LICENSE
MANIFEST.in
README.md
pyproject.toml
src/requirements.txt
src/rtxclaw.egg-info/PKG-INFO
src/rtxclaw.egg-info/SOURCES.txt
src/rtxclaw.egg-info/dependency_links.txt
src/rtxclaw.egg-info/entry_points.txt
src/rtxclaw.egg-info/requires.txt
src/rtxclaw.egg-info/top_level.txt
src/rtxclaw_acp/__init__.py
src/rtxclaw_acp/client/__init__.py
src/rtxclaw_acp/client/client.py
src/rtxclaw_acp/client/handlers.py
src/rtxclaw_acp/client/http_spawn.py
src/rtxclaw_acp/client/spawn.py
src/rtxclaw_acp/client/ws_spawn.py
src/rtxclaw_acp/protocol/__init__.py
src/rtxclaw_acp/protocol/http.py
src/rtxclaw_acp/protocol/jsonrpc.py
src/rtxclaw_acp/protocol/schema.py
src/rtxclaw_acp/protocol/transport.py
src/rtxclaw_acp/protocol/ws.py
src/rtxclaw_acp/server/__init__.py
src/rtxclaw_acp/server/backend.py
src/rtxclaw_acp/server/http_server.py
src/rtxclaw_acp/server/server.py
src/rtxclaw_acp/server/spawn.py
src/rtxclaw_acp/server/ws_server.py
src/rtxclaw_agent/__init__.py
src/rtxclaw_agent/__main__.py
src/rtxclaw_agent/acp_bridge.py
src/rtxclaw_agent/acp_stdio_main.py
src/rtxclaw_agent/agent_cli.py
src/rtxclaw_agent/cli.py
src/rtxclaw_agent/config.py
src/rtxclaw_agent/control_endpoint.py
src/rtxclaw_agent/doctor.py
src/rtxclaw_agent/gateway.py
src/rtxclaw_agent/gateway_cli.py
src/rtxclaw_agent/gitea_issues.py
src/rtxclaw_agent/heartbeat.py
src/rtxclaw_agent/kanban_cli.py
src/rtxclaw_agent/kanban_worker.py
src/rtxclaw_agent/migrate_layout.py
src/rtxclaw_agent/openai_endpoint.py
src/rtxclaw_agent/py.typed
src/rtxclaw_agent/remote_backend.py
src/rtxclaw_agent/runtime.py
src/rtxclaw_agent/self_improver_cli.py
src/rtxclaw_agent/self_improver_fix.py
src/rtxclaw_agent/self_improver_incident.py
src/rtxclaw_agent/self_improver_install.py
src/rtxclaw_agent/self_improver_ledger.py
src/rtxclaw_agent/self_improver_meta.py
src/rtxclaw_agent/self_improver_replay.py
src/rtxclaw_agent/self_improver_session.py
src/rtxclaw_agent/self_improver_status.py
src/rtxclaw_agent/self_improver_supervisor.py
src/rtxclaw_agent/self_improver_triage.py
src/rtxclaw_agent/session_live.py
src/rtxclaw_agent/web_cli.py
src/rtxclaw_agent/worker.py
src/rtxclaw_core/__init__.py
src/rtxclaw_core/agent.py
src/rtxclaw_core/agent_profiles.py
src/rtxclaw_core/backpressure.py
src/rtxclaw_core/command_runtime.py
src/rtxclaw_core/commands.py
src/rtxclaw_core/config.py
src/rtxclaw_core/context.py
src/rtxclaw_core/context_report.py
src/rtxclaw_core/continuation.py
src/rtxclaw_core/cwdutil.py
src/rtxclaw_core/delegation_patterns.py
src/rtxclaw_core/delivery.py
src/rtxclaw_core/errors.py
src/rtxclaw_core/event_bus.py
src/rtxclaw_core/file_commands.py
src/rtxclaw_core/goal_registry.py
src/rtxclaw_core/goal_service.py
src/rtxclaw_core/goal_supervisor.py
src/rtxclaw_core/hooks.py
src/rtxclaw_core/injection_guard.py
src/rtxclaw_core/json_repair.py
src/rtxclaw_core/jsonlog.py
src/rtxclaw_core/kanban_db.py
src/rtxclaw_core/kanban_recovery.py
src/rtxclaw_core/kanban_scheduler.py
src/rtxclaw_core/layout.py
src/rtxclaw_core/local_gpu.py
src/rtxclaw_core/metrics_format.py
src/rtxclaw_core/models.py
src/rtxclaw_core/orchestrator.py
src/rtxclaw_core/plan_steps.py
src/rtxclaw_core/plugins.py
src/rtxclaw_core/provider_presets.py
src/rtxclaw_core/providers.py
src/rtxclaw_core/provision_worker.py
src/rtxclaw_core/restart.py
src/rtxclaw_core/sandbox_broker.py
src/rtxclaw_core/secrets_scrubber.py
src/rtxclaw_core/services.py
src/rtxclaw_core/session.py
src/rtxclaw_core/session_index.py
src/rtxclaw_core/session_reader.py
src/rtxclaw_core/session_title.py
src/rtxclaw_core/session_writer.py
src/rtxclaw_core/skill_index.py
src/rtxclaw_core/skills.py
src/rtxclaw_core/splitter.py
src/rtxclaw_core/sqlite_facts.py
src/rtxclaw_core/subagent_policy.py
src/rtxclaw_core/system_prompt.py
src/rtxclaw_core/teacher_supervisor.py
src/rtxclaw_core/tool_runner.py
src/rtxclaw_core/turn_runtime.py
src/rtxclaw_core/agents/__init__.py
src/rtxclaw_core/agents/acp_engine.py
src/rtxclaw_core/agents/acp_translation.py
src/rtxclaw_core/agents/agent.py
src/rtxclaw_core/agents/antigravity_engine.py
src/rtxclaw_core/agents/async_delegate_runner.py
src/rtxclaw_core/agents/async_jobs.py
src/rtxclaw_core/agents/claude_engine.py
src/rtxclaw_core/agents/codex_engine.py
src/rtxclaw_core/agents/cursor_acp_engine.py
src/rtxclaw_core/agents/default_scaffolds.py
src/rtxclaw_core/agents/delegate_shims.py
src/rtxclaw_core/agents/engine.py
src/rtxclaw_core/agents/engine_pidfile.py
src/rtxclaw_core/agents/external_cli.py
src/rtxclaw_core/agents/factory.py
src/rtxclaw_core/agents/gateway_shim.py
src/rtxclaw_core/agents/local_llm.py
src/rtxclaw_core/agents/model_discovery.py
src/rtxclaw_core/agents/opencode_acp_engine.py
src/rtxclaw_core/agents/permissions_integration.py
src/rtxclaw_core/agents/session_log.py
src/rtxclaw_core/builtin_commands/__init__.py
src/rtxclaw_core/builtin_commands/goal.md
src/rtxclaw_core/builtin_skills/__init__.py
src/rtxclaw_core/builtin_skills/config-setup/SKILL.md
src/rtxclaw_core/builtin_skills/delegate-strategy/SKILL.md
src/rtxclaw_core/builtin_skills/delegation-patterns/SKILL.md
src/rtxclaw_core/builtin_skills/nodriver-browser/SKILL.md
src/rtxclaw_core/builtin_skills/nodriver-browser/bootstrap.sh
src/rtxclaw_core/builtin_skills/nodriver-browser/browser
src/rtxclaw_core/builtin_skills/nodriver-browser/scripts/browser.py
src/rtxclaw_core/builtin_skills/nodriver-browser/scripts/requirements.txt
src/rtxclaw_core/builtin_skills/sglang-install/SKILL.md
src/rtxclaw_core/builtin_skills/telegram-render-verify/SKILL.md
src/rtxclaw_core/builtin_skills/telegram-render-verify/drive.py
src/rtxclaw_core/builtin_skills/telegram-render-verify/spawn_test_bot.sh
src/rtxclaw_core/builtin_skills/vast-ai-rent/SKILL.md
src/rtxclaw_core/builtin_skills/vllm-install/SKILL.md
src/rtxclaw_core/coder_gate/__init__.py
src/rtxclaw_core/coder_gate/artifact_store.py
src/rtxclaw_core/coder_gate/blast_radius.py
src/rtxclaw_core/coder_gate/coder_review.py
src/rtxclaw_core/coder_gate/evidence.py
src/rtxclaw_core/coder_gate/gate.py
src/rtxclaw_core/coder_gate/models.py
src/rtxclaw_core/coder_gate/policy.py
src/rtxclaw_core/coder_gate/requirement_challenge.py
src/rtxclaw_core/coder_gate/requirement_retriever.py
src/rtxclaw_core/coder_gate/retry.py
src/rtxclaw_core/coder_gate/set_goal.py
src/rtxclaw_core/coder_gate/tdd_guard.py
src/rtxclaw_core/coder_gate/types.py
src/rtxclaw_core/profile_agents/build/AGENTS.md
src/rtxclaw_core/profile_agents/coder/AGENTS.md
src/rtxclaw_core/profile_agents/compaction/AGENTS.md
src/rtxclaw_core/profile_agents/explore/AGENTS.md
src/rtxclaw_core/profile_agents/general/AGENTS.md
src/rtxclaw_core/profile_agents/main/AGENTS.md
src/rtxclaw_core/profile_agents/plan/AGENTS.md
src/rtxclaw_core/profile_agents/summary/AGENTS.md
src/rtxclaw_core/profile_agents/title/AGENTS.md
src/rtxclaw_core/tools/__init__.py
src/rtxclaw_core/tools/_log.py
src/rtxclaw_core/tools/harness_task_mirror.py
src/rtxclaw_core/tools/monitor.py
src/rtxclaw_core/tools/permissions.py
src/rtxclaw_core/tools/prompt.py
src/rtxclaw_core/tools/registry.py
src/rtxclaw_core/tools/runners.py
src/rtxclaw_core/tools/safety.py
src/rtxclaw_mcp/__init__.py
src/rtxclaw_mcp/mcp_client.py
src/rtxclaw_mcp/youtube_mcp_server.py
src/rtxclaw_memory/__init__.py
src/rtxclaw_memory/memory_embed.py
src/rtxclaw_memory/memory_index.py
src/rtxclaw_memory/memory_manager.py
src/rtxclaw_memory/memory_primitives.py
src/rtxclaw_memory/memory_provider.py
src/rtxclaw_memory/memory_rerank.py
src/rtxclaw_memory/memory_synth.py
src/rtxclaw_memory/memory_tools.py
src/rtxclaw_memory/memory_write.py
src/rtxclaw_realtime/__init__.py
src/rtxclaw_realtime/__main__.py
src/rtxclaw_realtime/audio.py
src/rtxclaw_realtime/cascade.py
src/rtxclaw_realtime/config.py
src/rtxclaw_realtime/endword.py
src/rtxclaw_realtime/gateway_client.py
src/rtxclaw_realtime/server.py
src/rtxclaw_realtime/session.py
src/rtxclaw_realtime/vad.py
src/rtxclaw_realtime/wake.py
src/rtxclaw_telegram/__init__.py
src/rtxclaw_telegram/bot.py
src/rtxclaw_telegram/cli.py
src/rtxclaw_telegram/config.py
src/rtxclaw_telegram/forum_topics.py
src/rtxclaw_telegram/py.typed
src/rtxclaw_telegram/serve_stt.py
src/rtxclaw_tui/__init__.py
src/rtxclaw_tui/__main__.py
src/rtxclaw_tui/agent_client.py
src/rtxclaw_tui/app.py
src/rtxclaw_tui/commands.py
src/rtxclaw_tui/input_hardening.py
src/rtxclaw_tui/kanban_panel.py
src/rtxclaw_tui/monitor_view.py
src/rtxclaw_tui/py.typed