mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
97228e49b6
* Refactor harness console to be more extensible and easy to understand with better UX. * Fix formatting issues. * Allow multiple clarifications in one response * Address PR comments
97228e49b6
·
2026-04-30 12:07:11 +01:00
History
Harness Agent Samples
Samples demonstrating the Harness AIContextProviders — reusable providers that add planning, task management, and mode tracking to any ChatClientAgent.
Samples
| Sample | Description |
|---|---|
| Harness_Step01_Research | Using a ChatClientAgent with TodoProvider and AgentModeProvider for research, showcasing planning mode and todo management |
| Harness_Step02_Research_WithSubAgents | Using SubAgentsProvider to delegate stock price lookups to a web-search sub-agent concurrently |