v0.0.3 2024-11-19
What's Changed
- uprev uv and distribute examples by @samuelcolvin in #27
- chat app example by @samuelcolvin in #28
- rename and split
shared.py
by @samuelcolvin in #29 - tweak chat app by @samuelcolvin in #30
- Streamed responses by @samuelcolvin in #31
- Stream improvements by @samuelcolvin in #33
- Rename
ToolCall
toStructured
in most places by @samuelcolvin in #34 - Remove agent error by @samuelcolvin in #35
- revert to
ResultData
, rename method/attributes appropriately by @samuelcolvin in #36 - Documentation by @samuelcolvin in #37
- further docs improvements by @samuelcolvin in #38
- remove
Either
from_handle_model_response
and_handle_streamed_model_response
by @samuelcolvin in #39 - Change
Agent
initialization to take deps type, not deps by @samuelcolvin in #40 - allow overriding deps, e.g. in testing by @samuelcolvin in #41
- Gemini coverage and other tweaks by @samuelcolvin in #42
- Docs insiders by @samuelcolvin in #43
- Examples in docs by @samuelcolvin in #44
- adding logo by @samuelcolvin in #45
- add docs stubs by @samuelcolvin in #46
- docs social cards and cleanup by @samuelcolvin in #47
- add streaming to chat app by @samuelcolvin in #48
- test against real models by @samuelcolvin in #49
- Better test functionality by @samuelcolvin in #50
- Smokeshow coverage by @samuelcolvin in #52
- Concepts docs by @samuelcolvin in #51
- Pytest examples by @samuelcolvin in #53
- Agent docs by @samuelcolvin in #54
- fix header images by @samuelcolvin in #55
- remove top menu by @samuelcolvin in #56
- Try to fix menu by @samuelcolvin in #57
- fixing agent docs and refactoring retriever return types by @samuelcolvin in #60
- add UA to requests by @samuelcolvin in #61
- Add back api docs by @samuelcolvin in #62
- New intro by @samuelcolvin in #64
Full Changelog: v0.0.2...v0.0.3