LICENSE
README_PYPI.md
pyproject.toml
url4/__init__.py
url4/__main__.py
url4/cache.py
url4/council.py
url4/estimator.py
url4/orchestrator.py
url4/parser.py
url4/streaming.py
url4/synthesis.py
url4.egg-info/PKG-INFO
url4.egg-info/SOURCES.txt
url4.egg-info/dependency_links.txt
url4.egg-info/entry_points.txt
url4.egg-info/requires.txt
url4.egg-info/top_level.txt
url4/adapters/__init__.py
url4/adapters/anthropic.py
url4/adapters/base.py
url4/adapters/claude_code.py
url4/adapters/ollama.py
url4/adapters/openai.py
url4/adapters/registry.py
url4/data/models.json
url4/eval/__init__.py
url4/eval/harness.py
url4/eval/hle.py
url4/eval/import_cache.py
url4/eval/judge.py
url4/tests/__init__.py
url4/tests/test_adapters.py
url4/tests/test_cache.py
url4/tests/test_claude_code.py
url4/tests/test_cli.py
url4/tests/test_estimator.py
url4/tests/test_eval.py
url4/tests/test_nested_councils.py
url4/tests/test_orchestrator.py
url4/tests/test_parser.py
url4/tests/test_progressive.py
url4/tests/test_streaming.py
url4/tests/test_synthesis.py