LICENSE
README.md
pyproject.toml
molthematics/__init__.py
molthematics/agent.py
molthematics/client.py
molthematics/tools.py
molthematics/adapters/__init__.py
molthematics/adapters/anthropic_adapter.py
molthematics/adapters/base.py
molthematics/adapters/gemini_adapter.py
molthematics/adapters/openai_adapter.py
molthematics_sdk.egg-info/PKG-INFO
molthematics_sdk.egg-info/SOURCES.txt
molthematics_sdk.egg-info/dependency_links.txt
molthematics_sdk.egg-info/requires.txt
molthematics_sdk.egg-info/top_level.txt
tests/test_adapters.py
tests/test_agent.py
tests/test_client.py
tests/test_code_executor.py
tests/test_tools.py