arcade-mcp/arcade/tests/tool
Sam Partee 28fe56cfc1
MyPy Compliant (#5)
MyPy compliance for the whole codebase

- systematic way of executing tools (`executor.py`)
- support for using pydantic models in tool inputs and outputs
- mypy compliance (most of the changes)
- removal of unused code (from previous iterations)

Co-authored-by: Nate Barbettini <nate@arcade-ai.com>
2024-07-16 17:01:38 -07:00
..
test_create_tool_definition.py MyPy Compliant (#5) 2024-07-16 17:01:38 -07:00
test_create_tool_definition_errors.py MyPy Compliant (#5) 2024-07-16 17:01:38 -07:00
test_create_tool_definition_pydantic.py MyPy Compliant (#5) 2024-07-16 17:01:38 -07:00
test_create_tool_definition_pydantic_errors.py MyPy Compliant (#5) 2024-07-16 17:01:38 -07:00