LICENSE
README.md
pyproject.toml
src/agentfly/__init__.py
src/agentfly/main.py
src/agentfly.egg-info/PKG-INFO
src/agentfly.egg-info/SOURCES.txt
src/agentfly.egg-info/dependency_links.txt
src/agentfly.egg-info/entry_points.txt
src/agentfly.egg-info/requires.txt
src/agentfly.egg-info/top_level.txt
src/agentfly/agents/__init__.py
src/agentfly/agents/base.py
src/agentfly/agents/claude.py
src/agentfly/agents/cline.py
src/agentfly/agents/codex.py
src/agentfly/agents/configfile.py
src/agentfly/agents/droid.py
src/agentfly/agents/openclaw.py
src/agentfly/agents/opencode.py
src/agentfly/agents/pi.py
src/agentfly/agents/registry.py
src/agentfly/cli/__init__.py
src/agentfly/cli/_completion.py
src/agentfly/cli/doctor.py
src/agentfly/cli/launch.py
src/agentfly/cli/provider_cmd.py
src/agentfly/cli/test_cmd.py
src/agentfly/core/__init__.py
src/agentfly/core/config.py
src/agentfly/core/injector.py
src/agentfly/core/launcher.py
src/agentfly/core/resolver.py
src/agentfly/models/__init__.py
src/agentfly/models/schema.py
src/agentfly/models/types.py
src/agentfly/providers/__init__.py
src/agentfly/providers/anthropic.py
src/agentfly/providers/base.py
src/agentfly/providers/custom.py
src/agentfly/providers/deepseek.py
src/agentfly/providers/manager.py
src/agentfly/providers/openai.py
src/agentfly/providers/registry.py
tests/test_config.py
tests/test_doctor.py
tests/test_launch_cmd.py
tests/test_launcher.py
tests/test_main.py
tests/test_provider.py
tests/test_provider_base.py
tests/test_provider_cmd.py
tests/test_provider_cmd_flows.py
tests/test_provider_network.py
tests/test_registry.py
tests/test_resolver.py
tests/test_test_cmd.py