PyPI project
adaptive-tools
4 indexed releases ยท newest sdist 0.1.2 with 38 indexed members
Files in 0.1.2 adaptive_tools-0.1.2.tar.gz
- examples/agno_example.py
- examples/basic_usage.py
- examples/langgraph_example.py
- examples/litellm_example.py
- examples/openai_agents_example.py
- src/atr/__init__.py
- src/atr/adapters/__init__.py
- src/atr/adapters/agno.py
- src/atr/adapters/base.py
- src/atr/adapters/langchain.py
- src/atr/adapters/litellm.py
- src/atr/adapters/mcp.py
- src/atr/adapters/openai.py
- src/atr/core/__init__.py
- src/atr/core/exceptions.py
- src/atr/core/router.py
- src/atr/core/strategies.py
- src/atr/core/tool.py
- src/atr/llm/__init__.py
- src/atr/llm/anthropic.py
- src/atr/llm/base.py
- src/atr/llm/openai.py
- src/atr/llm/openrouter.py
- tests/__init__.py
- tests/conftest.py
- tests/test_adapters_agno.py
- tests/test_adapters_base.py
- tests/test_adapters_langchain.py
- tests/test_adapters_mcp.py
- tests/test_adapters_openai.py
- tests/test_core_router.py
- tests/test_core_strategies.py
- tests/test_core_tool.py
- tests/test_exceptions.py
- tests/test_integration_litellm.py
- tests/test_llm_adapters.py
- tests/test_llm_base.py
- tests/test_public_api.py