Commits
Click on a commit to change the comparison rangechore: ignore `.worktrees/` directory18 days ago
by sydney-runkle chore(core): fix lint and format errors from schema refactor18 days ago
by sydney-runkle fix(core): resolve annotations via `get_type_hints` and guard `issubclass` in `create_schema_from_function`18 days ago
by sydney-runkle fix(core): use non-string `cast` to fix mypy `no-any-return` in `create_schema_from_function`18 days ago
by sydney-runkle fix(core): add quotes to `cast` to satisfy ruff TC00618 days ago
by sydney-runkle chore(core): move test imports to top-level to satisfy ruff PLC041518 days ago
by sydney-runkle feat(core): introduce `ToolSchema` as root schema cache; replace TypedDict conversion with `TypeAdapter` (#37103)17 days ago
by sydney-runkle