LICENSE
README.md
pyproject.toml
src/socrates_nexus/__init__.py
src/socrates_nexus/async_client.py
src/socrates_nexus/client.py
src/socrates_nexus/deduplication.py
src/socrates_nexus/documentation.py
src/socrates_nexus/exceptions.py
src/socrates_nexus/models.py
src/socrates_nexus/performance.py
src/socrates_nexus/retry.py
src/socrates_nexus/streaming.py
src/socrates_nexus/vision.py
src/socrates_nexus/integrations/__init__.py
src/socrates_nexus/integrations/langchain/__init__.py
src/socrates_nexus/integrations/langchain/llm.py
src/socrates_nexus/integrations/openclaw/__init__.py
src/socrates_nexus/integrations/openclaw/skill.py
src/socrates_nexus/providers/__init__.py
src/socrates_nexus/providers/anthropic.py
src/socrates_nexus/providers/base.py
src/socrates_nexus/providers/google.py
src/socrates_nexus/providers/ollama.py
src/socrates_nexus/providers/openai.py
src/socrates_nexus/utils/__init__.py
src/socrates_nexus/utils/cache.py
src/socrates_nexus/utils/images.py
src/socratic_nexus.egg-info/PKG-INFO
src/socratic_nexus.egg-info/SOURCES.txt
src/socratic_nexus.egg-info/dependency_links.txt
src/socratic_nexus.egg-info/requires.txt
src/socratic_nexus.egg-info/top_level.txt
tests/test_async_client.py
tests/test_cache.py
tests/test_client.py
tests/test_client_integration.py
tests/test_deduplication.py
tests/test_documentation.py
tests/test_edge_cases.py
tests/test_exceptions.py
tests/test_integration.py
tests/test_integrations_langchain.py
tests/test_integrations_openclaw.py
tests/test_models.py
tests/test_retry.py
tests/test_streaming.py
tests/test_vision.py
tests/test_vision_and_tools.py