What's Changed
- fix: fix non-serializable parameter of agent from toolUse block by @JackYPCOnline in #568
- Add .DS_Store to .gitignore by @vawsgit in #681
- feat(a2a): support A2A FileParts and DataParts by @jer96 in #596
- ci: update pre-commit requirement from <4.2.0,>=3.2.0 to >=3.2.0,<4.4.0 by @dependabot[bot] in #706
- ci: update ruff requirement from <0.5.0,>=0.4.4 to >=0.4.4,<0.13.0 by @dependabot[bot] in #704
- ci: update pytest-asyncio requirement from <0.27.0,>=0.26.0 to >=0.26.0,<1.2.0 by @dependabot[bot] in #708
- fix: add system_prompt to structured_output_span before adding input_messages by @chengweitsai in #709
- feat(multiagent): Add call implementation to MultiAgentBase by @mkmeral in #645
- chore: Update pydantic minimum version by @mehtarac in #723
- tool executors by @pgrayy in #658
- feat: Add support for agent invoke with no input, or Message input by @Unshure in #653
- ci: bump actions/checkout from 4 to 5 by @dependabot[bot] in #711
- ci: bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #712
- ci: update pytest-cov requirement from <5.0.0,>=4.1.0 to >=4.1.0,<7.0.0 by @dependabot[bot] in #705
- fix: prevent path traversal for message_id in file_session_manager by @mehtarac in #728
- fix: Add AgentInput TypeAlias by @Unshure in #738
- fix: Move AgentInput to types submodule by @Unshure in #746
New Contributors
- @vawsgit made their first contribution in #681
- @dependabot[bot] made their first contribution in #706
- @chengweitsai made their first contribution in #709
Full Changelog: v1.5.0...v1.6.0