LICENSE
NOTICE
README.md
pyproject.toml
cheetahclaws/__init__.py
cheetahclaws/__main__.py
cheetahclaws/agent.py
cheetahclaws/agent_runner.py
cheetahclaws/auxiliary.py
cheetahclaws/bootstrap.py
cheetahclaws/circuit_breaker.py
cheetahclaws/cli.py
cheetahclaws/cloudsave.py
cheetahclaws/compaction.py
cheetahclaws/config.py
cheetahclaws/context.py
cheetahclaws/error_classifier.py
cheetahclaws/health.py
cheetahclaws/jobs.py
cheetahclaws/logging_utils.py
cheetahclaws/providers.py
cheetahclaws/quota.py
cheetahclaws/runtime.py
cheetahclaws/session_store.py
cheetahclaws/skills.py
cheetahclaws/subagent.py
cheetahclaws/tmux_tools.py
cheetahclaws/tool_registry.py
cheetahclaws.egg-info/PKG-INFO
cheetahclaws.egg-info/SOURCES.txt
cheetahclaws.egg-info/dependency_links.txt
cheetahclaws.egg-info/entry_points.txt
cheetahclaws.egg-info/requires.txt
cheetahclaws.egg-info/top_level.txt
cheetahclaws/agent_templates/auto_bug_fixer.md
cheetahclaws/agent_templates/auto_coder.md
cheetahclaws/agent_templates/paper_writer.md
cheetahclaws/agent_templates/research_assistant.md
cheetahclaws/agent_templates/lab/analyst.md
cheetahclaws/agent_templates/lab/designer.md
cheetahclaws/agent_templates/lab/engineer.md
cheetahclaws/agent_templates/lab/lay_reader.md
cheetahclaws/agent_templates/lab/pi.md
cheetahclaws/agent_templates/lab/questioner.md
cheetahclaws/agent_templates/lab/reviewer.md
cheetahclaws/agent_templates/lab/surveyor.md
cheetahclaws/agent_templates/lab/writer.md
cheetahclaws/bridges/__init__.py
cheetahclaws/bridges/draft_cache.py
cheetahclaws/bridges/interactive_session.py
cheetahclaws/bridges/qq.py
cheetahclaws/bridges/slack.py
cheetahclaws/bridges/telegram.py
cheetahclaws/bridges/terminal_runner.py
cheetahclaws/bridges/wechat.py
cheetahclaws/bridges/wechat_smart_reply.py
cheetahclaws/bridges/wechat_smart_reply_store.py
cheetahclaws/checkpoint/__init__.py
cheetahclaws/checkpoint/hooks.py
cheetahclaws/checkpoint/store.py
cheetahclaws/checkpoint/types.py
cheetahclaws/commands/__init__.py
cheetahclaws/commands/advanced.py
cheetahclaws/commands/agent_cmd.py
cheetahclaws/commands/checkpoint_plan.py
cheetahclaws/commands/config_cmd.py
cheetahclaws/commands/core.py
cheetahclaws/commands/daemon_cmd.py
cheetahclaws/commands/lab_cmd.py
cheetahclaws/commands/monitor_cmd.py
cheetahclaws/commands/research_cmd.py
cheetahclaws/commands/session.py
cheetahclaws/commands/theme_cmd.py
cheetahclaws/daemon/__init__.py
cheetahclaws/daemon/agent_methods.py
cheetahclaws/daemon/auth.py
cheetahclaws/daemon/bridge_methods.py
cheetahclaws/daemon/bridge_supervisor.py
cheetahclaws/daemon/cli.py
cheetahclaws/daemon/discovery.py
cheetahclaws/daemon/events.py
cheetahclaws/daemon/methods.py
cheetahclaws/daemon/monitor_methods.py
cheetahclaws/daemon/originator.py
cheetahclaws/daemon/permission.py
cheetahclaws/daemon/proactive_methods.py
cheetahclaws/daemon/proactive_scheduler.py
cheetahclaws/daemon/proactive_state.py
cheetahclaws/daemon/rpc.py
cheetahclaws/daemon/runner_ipc.py
cheetahclaws/daemon/runner_supervisor.py
cheetahclaws/daemon/schema.py
cheetahclaws/daemon/server.py
cheetahclaws/daemon/session_methods.py
cheetahclaws/daemon/spike_client.py
cheetahclaws/daemon/system_methods.py
cheetahclaws/kernel/__init__.py
cheetahclaws/kernel/agentfs.py
cheetahclaws/kernel/api.py
cheetahclaws/kernel/bridge_mirror.py
cheetahclaws/kernel/capability.py
cheetahclaws/kernel/chaos.py
cheetahclaws/kernel/cli.py
cheetahclaws/kernel/contract.py
cheetahclaws/kernel/errors.py
cheetahclaws/kernel/event_log.py
cheetahclaws/kernel/integration.py
cheetahclaws/kernel/ledger.py
cheetahclaws/kernel/mailbox.py
cheetahclaws/kernel/methods.py
cheetahclaws/kernel/observability.py
cheetahclaws/kernel/process.py
cheetahclaws/kernel/registry.py
cheetahclaws/kernel/sandbox.py
cheetahclaws/kernel/scheduler.py
cheetahclaws/kernel/schema.py
cheetahclaws/kernel/store.py
cheetahclaws/kernel/worker.py
cheetahclaws/kernel/orchestrator/__init__.py
cheetahclaws/kernel/orchestrator/dialogue.py
cheetahclaws/kernel/runner/__init__.py
cheetahclaws/kernel/runner/ipc.py
cheetahclaws/kernel/runner/runner_main.py
cheetahclaws/kernel/runner/supervisor.py
cheetahclaws/kernel/runner/llm/__init__.py
cheetahclaws/kernel/runner/llm/__main__.py
cheetahclaws/kernel/runner/llm/anthropic_provider.py
cheetahclaws/kernel/runner/llm/litellm_provider.py
cheetahclaws/kernel/runner/llm/provider.py
cheetahclaws/kernel/tools/__init__.py
cheetahclaws/kernel/tools/ast_tool.py
cheetahclaws/kernel/tools/builtin.py
cheetahclaws/kernel/tools/diff_tool.py
cheetahclaws/kernel/tools/exec_tool.py
cheetahclaws/kernel/tools/fetch_tool.py
cheetahclaws/kernel/tools/git_tool.py
cheetahclaws/kernel/tools/registry.py
cheetahclaws/mcp_client/__init__.py
cheetahclaws/mcp_client/client.py
cheetahclaws/mcp_client/config.py
cheetahclaws/mcp_client/oauth.py
cheetahclaws/mcp_client/tools.py
cheetahclaws/mcp_client/types.py
cheetahclaws/memory/__init__.py
cheetahclaws/memory/consolidator.py
cheetahclaws/memory/context.py
cheetahclaws/memory/scan.py
cheetahclaws/memory/store.py
cheetahclaws/memory/tools.py
cheetahclaws/memory/types.py
cheetahclaws/modular/__init__.py
cheetahclaws/modular/base.py
cheetahclaws/modular/trading/PLUGIN.md
cheetahclaws/modular/trading/__init__.py
cheetahclaws/modular/trading/calibration.py
cheetahclaws/modular/trading/cmd.py
cheetahclaws/modular/trading/earnings.py
cheetahclaws/modular/trading/factors.py
cheetahclaws/modular/trading/macro.py
cheetahclaws/modular/trading/managed.py
cheetahclaws/modular/trading/monitor.py
cheetahclaws/modular/trading/paper_trader.py
cheetahclaws/modular/trading/portfolio.py
cheetahclaws/modular/trading/ranker.py
cheetahclaws/modular/trading/tools.py
cheetahclaws/modular/trading/universe.py
cheetahclaws/modular/trading/verifier.py
cheetahclaws/modular/trading/agent_templates/trading_agent.md
cheetahclaws/modular/trading/agents/__init__.py
cheetahclaws/modular/trading/agents/analyst.py
cheetahclaws/modular/trading/agents/memory.py
cheetahclaws/modular/trading/agents/portfolio_manager.py
cheetahclaws/modular/trading/agents/reflection.py
cheetahclaws/modular/trading/agents/researcher.py
cheetahclaws/modular/trading/agents/risk_manager.py
cheetahclaws/modular/trading/alt_data/__init__.py
cheetahclaws/modular/trading/alt_data/insider.py
cheetahclaws/modular/trading/alt_data/sentiment.py
cheetahclaws/modular/trading/alt_data/trends.py
cheetahclaws/modular/trading/broker/__init__.py
cheetahclaws/modular/trading/broker/base.py
cheetahclaws/modular/trading/broker/ibkr_backend.py
cheetahclaws/modular/trading/broker/paper_backend.py
cheetahclaws/modular/trading/data/__init__.py
cheetahclaws/modular/trading/data/fetchers.py
cheetahclaws/modular/trading/data/indicators.py
cheetahclaws/modular/trading/discover/__init__.py
cheetahclaws/modular/trading/discover/anomaly.py
cheetahclaws/modular/trading/discover/earnings_beat.py
cheetahclaws/modular/trading/discover/insider_cluster.py
cheetahclaws/modular/trading/discover/momentum_quality.py
cheetahclaws/modular/trading/discover/orchestrator.py
cheetahclaws/modular/trading/discover/sector_rotation.py
cheetahclaws/modular/trading/discover/types.py
cheetahclaws/modular/trading/engines/__init__.py
cheetahclaws/modular/trading/engines/base.py
cheetahclaws/modular/trading/engines/crypto.py
cheetahclaws/modular/trading/engines/equity.py
cheetahclaws/modular/trading/ml/__init__.py
cheetahclaws/modular/trading/ml/features.py
cheetahclaws/modular/trading/ml/stacker.py
cheetahclaws/modular/trading/skills/analyze_market.md
cheetahclaws/modular/trading/skills/backtest_strategy.md
cheetahclaws/modular/trading/skills/generate_strategy.md
cheetahclaws/modular/video/PLUGIN.md
cheetahclaws/modular/video/__init__.py
cheetahclaws/modular/video/assembly.py
cheetahclaws/modular/video/cmd.py
cheetahclaws/modular/video/images.py
cheetahclaws/modular/video/niches.py
cheetahclaws/modular/video/pipeline.py
cheetahclaws/modular/video/source.py
cheetahclaws/modular/video/story.py
cheetahclaws/modular/video/subtitles.py
cheetahclaws/modular/video/tts.py
cheetahclaws/modular/voice/PLUGIN.md
cheetahclaws/modular/voice/__init__.py
cheetahclaws/modular/voice/cmd.py
cheetahclaws/modular/voice/keyterms.py
cheetahclaws/modular/voice/recorder.py
cheetahclaws/modular/voice/stt.py
cheetahclaws/modular/voice/tts_gen.py
cheetahclaws/monitor/__init__.py
cheetahclaws/monitor/fetchers.py
cheetahclaws/monitor/notifier.py
cheetahclaws/monitor/scheduler.py
cheetahclaws/monitor/store.py
cheetahclaws/monitor/summarizer.py
cheetahclaws/multi_agent/__init__.py
cheetahclaws/multi_agent/fanout.py
cheetahclaws/multi_agent/subagent.py
cheetahclaws/multi_agent/tools.py
cheetahclaws/plugin/__init__.py
cheetahclaws/plugin/loader.py
cheetahclaws/plugin/recommend.py
cheetahclaws/plugin/store.py
cheetahclaws/plugin/types.py
cheetahclaws/prompts/README.md
cheetahclaws/prompts/__init__.py
cheetahclaws/prompts/select.py
cheetahclaws/prompts/base/default.md
cheetahclaws/prompts/fragments/plan.md
cheetahclaws/prompts/fragments/tmux.md
cheetahclaws/prompts/overlays/claude.md
cheetahclaws/prompts/overlays/gemini.md
cheetahclaws/prompts/overlays/openai-reasoning.md
cheetahclaws/prompts/overlays/qwen.md
cheetahclaws/research/__init__.py
cheetahclaws/research/aggregator.py
cheetahclaws/research/cache.py
cheetahclaws/research/citations.py
cheetahclaws/research/classifier.py
cheetahclaws/research/entities.py
cheetahclaws/research/http.py
cheetahclaws/research/ranker.py
cheetahclaws/research/reports.py
cheetahclaws/research/synthesizer.py
cheetahclaws/research/time_range.py
cheetahclaws/research/types.py
cheetahclaws/research/lab/__init__.py
cheetahclaws/research/lab/backlog.py
cheetahclaws/research/lab/convergence.py
cheetahclaws/research/lab/iterate.py
cheetahclaws/research/lab/orchestrator.py
cheetahclaws/research/lab/output.py
cheetahclaws/research/lab/resume.py
cheetahclaws/research/lab/roles.py
cheetahclaws/research/lab/sandbox.py
cheetahclaws/research/lab/storage.py
cheetahclaws/research/lab/verifier.py
cheetahclaws/research/sources/__init__.py
cheetahclaws/research/sources/alphaxiv.py
cheetahclaws/research/sources/arxiv.py
cheetahclaws/research/sources/bilibili.py
cheetahclaws/research/sources/brave.py
cheetahclaws/research/sources/github.py
cheetahclaws/research/sources/google_news.py
cheetahclaws/research/sources/google_scholar.py
cheetahclaws/research/sources/hackernews.py
cheetahclaws/research/sources/huggingface_papers.py
cheetahclaws/research/sources/openalex.py
cheetahclaws/research/sources/polymarket.py
cheetahclaws/research/sources/reddit.py
cheetahclaws/research/sources/sec_edgar.py
cheetahclaws/research/sources/semantic_scholar.py
cheetahclaws/research/sources/stackoverflow.py
cheetahclaws/research/sources/tavily.py
cheetahclaws/research/sources/twitter.py
cheetahclaws/research/sources/weibo.py
cheetahclaws/research/sources/xiaohongshu.py
cheetahclaws/research/sources/zhihu.py
cheetahclaws/skill/__init__.py
cheetahclaws/skill/builtin.py
cheetahclaws/skill/executor.py
cheetahclaws/skill/loader.py
cheetahclaws/skill/tools.py
cheetahclaws/task/__init__.py
cheetahclaws/task/store.py
cheetahclaws/task/tools.py
cheetahclaws/task/types.py
cheetahclaws/tools/__init__.py
cheetahclaws/tools/browser.py
cheetahclaws/tools/diagnostics.py
cheetahclaws/tools/email.py
cheetahclaws/tools/files.py
cheetahclaws/tools/fs.py
cheetahclaws/tools/interaction.py
cheetahclaws/tools/notebook.py
cheetahclaws/tools/research.py
cheetahclaws/tools/security.py
cheetahclaws/tools/shell.py
cheetahclaws/tools/web.py
cheetahclaws/ui/__init__.py
cheetahclaws/ui/input.py
cheetahclaws/ui/render.py
cheetahclaws/video/__init__.py
cheetahclaws/voice/__init__.py
cheetahclaws/web/__init__.py
cheetahclaws/web/addon-fit.min.js
cheetahclaws/web/addon-web-links.min.js
cheetahclaws/web/api.py
cheetahclaws/web/auth.py
cheetahclaws/web/chat.html
cheetahclaws/web/db.py
cheetahclaws/web/favicon.ico
cheetahclaws/web/lab.html
cheetahclaws/web/lab_api.py
cheetahclaws/web/logging_setup.py
cheetahclaws/web/marked.min.js
cheetahclaws/web/models.py
cheetahclaws/web/server.py
cheetahclaws/web/xterm.min.css
cheetahclaws/web/xterm.min.js
cheetahclaws/web/static/favicon.ico
cheetahclaws/web/static/favicon.png
cheetahclaws/web/static/js/approval.js
cheetahclaws/web/static/js/auth.js
cheetahclaws/web/static/js/chat.js
cheetahclaws/web/static/js/csrf.js
cheetahclaws/web/static/js/init.js
cheetahclaws/web/static/js/settings.js
cheetahclaws/web/static/js/sidebar.js
cheetahclaws/web/static/js/tools.js
cheetahclaws/web/static/js/util.js
cheetahclaws/web/static/js/welcome.js
tests/test_agent_nudge.py
tests/test_agent_output_path.py
tests/test_agent_runner_dup_stop.py
tests/test_brainstorm_grounding.py
tests/test_brainstorm_lead.py
tests/test_brainstorm_models_flag.py
tests/test_brainstorm_quality_guards.py
tests/test_brainstorm_v2_advanced.py
tests/test_bridge_slash_handler.py
tests/test_budget.py
tests/test_cache_tokens.py
tests/test_checkpoint.py
tests/test_circuit_breaker.py
tests/test_compaction.py
tests/test_context_overflow_recovery.py
tests/test_context_window_cap.py
tests/test_daemon_agent_methods.py
tests/test_daemon_bridge_methods.py
tests/test_daemon_bridge_phase2.py
tests/test_daemon_bridge_supervisor.py
tests/test_daemon_cli.py
tests/test_daemon_cmd.py
tests/test_daemon_discovery.py
tests/test_daemon_events_sqlite.py
tests/test_daemon_f9_budgets.py
tests/test_daemon_monitor_methods.py
tests/test_daemon_proactive.py
tests/test_daemon_quota_pause.py
tests/test_daemon_runner_notify_routing.py
tests/test_daemon_runner_permission_routing.py
tests/test_daemon_runner_restart_policy.py
tests/test_daemon_runner_supervisor.py
tests/test_daemon_schema.py
tests/test_daemon_session_methods.py
tests/test_daemon_spike.py
tests/test_daemon_system_methods.py
tests/test_deepseek_thinking.py
tests/test_diff_view.py
tests/test_fanout.py
tests/test_health_payloads.py
tests/test_image_ocr.py
tests/test_input_completer.py
tests/test_jobs_sqlite.py
tests/test_kernel_agentfs.py
tests/test_kernel_agentfs_daemon.py
tests/test_kernel_api_contract.py
tests/test_kernel_ast_tool.py
tests/test_kernel_bridge_mirror.py
tests/test_kernel_capability.py
tests/test_kernel_chaos_smoke.py
tests/test_kernel_cli.py
tests/test_kernel_daemon.py
tests/test_kernel_dialogue.py
tests/test_kernel_diff_tool.py
tests/test_kernel_exec_streaming.py
tests/test_kernel_exec_tool.py
tests/test_kernel_facade.py
tests/test_kernel_fetch_streaming.py
tests/test_kernel_fetch_tool.py
tests/test_kernel_git_tool.py
tests/test_kernel_glob_list_tools.py
tests/test_kernel_ledger.py
tests/test_kernel_llm_runner.py
tests/test_kernel_llm_streaming.py
tests/test_kernel_llm_tools.py
tests/test_kernel_mailbox.py
tests/test_kernel_observability.py
tests/test_kernel_phase2_daemon.py
tests/test_kernel_phase3_complete_daemon.py
tests/test_kernel_recovery.py
tests/test_kernel_registry.py
tests/test_kernel_runner.py
tests/test_kernel_sandbox.py
tests/test_kernel_scheduler.py
tests/test_kernel_scheduler_daemon.py
tests/test_kernel_state_machine.py
tests/test_kernel_store.py
tests/test_kernel_streaming.py
tests/test_kernel_tools.py
tests/test_kernel_worker.py
tests/test_lab_phase_a.py
tests/test_litellm_provider.py
tests/test_logging_utils.py
tests/test_mcp.py
tests/test_memory.py
tests/test_memory_staleness.py
tests/test_monitor_scheduler_events.py
tests/test_monitor_store_sqlite.py
tests/test_native_tool_intercept.py
tests/test_nim_provider.py
tests/test_options_menu.py
tests/test_packaging.py
tests/test_plugin.py
tests/test_plugin_external.py
tests/test_prompt_assembly.py
tests/test_prompt_selection.py
tests/test_prompt_size.py
tests/test_qq_bridge.py
tests/test_quota.py
tests/test_read_overflow_redirect.py
tests/test_readonly_dedup.py
tests/test_render_streaming.py
tests/test_research.py
tests/test_research_lab.py
tests/test_setup_wizard.py
tests/test_skill_nested.py
tests/test_skills.py
tests/test_stream_modes.py
tests/test_subagent.py
tests/test_subscribe_parser.py
tests/test_summarize_large_file.py
tests/test_task.py
tests/test_telegram_bridge.py
tests/test_theme.py
tests/test_tool_dispatch_robustness.py
tests/test_tool_registry.py
tests/test_trading_advanced.py
tests/test_trading_discovery.py
tests/test_trading_pipeline.py
tests/test_voice.py
tests/test_web_api.py
tests/test_wechat_smart_reply.py