maf-adapter
Installation
SKILL.md
Microsoft Agent Framework (MAF) Adapter
This skill contains the integration specifications and simulation utilities to test and run .md agent skills inside Microsoft's MAF engine (v1.6/v1.7.0).
1. Local Simulation Harness
To test a skill in a simulated MAF execution host locally:
python3 plugins/cli-agents/scripts/test_harness.py \
--skill plugins/exploration-cycle-plugin/skills/exploration-workflow/ \
--input temp/sample_input.txt \
--instruction "Analyze the repository"