LICENSE
README.md
pyproject.toml
froggy/__init__.py
froggy/__main__.py
froggy/backends.py
froggy/cli.py
froggy/config.py
froggy/discovery.py
froggy/download.py
froggy/llmfit.py
froggy/models.py
froggy/paths.py
froggy/session.py
froggy/tool_executor.py
froggy/tool_parser.py
froggy/tool_selector.py
froggy/tools.py
froggy.egg-info/PKG-INFO
froggy.egg-info/SOURCES.txt
froggy.egg-info/dependency_links.txt
froggy.egg-info/entry_points.txt
froggy.egg-info/requires.txt
froggy.egg-info/top_level.txt
tests/test_backends.py
tests/test_cli_config.py
tests/test_cli_group.py
tests/test_cli_management.py
tests/test_commands.py
tests/test_config.py
tests/test_custom_tools.py
tests/test_discovery.py
tests/test_download.py
tests/test_llmfit.py
tests/test_mlx.py
tests/test_models.py
tests/test_ollama.py
tests/test_paths.py
tests/test_streaming.py
tests/test_tool_executor.py
tests/test_tool_integration.py
tests/test_tool_parser.py
tests/test_tool_safety.py
tests/test_tools.py
tests/test_vmlx.py