LICENSE
README.md
pyproject.toml
fluxlite/__init__.py
fluxlite/__main__.py
fluxlite/app.py
fluxlite/commands.py
fluxlite/config.py
fluxlite/console.py
fluxlite/context.py
fluxlite/i18n.py
fluxlite/main.py
fluxlite/mcp_client.py
fluxlite/memory.py
fluxlite/plugin_api.py
fluxlite/plugin_manager.py
fluxlite/profile.py
fluxlite/startup.py
fluxlite/styles.py
fluxlite/wizard.py
fluxlite.egg-info/PKG-INFO
fluxlite.egg-info/SOURCES.txt
fluxlite.egg-info/dependency_links.txt
fluxlite.egg-info/entry_points.txt
fluxlite.egg-info/requires.txt
fluxlite.egg-info/top_level.txt
fluxlite/provider/__init__.py
fluxlite/provider/anthropic.py
fluxlite/provider/base.py
fluxlite/provider/openai_compat.py
fluxlite/tools/__init__.py
fluxlite/tools/browser.py
fluxlite/tools/code_exec.py
fluxlite/tools/code_search.py
fluxlite/tools/file_ops.py
fluxlite/tools/git_ops.py
fluxlite/tools/hooks.py
fluxlite/tools/network.py
fluxlite/tools/planner.py
fluxlite/tools/registry.py
fluxlite/tools/sandbox.py
fluxlite/tools/subagent.py
fluxlite/tools/terminal.py
fluxlite/tools/test_runner.py
fluxlite/tools/web_search.py
tests/test_config.py
tests/test_context.py
tests/test_file_ops.py
tests/test_memory.py
tests/test_provider.py
tests/test_registry.py