Releases: Mirascope/mirascope
Releases · Mirascope/mirascope
v1.1.2
What's Changed
- docs: added new web search agent, cookbook, and eval cookbook by @brenkao in #460
- Fix cohere with response_model by @koxudaxi in #464
- Fixed missing tool from AnthropicCallResponse by @koxudaxi in #465
- Fix: remove
type: ignore
by @koxudaxi in #459 - Fix refusal backwards compat issue by @willbakst in #466
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Add warnings by @willbakst in #458
- fix: issue with
BaseCallKwargs
typing by @willbakst in #463
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- chore: updated sql agent example and added tests by @brenkao in #450
- feat: anthropic prompt caching by @willbakst in #456
- fix: setup_call type by @koxudaxi in #449
- feat: openai structured outputs by @willbakst in #457
Full Changelog: v1.0.6...v1.1.0
v1.0.6
v1.0.5
v1.0.4
v1.0.3
What's Changed
- fix: Apply ruff ANN rule by @koxudaxi in #445
- Fix pydantic version by @willbakst in #448
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- docs: update theme, logo, and migration guide by @willbakst in #431
- docs: typo and missing args in docstring by @koxudaxi in #430
- docs: update migration guide re: statelessness by @willbakst in #434
- fix: ruff target python version to py310 by @koxudaxi in #435
- fix: avoid unnecessary function definitions by @koxudaxi in #436
- fix: ignore overload in coverage by @koxudaxi in #437
- fix: remove
# pragma: no cover
from all abstractmethod by @koxudaxi in #438 - switch from poetry to uv and add pre-commit hooks by @willbakst in #439
- Add ruff rules by @willbakst in #442
- docs: update setup guide for uv by @koxudaxi in #440
- docs: update response models docs to have few-shot examples section by @willbakst in #443
- docs: add built-in types section to response models docs by @willbakst in #444
- added langgraph quickstart mirascope version by @brenkao in #441
- docs: update response model docs and fix a few issues here and there by @willbakst in #446
- fix: issue with getting kwargs with model_dump by @willbakst in #447
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- fix: structured streaming + json mode bug (and a typo) by @willbakst in #429
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Add ToolKit for new interface by @koxudaxi in #340
- Learn: philosophy by @brianpark0126 in #343
- added initial work to fix/clean up tool streaming by @brenkao in #346
- fix: tools (sync vs. async) + streaming (cost tracking and linting) by @willbakst in #351
- feat: beta rag by @brenkao in #352
- Multimodal Support by @willbakst in #353
- Structured streaming updates by @willbakst in #354
- Multimodal audio support by @willbakst in #355
- Test
mirascope.core.base
: 100% coverages by @willbakst in #357 - Test core openai by @willbakst in #358
- fixed pyright errors and reorganized integrations, and added tests for integrations by @brenkao in #356
- Anthropic tests by @brenkao in #360
- fix: add test openai api key so client creation doesn't fail by @willbakst in #361
- tests: gemini and updates call_response and call_response_chunk interfaces to remain consistent across providers by @willbakst in #362
- Update message params + LiteLLM updates by @willbakst in #363
- Cohere tests by @brenkao in #364
- Remaining Core Tests For 100% Coverage by @willbakst in #365
- Minor BaseTool (and corresponding provider tool) updates by @willbakst in #366
- fix: remaining issues with imports, ensuring that optional imports are truly optional by @willbakst in #367
- Mistral cost tracking update by @willbakst in #368
- Readme updates by @willbakst in #369
- fix: issue with gemini returning a proto object for lists when using tools by @willbakst in #370
- Further test prompt template parser by @willbakst in #373
- Initial cookbook templates by @willbakst in #375
- Construct call response from Stream by @brenkao in #374
- Blog writing agent recipe by @willbakst in #377
- fixed some bugs and finalized logfire by @brenkao in #378
- fix: attempt 1 at fixing workflows so they can act as checks by @willbakst in #379
- Beta openai structured outputs by @willbakst in #381
- Documentation by @willbakst in #382
- chore: adding inital finalized chaining examples for review by @brianpark0126 in #376
- updated tenacity integration by @brenkao in #380
- docs: update text classification cookbook recipe by @willbakst in #384
- added pdf extraction cookbook by @brenkao in #383
- added web scraping cookbook by @brenkao in #385
- Documentation by @willbakst in #389
- docs: streams by @willbakst in #391
- docs: tools by @willbakst in #392
- docs: dynamic configuration by @willbakst in #394
- docs: chaining by @willbakst in #395
- docs: json mode by @willbakst in #396
- docs: response model by @willbakst in #397
- docs: output parsers by @willbakst in #398
- docs: evals by @willbakst in #399
- docs: async by @willbakst in #400
- docs: agents + random fixes by @willbakst in #401
- docs: learn index by @willbakst in #402
- Documentation by @willbakst in #403
- added knowledge graph cookbook by @brenkao in #390
- Documentation by @willbakst in #404
- docs: tenacity by @willbakst in #406
- docs: finalize existing integration docs and examples by @willbakst in #407
- docs: help and contributing finalization by @willbakst in #408
- docs: get started guide + changelog + litellm minor fix by @willbakst in #409
- chore: update poetry lock by @willbakst in #411
- fix: BasePrompt not working with additional decorators by @willbakst in #413
- added extraction using vision by @brenkao in #412
- added code generation by @brenkao in #405
- fix typing for integration decorators outfacing by @brenkao in #415
- docs: API Reference by @willbakst in #416
- docs: learn <-> api reference linking + improvements by @willbakst in #419
- added query plan by @brenkao in #420
- added pii scrubbing by @brenkao in #414
- added document segmentation cookbook by @brenkao in #417
- removed semantic duplicates by @brenkao in #421
- added support ticket routing by @brenkao in #418
- added speech transcription by @brenkao in #422
- made updates to docs by @brenkao in #423
- V1 by @willbakst in #425
New Contributors
Full Changelog: v0.18.3...v1.0.0