.env.example
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
.github/SECURITY.md
config/models.example.json
docs/CHANGELOG.md
docs/control-plane-api.md
src/llm_observer_proxy/__init__.py
src/llm_observer_proxy/default_models.json
src/llm_observer_proxy/history_callback.py
src/llm_observer_proxy/paths.py
src/llm_observer_proxy/pricing.py
src/llm_observer_proxy/server.py
src/llm_observer_proxy.egg-info/PKG-INFO
src/llm_observer_proxy.egg-info/SOURCES.txt
src/llm_observer_proxy.egg-info/dependency_links.txt
src/llm_observer_proxy.egg-info/entry_points.txt
src/llm_observer_proxy.egg-info/requires.txt
src/llm_observer_proxy.egg-info/top_level.txt
tests/test_integration_proxy.py
tests/test_llm_observer_proxy_history_callback.py
tests/test_llm_observer_proxy_server.py
tests/test_paths.py