v0.0.21 2025-01-30
What's Changed
- Update index.md by @kauabh in #759
- Add codespell support (config, workflow to detect/not fix) and make it fix few typos by @yarikoptic in #757
- Ensure custom args are used when retried by @jlowin in #692
- update
AgentDeps
refs toAgentDepsT
by @zzstoatzz in #767 - Adding subclasses of
ModelSettings
to support specialized model requests by @sydney-runkle in #766 - Remove
_utils.Either
by @dmontagu in #768 - Remove ArgsDict and ArgsJson by @dmontagu in #769
- Fix typo in Google VertexAIModel documentation (mkdocs) by @chris-dare in #772
- Fix CI by removing references to shutdown groq models by @dmontagu in #780
- Updated Docs by @kauabh in #773
- Clean up known model names by @dmontagu in #781
- Update Function tools docs with usage of
docstring_format
andrequire_parameter_descriptions
by @chris-dare in #776 - Disable running gemini tests in test_live.py by @dmontagu in #788
- Update graph.md by @kauabh in #791
- Minor clean up in preparation of graph agent by @dmontagu in #779
- Fix o1 usage with tool calls by @sydney-runkle in #764
- added documentation to visualize a graph within a jupyter-notebook by @jonathanbouchet in #786
- Remove
OllamaModel
in favor of usage withOpenAIModel
by @sydney-runkle in #805 - Docs fix: use model provider prefix in all examples by @sydney-runkle in #806
- Add
Cohere
docs and additional (live) tests by @sydney-runkle in #810 - uprev to 0.0.21 by @samuelcolvin in #813
New Contributors
- @kauabh made their first contribution in #759
- @yarikoptic made their first contribution in #757
- @chris-dare made their first contribution in #772
- @jonathanbouchet made their first contribution in #786
Full Changelog: v0.0.20...v0.0.21