CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
config_examples/claude_chat_config.json
config_examples/gemini_chat_config.json
config_examples/openai_chat_config.json
config_examples/openrouter_chat_config.json
examples/all_providers.py
examples/basic_usage.py
examples/langfuse_example.py
src/hyperdev/__init__.py
src/hyperdev.egg-info/PKG-INFO
src/hyperdev.egg-info/SOURCES.txt
src/hyperdev.egg-info/dependency_links.txt
src/hyperdev.egg-info/requires.txt
src/hyperdev.egg-info/top_level.txt
src/hyperdev/llmrouter/__init__.py
src/hyperdev/llmrouter/chat_stream.py
src/hyperdev/llmrouter/config.py
src/hyperdev/llmrouter/enums.py
src/hyperdev/llmrouter/exceptions.py
src/hyperdev/llmrouter/types.py
src/hyperdev/llmrouter/utils.py
src/hyperdev/llmrouter/integrations/__init__.py
src/hyperdev/llmrouter/integrations/langfuse.py
src/hyperdev/llmrouter/providers/__init__.py
src/hyperdev/llmrouter/providers/base.py
src/hyperdev/llmrouter/providers/claude.py
src/hyperdev/llmrouter/providers/gemini.py
src/hyperdev/llmrouter/providers/openai.py
src/hyperdev/llmrouter/providers/openrouter.py