Mirascope

Latest version: v1.22.2

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 26

1.4.0

What's Changed
* feat: Support FromCallArgs to pass function args to response_model by koxudaxi in https://github.com/Mirascope/mirascope/pull/593
* feat: Support AWS Bedrock by koxudaxi in https://github.com/Mirascope/mirascope/pull/606
* Add Bedrock examples by koxudaxi in https://github.com/Mirascope/mirascope/pull/611
* fix: broken links in tutorials by willbakst in https://github.com/Mirascope/mirascope/pull/615
* Improve type safety for client arguments in setup_call functions by koxudaxi in https://github.com/Mirascope/mirascope/pull/607

1.3.1

What's Changed
* fix: broken link, typos, updated some sentences by brenkao in https://github.com/Mirascope/mirascope/pull/604
* fix: broken link by brenkao in https://github.com/Mirascope/mirascope/pull/605
* update openai costs 2024-08-06 by c2keesey in https://github.com/Mirascope/mirascope/pull/608
* docs: implement community feedback on call/tools sections by willbakst in https://github.com/Mirascope/mirascope/pull/609

New Contributors
* c2keesey made their first contribution in https://github.com/Mirascope/mirascope/pull/608

**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.3.0...v1.3.1

1.3.0

What's Changed
* feat: add message parameter aliases and update docs / examples etc. by willbakst in https://github.com/Mirascope/mirascope/pull/471
* Improve prompt decorator return type by koxudaxi in https://github.com/Mirascope/mirascope/pull/476
* docs: Add quickstart notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/475
* chore: add _model to decorated functions for access from definition by willbakst in https://github.com/Mirascope/mirascope/pull/482
* fix: header in evaluating documentation agent by brenkao in https://github.com/Mirascope/mirascope/pull/483
* docs: Add evaluation.ipynb by koxudaxi in https://github.com/Mirascope/mirascope/pull/481
* docs: Add dynamic_config_and_chaining.ipynb by koxudaxi in https://github.com/Mirascope/mirascope/pull/478
* docs: Add tools_and_agents.ipynb by koxudaxi in https://github.com/Mirascope/mirascope/pull/480
* docs: Improve WHY document by koxudaxi in https://github.com/Mirascope/mirascope/pull/484
* docs: Improve index.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/485
* docs: Improve provider_specific_features.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/486
* fix: enable additional call arguments when defining tools without a type error by willbakst in https://github.com/Mirascope/mirascope/pull/495
* docs: Improve prompts.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/487
* fix: missing quotation mark by willbakst in https://github.com/Mirascope/mirascope/pull/498
* fix: typo in output parser code example in readme by willbakst in https://github.com/Mirascope/mirascope/pull/500
* feat: add bedrock and vertex models to Anthropic cost mapping by ramon-prieto in https://github.com/Mirascope/mirascope/pull/504
* docs: Improve json_mode.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/497
* docs: Improve async.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/502
* feat: Implement flexible prompt engineering support by koxudaxi in https://github.com/Mirascope/mirascope/pull/492
* docs: Improve calls.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/488
* docs: Improve streams.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/499
* docs: Improve response_models.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/503
* Added basic NER using prompt engineering by KTS-o7 in https://github.com/Mirascope/mirascope/pull/489
* docs: Improve tools.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/507
* docs: Improve chaining.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/508
* docs: Improve agents.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/509
* docs: Improve output_parsers.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/505
* docs: Improve evals.md by koxudaxi in https://github.com/Mirascope/mirascope/pull/506
* docs: Use external python files in cookbook markdown by koxudaxi in https://github.com/Mirascope/mirascope/pull/510
* docs: Fix invalid API doc links in Learn docs by koxudaxi in https://github.com/Mirascope/mirascope/pull/511
* docs: update getting started docs landing page by willbakst in https://github.com/Mirascope/mirascope/pull/512
* fix: broken links by brenkao in https://github.com/Mirascope/mirascope/pull/514
* Update learn docs by willbakst in https://github.com/Mirascope/mirascope/pull/516
* support for `data:` and `file://` image uri schemes by jimkring in https://github.com/Mirascope/mirascope/pull/517
* docs: fix typo and added extra section by brenkao in https://github.com/Mirascope/mirascope/pull/518
* Update calls docs by willbakst in https://github.com/Mirascope/mirascope/pull/520
* docs: update streams documentation by willbakst in https://github.com/Mirascope/mirascope/pull/525
* docs: update getting started notebooks by willbakst in https://github.com/Mirascope/mirascope/pull/526
* Update chaining docs by willbakst in https://github.com/Mirascope/mirascope/pull/527
* fix: grammar and some sentences by brenkao in https://github.com/Mirascope/mirascope/pull/528
* docs: update response models and a bunch of other stuff by willbakst in https://github.com/Mirascope/mirascope/pull/529
* docs: added section on _response by brenkao in https://github.com/Mirascope/mirascope/pull/530
* docs: Convert text_classification.md to text_classification.ipynb by koxudaxi in https://github.com/Mirascope/mirascope/pull/532
* docs: Convert text_summarization markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/534
* docs: Convert text_translation markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/535
* docs: Convert support_ticket_routing markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/536
* docs: Convert speech_transcription markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/537
* docs: Convert search_with_sources markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/538
* docs: Convert named_entity_recognition markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/542
* docs: Convert removing_semantic_duplicates markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/539
* docs: Convert query_plan markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/540
* docs: Convert pii_scrubbing markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/541
* docs: Convert knowledge_graph markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/544
* docs: Convert generating_synthetic_data markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/545
* docs: Convert llm_validation_with_retries markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/543
* docs: Convert generating_captions markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/546
* docs: Convert extraction_using_vision markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/547
* docs: Convert extract_from_pdf markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/548
* docs: Convert document_segmentation markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/549
* docs: Convert code_generation_and_execution markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/550
* docs: Convert prompt_engineering markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/551
* docs: Convert langgraph_vs_mirascope markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/552
* docs: Convert evals markdown to notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/553
* chore: move cookbooks into tutorials by willbakst in https://github.com/Mirascope/mirascope/pull/555
* docs: update json mode section by willbakst in https://github.com/Mirascope/mirascope/pull/558
* docs: Add decomposed_prompting notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/557
* docs: Add diverse notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/560
* docs: Add least_to_most notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/561
* docs: update output parsers section by willbakst in https://github.com/Mirascope/mirascope/pull/569
* docs: async section updates by willbakst in https://github.com/Mirascope/mirascope/pull/574
* docs: update tools section by willbakst in https://github.com/Mirascope/mirascope/pull/585
* fix: mkdocs yml comments from dev by willbakst in https://github.com/Mirascope/mirascope/pull/586
* docs: Add chain_of_verification notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/556
* docs: Add demonstration_ensembling notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/559
* docs: Add mixture_of_reasoning notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/562
* docs: Add prompt_paraphrasing notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/563
* docs: Add reverse_chain_of_thought notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/564
* docs: Add self_consistency notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/565
* docs: Add self_refine notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/566
* docs: Add self_verification notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/567
* docs: Add sim_to_m notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/568
* docs: Add skeleton_of_thought notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/570
* docs: Add step_back notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/571
* docs: Add system_to_attention notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/572
* Add role prompting notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/576
* docs: Add common_phrases notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/575
* docs: Add rephrase_and_respond notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/577
* docs: Add emotion_prompting notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/578
* docs: Add rereading notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/579
* docs: Add thread_of_thought notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/580
* docs: Add chain_of_thought notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/581
* docs: Add tabular_chain_of_thought notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/582
* docs: Add contrastive_chain_of_thought notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/583
* docs: Add plan_and_solve notebook by koxudaxi in https://github.com/Mirascope/mirascope/pull/584
* fix: langfuse input capture issue passing prompt template instead of messages by willbakst in https://github.com/Mirascope/mirascope/pull/588
* fix: typos and updated some sections by brenkao in https://github.com/Mirascope/mirascope/pull/591
* docs: update evals docs by willbakst in https://github.com/Mirascope/mirascope/pull/592
* Update learn docs by willbakst in https://github.com/Mirascope/mirascope/pull/596
* fix: typos, grammar and small improvements by brenkao in https://github.com/Mirascope/mirascope/pull/597
* Update prompt style by koxudaxi in https://github.com/Mirascope/mirascope/pull/595
* Update agent docs by willbakst in https://github.com/Mirascope/mirascope/pull/600
* Update learn docs by willbakst in https://github.com/Mirascope/mirascope/pull/601

