Microsoft Agent Framework Adapter
Source references:
Agent contract mapping
- Workflow role definitions map to AEEF
AgentContractrecords. - Capability and permission metadata map to
allowed_toolsand forbidden action policies.
Hook mapping
- Pre-execution middleware -> pre hooks.
- Post-execution telemetry -> post hooks.
- Approval/checkpoint middleware -> stop hooks.
Gate enforcement points
- Workflow checkpoints align with AEEF gate stages.
- Conditional branches encode pass/fail/conditional decisions.
- Human approvals are explicit checkpoint actors.
Handoff mapping
- Workflow state transitions produce
HandoffArtifactoutputs. - Required fields: assumptions, risks, next decision owner.
Run-ledger mapping
- Telemetry, checkpoint decisions, and artifacts consolidate into
RunLedgerEntry.