LICENSE
README.md
pyproject.toml
src/owo/__init__.py
src/owo/_heuristic.py
src/owo/_prompt.py
src/owo/py.typed
src/owo/result.py
src/owo/schema.py
src/owo/eval/__init__.py
src/owo/eval/__main__.py
src/owo/eval/fixtures/balance_en.yaml
src/owo/eval/fixtures/balance_ha.yaml
src/owo/eval/fixtures/balance_ig.yaml
src/owo/eval/fixtures/balance_pcm.yaml
src/owo/eval/fixtures/balance_yo.yaml
src/owo/eval/fixtures/bill_pay.yaml
src/owo/eval/fixtures/buy_airtime.yaml
src/owo/eval/fixtures/buy_data.yaml
src/owo/eval/fixtures/crypto_sell.yaml
src/owo/eval/fixtures/edge_cases.yaml
src/owo/eval/fixtures/fallback_unknown.yaml
src/owo/eval/fixtures/transfer_en_extended.yaml
src/owo/eval/fixtures/transfer_en_missing_amount.yaml
src/owo/eval/fixtures/transfer_en_sample.yaml
src/owo/eval/fixtures/transfer_ha.yaml
src/owo/eval/fixtures/transfer_ig.yaml
src/owo/eval/fixtures/transfer_pcm.yaml
src/owo/eval/fixtures/transfer_yo.yaml
src/owo/providers/__init__.py
src/owo/providers/anthropic.py
src/owo/providers/openai.py
src/owo/providers/openrouter.py
src/owo_parse.egg-info/PKG-INFO
src/owo_parse.egg-info/SOURCES.txt
src/owo_parse.egg-info/dependency_links.txt
src/owo_parse.egg-info/requires.txt
src/owo_parse.egg-info/top_level.txt
tests/test_parse.py
tests/test_providers.py