New Contributors
* ramon-prieto made their first contribution in https://github.com/Mirascope/mirascope/pull/504
* KTS-o7 made their first contribution in https://github.com/Mirascope/mirascope/pull/489
* jimkring made their first contribution in https://github.com/Mirascope/mirascope/pull/517

**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.2.1...v1.3.0

1.2.1

**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.2.0...v1.2.1

1.2.0

What's Changed
* docs: Add translation cookbook by koxudaxi in https://github.com/Mirascope/mirascope/pull/467
* Support Vertex AI by koxudaxi in https://github.com/Mirascope/mirascope/pull/468
* docs: documentation agent and eval documentation agent by brenkao in https://github.com/Mirascope/mirascope/pull/462
* feat: support for groq vision preview by willbakst in https://github.com/Mirascope/mirascope/pull/470
* feat: Support AzureAI by koxudaxi in https://github.com/Mirascope/mirascope/pull/469


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.1.2...v1.2.0

1.1.2

What's Changed
* docs: added new web search agent, cookbook, and eval cookbook by brenkao in https://github.com/Mirascope/mirascope/pull/460
* Fix cohere with response_model by koxudaxi in https://github.com/Mirascope/mirascope/pull/464
* Fixed missing tool from AnthropicCallResponse by koxudaxi in https://github.com/Mirascope/mirascope/pull/465
* Fix: remove `type: ignore` by koxudaxi in https://github.com/Mirascope/mirascope/pull/459
* Fix refusal backwards compat issue by willbakst in https://github.com/Mirascope/mirascope/pull/466


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.1.1...v1.1.2

Page 13 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.