LICENSE
MANIFEST.in
README.md
pyproject.toml
fr_cli/README.md
fr_cli/WEAPON.MD
fr_cli/__init__.py
fr_cli/main.py
fr_cli.egg-info/PKG-INFO
fr_cli.egg-info/SOURCES.txt
fr_cli.egg-info/dependency_links.txt
fr_cli.egg-info/entry_points.txt
fr_cli.egg-info/requires.txt
fr_cli.egg-info/top_level.txt
fr_cli/addon/plugin.py
fr_cli/agent/__init__.py
fr_cli/agent/artifact_detector.py
fr_cli/agent/client.py
fr_cli/agent/dispatch.py
fr_cli/agent/dream.py
fr_cli/agent/executor.py
fr_cli/agent/generator.py
fr_cli/agent/hermes_daemon.py
fr_cli/agent/hermes_daemon_process.py
fr_cli/agent/hermes_manager.py
fr_cli/agent/hooks.py
fr_cli/agent/manager.py
fr_cli/agent/master.py
fr_cli/agent/master_loop.py
fr_cli/agent/master_prompt.py
fr_cli/agent/master_prompt_builder.py
fr_cli/agent/master_reflect.py
fr_cli/agent/master_storage.py
fr_cli/agent/project_memory.py
fr_cli/agent/remote.py
fr_cli/agent/review_queue.py
fr_cli/agent/server.py
fr_cli/agent/shell_mode.py
fr_cli/agent/skills.py
fr_cli/agent/swarm.py
fr_cli/agent/swarm_resolver.py
fr_cli/agent/voice.py
fr_cli/agent/workflow.py
fr_cli/agent/builtins/__init__.py
fr_cli/agent/builtins/_utils.py
fr_cli/agent/builtins/db.py
fr_cli/agent/builtins/local.py
fr_cli/agent/builtins/rag.py
fr_cli/agent/builtins/rag_watcher.py
fr_cli/agent/builtins/rag_watcher_daemon.py
fr_cli/agent/builtins/remote.py
fr_cli/agent/builtins/stock.py
fr_cli/agent/builtins/spider/__init__.py
fr_cli/agent/builtins/spider/analyzer.py
fr_cli/agent/builtins/spider/crawler.py
fr_cli/agent/builtins/spider/deps.py
fr_cli/agent/builtins/spider/evasion.py
fr_cli/agent/builtins/spider/fetcher.py
fr_cli/agent/builtins/spider/memory.py
fr_cli/agent/hermes/__init__.py
fr_cli/agent/hermes/engine.py
fr_cli/agent/hermes/engine_core.py
fr_cli/agent/hermes/engine_daemon.py
fr_cli/agent/hermes/engine_execution.py
fr_cli/agent/hermes/engine_tasks.py
fr_cli/agent/hermes/managers.py
fr_cli/agent/hermes/models.py
fr_cli/agent/hermes/scheduler.py
fr_cli/assets/splash.jpeg
fr_cli/breakthrough/update.py
fr_cli/command/__init__.py
fr_cli/command/cmd_parser.py
fr_cli/command/executor.py
fr_cli/command/parallel.py
fr_cli/command/registry.py
fr_cli/command/security.py
fr_cli/command/registered/agent_data_mcp.py
fr_cli/command/registered/bookmark.py
fr_cli/command/registered/charts.py
fr_cli/command/registered/console.py
fr_cli/command/registered/crypto.py
fr_cli/command/registered/defi.py
fr_cli/command/registered/dynamic_build.py
fr_cli/command/registered/export_html.py
fr_cli/command/registered/export_ppt.py
fr_cli/command/registered/fs.py
fr_cli/command/registered/git_tools.py
fr_cli/command/registered/image.py
fr_cli/command/registered/local_tts.py
fr_cli/command/registered/main_routes.py
fr_cli/command/registered/network.py
fr_cli/command/registered/ocr.py
fr_cli/command/registered/ollama.py
fr_cli/command/registered/plan_mode.py
fr_cli/command/registered/remote.py
fr_cli/command/registered/services.py
fr_cli/command/registered/session_config.py
fr_cli/command/registered/skill_gist.py
fr_cli/command/registered/swarm.py
fr_cli/command/registered/swarm_worktree.py
fr_cli/command/registered/task_tools.py
fr_cli/command/registered/voice.py
fr_cli/command/registered/voice_input.py
fr_cli/command/registered/web.py
fr_cli/command/registered/worktree.py
fr_cli/conf/__init__.py
fr_cli/conf/config.py
fr_cli/conf/default_models.yaml
fr_cli/conf/model_wizard.py
fr_cli/conf/paths.py
fr_cli/conf/wizard.py
fr_cli/core/ai_intent.py
fr_cli/core/app_state.py
fr_cli/core/app_state_client.py
fr_cli/core/app_state_config.py
fr_cli/core/app_state_core.py
fr_cli/core/app_state_services.py
fr_cli/core/app_state_status.py
fr_cli/core/cache.py
fr_cli/core/chat.py
fr_cli/core/core.py
fr_cli/core/error_ledger.py
fr_cli/core/errors.py
fr_cli/core/events.py
fr_cli/core/intent.py
fr_cli/core/model_factory.py
fr_cli/core/optimizations.py
fr_cli/core/plan_mode.py
fr_cli/core/plan_ui.py
fr_cli/core/plan_undo.py
fr_cli/core/preferences.py
fr_cli/core/project.py
fr_cli/core/recommender.py
fr_cli/core/result.py
fr_cli/core/store.py
fr_cli/core/stream.py
fr_cli/core/sysmon.py
fr_cli/core/thinking.py
fr_cli/core/usage.py
fr_cli/core/chat/__init__.py
fr_cli/core/chat/helpers.py
fr_cli/core/chat/pipeline.py
fr_cli/core/chat/plan_mode.py
fr_cli/core/llm/__init__.py
fr_cli/core/llm/anthropic_compat.py
fr_cli/core/llm/base.py
fr_cli/core/llm/mock.py
fr_cli/core/llm/openai_compat.py
fr_cli/core/llm/wenxin.py
fr_cli/core/llm/zhipu.py
fr_cli/core/metrics/__init__.py
fr_cli/core/metrics/plugin.py
fr_cli/core/plan/__init__.py
fr_cli/core/plan/executor.py
fr_cli/core/plan/generator.py
fr_cli/core/plan/prompts.py
fr_cli/core/plan/storage.py
fr_cli/dynamic_builder/__init__.py
fr_cli/dynamic_builder/code_generator.py
fr_cli/dynamic_builder/dependency_manager.py
fr_cli/dynamic_builder/gap_analyzer.py
fr_cli/dynamic_builder/planner.py
fr_cli/dynamic_builder/registry_manager.py
fr_cli/dynamic_builder/runner.py
fr_cli/gatekeeper/__init__.py
fr_cli/gatekeeper/daemon.py
fr_cli/gatekeeper/manager.py
fr_cli/lang/i18n.py
fr_cli/lang/translations/__init__.py
fr_cli/lang/translations/en.py
fr_cli/lang/translations/zh.py
fr_cli/memory/compress.py
fr_cli/memory/context.py
fr_cli/memory/history.py
fr_cli/memory/incremental.py
fr_cli/memory/resume.py
fr_cli/memory/session.py
fr_cli/repl/__init__.py
fr_cli/repl/actions.py
fr_cli/repl/batch.py
fr_cli/repl/bootstrap.py
fr_cli/repl/queue.py
fr_cli/repl/quick_actions.py
fr_cli/repl/router.py
fr_cli/repl/scenarios.py
fr_cli/repl/commands/__init__.py
fr_cli/repl/commands/_common.py
fr_cli/repl/commands/agent.py
fr_cli/repl/commands/base.py
fr_cli/repl/commands/build.py
fr_cli/repl/commands/cron.py
fr_cli/repl/commands/dataframe.py
fr_cli/repl/commands/dev.py
fr_cli/repl/commands/fs.py
fr_cli/repl/commands/mcp.py
fr_cli/repl/commands/ocr.py
fr_cli/repl/commands/rag.py
fr_cli/repl/commands/remote_agent.py
fr_cli/repl/commands/session.py
fr_cli/repl/commands/stock.py
fr_cli/repl/commands/system.py
fr_cli/repl/commands/config/__init__.py
fr_cli/repl/commands/config/key.py
fr_cli/repl/commands/config/misc.py
fr_cli/repl/commands/config/model.py
fr_cli/repl/commands/system/__init__.py
fr_cli/repl/commands/system/autostart.py
fr_cli/repl/commands/system/context.py
fr_cli/repl/commands/system/hermes_cmd.py
fr_cli/repl/commands/system/launcher.py
fr_cli/repl/commands/system/server.py
fr_cli/repl/commands/system/setup.py
fr_cli/repl/commands/system/status.py
fr_cli/security/permissions.py
fr_cli/security/policy.py
fr_cli/security/security.py
fr_cli/ui/banner.py
fr_cli/ui/buddha.py
fr_cli/ui/diff_view.py
fr_cli/ui/markdown.py
fr_cli/ui/markdown_stream.py
fr_cli/ui/ui.py
fr_cli/ui/prompt/__init__.py
fr_cli/ui/prompt/completer.py
fr_cli/ui/prompt/fallback.py
fr_cli/ui/prompt/status.py
fr_cli/ui/prompt/tui.py
fr_cli/v3/__init__.py
fr_cli/v3/compat/__init__.py
fr_cli/v3/core/__init__.py
fr_cli/v3/core/builtin_plugins.py
fr_cli/v3/core/container.py
fr_cli/v3/core/errors.py
fr_cli/v3/core/events.py
fr_cli/v3/core/lifecycle.py
fr_cli/v3/core/pipeline.py
fr_cli/v3/core/plugin.py
fr_cli/v3/core/provider.py
fr_cli/v3/examples/hello_plugin.py
fr_cli/weapon/bookmark.py
fr_cli/weapon/bookmark_rag.py
fr_cli/weapon/charts.py
fr_cli/weapon/cron.py
fr_cli/weapon/crypto.py
fr_cli/weapon/dataframe.py
fr_cli/weapon/defi.py
fr_cli/weapon/disk.py
fr_cli/weapon/fs.py
fr_cli/weapon/git_tools.py
fr_cli/weapon/launcher.py
fr_cli/weapon/loader.py
fr_cli/weapon/local_tts.py
fr_cli/weapon/m365.py
fr_cli/weapon/mail.py
fr_cli/weapon/network.py
fr_cli/weapon/notifier.py
fr_cli/weapon/ocr.py
fr_cli/weapon/ollama.py
fr_cli/weapon/remote.py
fr_cli/weapon/session_html.py
fr_cli/weapon/session_html_md.py
fr_cli/weapon/session_html_render.py
fr_cli/weapon/session_html_styles.py
fr_cli/weapon/session_to_ppt.py
fr_cli/weapon/skill_gist.py
fr_cli/weapon/vision.py
fr_cli/weapon/voice_input.py
fr_cli/weapon/web.py
fr_cli/weapon/worktree.py
fr_cli/weapon/worktree_cleanup.py
fr_cli/weapon/worktree_group.py
fr_cli/weapon/mcp/__init__.py
fr_cli/weapon/mcp/manager.py
fr_cli/weapon/mcp/manager_core.py
fr_cli/weapon/mcp/manager_invocation.py
fr_cli/weapon/mcp/manager_prompts.py
fr_cli/weapon/mcp/manager_resources.py
fr_cli/weapon/mcp/manager_servers.py
fr_cli/weapon/mcp/manager_tools.py
fr_cli/weapon/mcp/models.py
fr_cli/web/__init__.py
fr_cli/web/console/__init__.py
fr_cli/web/console/api_queries.py
fr_cli/web/console/events.py
fr_cli/web/console/handler.py
fr_cli/web/console/lifecycle.py
fr_cli/web/console/templates.py
tests/test_a2a_and_providers.py
tests/test_agent_create.py
tests/test_agent_manager_store.py
tests/test_agent_server.py
tests/test_ai_intent.py
tests/test_artifact_detector.py
tests/test_batch_mode.py
tests/test_bookmark.py
tests/test_builtin_tools.py
tests/test_charts.py
tests/test_console.py
tests/test_console_event_bridge.py
tests/test_console_sse.py
tests/test_context.py
tests/test_context_compress.py
tests/test_cron.py
tests/test_cron_persist.py
tests/test_cron_schedules.py
tests/test_crypto.py
tests/test_dataframe.py
tests/test_defi.py
tests/test_defi_chart.py
tests/test_diff_view.py
tests/test_dream.py
tests/test_dynamic_builder.py
tests/test_dynamic_builder_selftest.py
tests/test_event_auto_record.py
tests/test_events_dispatch.py
tests/test_events_integration.py
tests/test_fs.py
tests/test_gap_analyzer.py
tests/test_gatekeeper_store.py
tests/test_git_tools.py
tests/test_help_update.py
tests/test_hermes.py
tests/test_hermes_daemon.py
tests/test_hermes_demo.py
tests/test_hermes_manager.py
tests/test_hermes_memory.py
tests/test_hermes_subtasks.py
tests/test_history.py
tests/test_hooks.py
tests/test_i18n.py
tests/test_incremental.py
tests/test_integration_real.py
tests/test_json_store.py
tests/test_launch_flow.py
tests/test_local_tts.py
tests/test_m365_mail.py
tests/test_markdown_stream.py
tests/test_master_evolution.py
tests/test_master_prompt_fix.py
tests/test_mcp.py
tests/test_mcp_prompts.py
tests/test_mcp_real.py
tests/test_mcp_resources.py
tests/test_mcp_streamable.py
tests/test_memory_store.py
tests/test_metrics_plugin.py
tests/test_model_config.py
tests/test_multi_edit.py
tests/test_network.py
tests/test_new_providers.py
tests/test_no_color_prompt_toolkit.py
tests/test_notifier.py
tests/test_ocr.py
tests/test_ollama.py
tests/test_parallel.py
tests/test_permissions.py
tests/test_plan.py
tests/test_plan_mode.py
tests/test_plan_ui.py
tests/test_plan_undo.py
tests/test_plugin_exec.py
tests/test_project_memory.py
tests/test_prompt_completion.py
tests/test_rag.py
tests/test_rag_cache.py
tests/test_rag_persistent.py
tests/test_recommender.py
tests/test_remote.py
tests/test_repl_autostart.py
tests/test_repl_status.py
tests/test_result.py
tests/test_resume.py
tests/test_review_queue.py
tests/test_security.py
tests/test_security_autonomous.py
tests/test_session_html.py
tests/test_session_ppt.py
tests/test_skill_gist.py
tests/test_skills.py
tests/test_spider.py
tests/test_stock.py
tests/test_store.py
tests/test_swarm.py
tests/test_thinking.py
tests/test_tts_stream.py
tests/test_usage.py
tests/test_v3_container.py
tests/test_v3_events.py
tests/test_v3_lifecycle.py
tests/test_v3_provider_plugin.py
tests/test_vfs_diff.py
tests/test_voice.py
tests/test_voice_input.py
tests/test_web.py
tests/test_workflow.py
tests/test_worktree.py
tests/test_worktree_cleanup.py
tests/test_worktree_group.py