Files
agent-framework/python/packages/declarative
T
alliscode 891c00c909 Fix CI lint and mypy issues from prior pivot commit
- _workflow.py: collapse nested if (SIM102), drop redundant assignment (RET504)
- _declarative_base.py: remove unused last_user_msg = tail assignment
  whose Message | None type clashed with the prior Message-typed branch

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
891c00c909 ยท 2026-04-28 11:18:22 -07:00
History
..

Get Started with Microsoft Agent Framework Declarative

Please install this package via pip:

pip install agent-framework-declarative --pre

Declarative features

The declarative packages provides support for building agents based on a declarative yaml specification.