LICENSE
README.md
pyproject.toml
firehorse/__init__.py
firehorse/cli.py
firehorse/config.py
firehorse/orchestrator.py
firehorse/providers.py
firehorse/results.py
firehorse/trial.py
firehorse/agents/__init__.py
firehorse/agents/base.py
firehorse/agents/claude_code.py
firehorse/agents/codex.py
firehorse/agents/gemini.py
firehorse/agents/react.py
firehorse/agents/resum/__init__.py
firehorse/agents/resum/agent.py
firehorse/agents/resum/compaction.py
firehorse/agents/resum/providers/__init__.py
firehorse/agents/resum/providers/anthropic_provider.py
firehorse/agents/resum/providers/base.py
firehorse/agents/resum/providers/google_provider.py
firehorse/agents/resum/providers/openai_provider.py
firehorse/agents/resum/providers/openrouter_provider.py
firehorse/mcp/__init__.py
firehorse/mcp/__main__.py
firehorse/mcp/bridge.py
firehorse/mcp/builtin_descriptions.py
firehorse/mcp/codex_descriptions.py
firehorse/mcp/convert.py
firehorse_cli.egg-info/PKG-INFO
firehorse_cli.egg-info/SOURCES.txt
firehorse_cli.egg-info/dependency_links.txt
firehorse_cli.egg-info/entry_points.txt
firehorse_cli.egg-info/requires.txt
firehorse_cli.egg-info/top_level.txt
tests/test_builtin_descriptions.py
tests/test_claude_code.py
tests/test_claude_code_integration.py
tests/test_codex.py
tests/test_codex_integration.py
tests/test_convert.py
tests/test_gemini.py
tests/test_react.py
tests/test_resum.py
tests/test_resum_integration.py
tests/test_trial.py