* a2a timeout config * added default timeout info --------- Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
* Updated package versions * Small fix * Small fix
* Updated package versions * Reverted package version update for ag-ui * Updated changelog file
* Use the last entry in the task history to avoid empty responses * History only contains Messages
* Updated .NET version * Updated Python package versions * Updated changelog
* add tests for py3.14 and add classifier * remove macos * allow openai v2
* Removed public key * Updated package version * Updated Python package versions
* removed extra and non-released deps * added comments * added space and lock * fix pyright config
* Updated package version * Update python/CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Updated metadata for Purview * Updated test --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* a2a authinterceptor support * Update python/packages/a2a/agent_framework_a2a/_agent.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * small fix --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* bump version and update changelog * undo lab package version bump * add changelog to exclude pattern for links * fix for ignore path * exclude file
* updated docstrings * fix tests and mypy * hosted file search docstring update * updated versions
Should be `Agent2Agent Protocol` not `Agent-to-Agent` unless talking about general agent to agent communication Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* small updates to setup * post1 * reset version * updated package status
* added SerializationMixin and applied to contents, agents, chat clients, removed AFBaseModel * fix annotations type * mypy fixes * fix tests * fix serializable subvalues and added large docstring * updated indents in code block * fixed exported urls
* Update installation instructions * address comments
* removed pydantic from types * fix assistants client * Remove Pydantic usage from workflow code. * updated lock and test fixes * moved main to core, and setup meta package * updated versions * updated lock * fixed agents dependency * added retry to merge tests --------- Co-authored-by: Evan Mattson <evan.mattson@microsoft.com>
* removed pydantic from types * fix test * fix test * fix tests * fix assistants client * Remove Pydantic usage from workflow code. * updated pydantic removal * updated lock and test fixes * fix mypy * updated build system * updated chat client parsing * fix broken test --------- Co-authored-by: Evan Mattson <evan.mattson@microsoft.com>
* basic python a2a support * fixes * small fixes --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>