LICENSE
README.md
pyproject.toml
oraculAI.egg-info/PKG-INFO
oraculAI.egg-info/SOURCES.txt
oraculAI.egg-info/dependency_links.txt
oraculAI.egg-info/requires.txt
oraculAI.egg-info/top_level.txt
oraculum/__init__.py
oraculum/exceptions.py
oraculum/factory.py
oraculum/models.py
oraculum/oracle.py
oraculum/prayers.py
oraculum/config/__init__.py
oraculum/config/loader.py
oraculum/config/schema.py
oraculum/providers/__init__.py
oraculum/providers/anthropic.py
oraculum/providers/ollama.py
oraculum/providers/openai.py
oraculum/providers/openrouter.py
oraculum/providers/protocol.py
tests/test_models.py
tests/test_oracle.py
tests/test_prayers.py