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/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/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/remote.py
fr_cli/agent/review_queue.py
fr_cli/agent/server.py
fr_cli/agent/shell_mode.py
fr_cli/agent/swarm.py
fr_cli/agent/swarm_resolver.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_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/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/executor.py
fr_cli/command/registry.py
fr_cli/command/security.py
fr_cli/command/registered/agent_data_mcp.py
fr_cli/command/registered/charts.py
fr_cli/command/registered/dynamic_build.py
fr_cli/command/registered/fs.py
fr_cli/command/registered/image.py
fr_cli/command/registered/main_routes.py
fr_cli/command/registered/network.py
fr_cli/command/registered/ocr.py
fr_cli/command/registered/remote.py
fr_cli/command/registered/services.py
fr_cli/command/registered/session_config.py
fr_cli/command/registered/swarm.py
fr_cli/command/registered/web.py
fr_cli/conf/__init__.py
fr_cli/conf/config.py
fr_cli/conf/default_models.yaml
fr_cli/conf/paths.py
fr_cli/conf/wizard.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/intent.py
fr_cli/core/llm.py
fr_cli/core/model_factory.py
fr_cli/core/optimizations.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/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/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/policy.py
fr_cli/security/security.py
fr_cli/ui/banner.py
fr_cli/ui/buddha.py
fr_cli/ui/markdown.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/weapon/charts.py
fr_cli/weapon/cron.py
fr_cli/weapon/dataframe.py
fr_cli/weapon/disk.py
fr_cli/weapon/fs.py
fr_cli/weapon/launcher.py
fr_cli/weapon/loader.py
fr_cli/weapon/m365.py
fr_cli/weapon/mail.py
fr_cli/weapon/mcp.py
fr_cli/weapon/network.py
fr_cli/weapon/ocr.py
fr_cli/weapon/remote.py
fr_cli/weapon/vision.py
fr_cli/weapon/web.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_artifact_detector.py
tests/test_batch_mode.py
tests/test_builtin_tools.py
tests/test_charts.py
tests/test_context_compress.py
tests/test_cron_persist.py
tests/test_dynamic_builder.py
tests/test_dynamic_builder_selftest.py
tests/test_gap_analyzer.py
tests/test_gatekeeper_store.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_integration_real.py
tests/test_json_store.py
tests/test_m365_mail.py
tests/test_master_evolution.py
tests/test_master_prompt_fix.py
tests/test_mcp_real.py
tests/test_memory_store.py
tests/test_model_config.py
tests/test_new_providers.py
tests/test_no_color_prompt_toolkit.py
tests/test_ocr.py
tests/test_plan.py
tests/test_plugin_exec.py
tests/test_prompt_completion.py
tests/test_repl_autostart.py
tests/test_repl_status.py
tests/test_result.py
tests/test_review_queue.py
tests/test_security.py
tests/test_security_autonomous.py
tests/test_stock.py
tests/test_swarm.py
tests/test_usage.py
tests/test_vfs_diff.py
tests/test_workflow.py