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/a2a.py
fr_cli/agent/acp.py
fr_cli/agent/artifact_detector.py
fr_cli/agent/client.py
fr_cli/agent/coding_helper.py
fr_cli/agent/context_files.py
fr_cli/agent/executor.py
fr_cli/agent/gateway.py
fr_cli/agent/generator.py
fr_cli/agent/hermes.py
fr_cli/agent/hermes_daemon.py
fr_cli/agent/image_and_parallel.py
fr_cli/agent/manager.py
fr_cli/agent/master.py
fr_cli/agent/master_prompt.py
fr_cli/agent/personality.py
fr_cli/agent/plugin_system.py
fr_cli/agent/remote.py
fr_cli/agent/server.py
fr_cli/agent/shell_mode.py
fr_cli/agent/skills.py
fr_cli/agent/workflow.py
fr_cli/agent/workflow_system.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/powerful_agent_template.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/spider.py
fr_cli/agent/workflow_system/__init__.py
fr_cli/agent/workflow_system/engine.py
fr_cli/agent/workflow_system/executor.py
fr_cli/agent/workflow_system/manager.py
fr_cli/agent/workflow_system/models.py
fr_cli/agent/workflow_system/monitor.py
fr_cli/agent/workflow_system/tools.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/handlers/__init__.py
fr_cli/command/handlers/agent.py
fr_cli/command/handlers/app.py
fr_cli/command/handlers/config.py
fr_cli/command/handlers/cron.py
fr_cli/command/handlers/dataframe.py
fr_cli/command/handlers/disk.py
fr_cli/command/handlers/fs.py
fr_cli/command/handlers/mail.py
fr_cli/command/handlers/mcp.py
fr_cli/command/handlers/other.py
fr_cli/command/handlers/session.py
fr_cli/command/handlers/system.py
fr_cli/command/handlers/vision.py
fr_cli/command/handlers/web.py
fr_cli/command/registered/agent_data_mcp.py
fr_cli/command/registered/fs.py
fr_cli/command/registered/image.py
fr_cli/command/registered/main_routes.py
fr_cli/command/registered/services.py
fr_cli/command/registered/session_config.py
fr_cli/command/registered/web.py
fr_cli/conf/__init__.py
fr_cli/conf/config.py
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/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/stream.py
fr_cli/core/sysmon.py
fr_cli/core/thinking.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/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/bootstrap.py
fr_cli/repl/commands.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/config.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/rag.py
fr_cli/repl/commands/remote_agent.py
fr_cli/repl/commands/session.py
fr_cli/repl/commands/system.py
fr_cli/security/security.py
fr_cli/ui/banner.py
fr_cli/ui/buddha.py
fr_cli/ui/prompt.py
fr_cli/ui/splash.py
fr_cli/ui/ui.py
fr_cli/ui/web_config.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/mail.py
fr_cli/weapon/mcp.py
fr_cli/weapon/vision.py
fr_cli/weapon/web.py
tests/test_a2a_and_providers.py
tests/test_integration_real.py
tests/test_master_prompt_fix.py
tests/test_model_config.py
tests/test_new_features.py
tests/test_new_providers.py