mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
e6762ea876
* Fix render dupe and text input clear bugs * Fix another text rendering issue and improve guardrails messaging * Address PR comments * Improve guardrail rendering and json error handling * Another tweak for input box render issue * Address PR comments
e6762ea876
·
2026-05-28 16:38:04 +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_WithBackgroundAgents | Using BackgroundAgentsProvider to delegate stock price lookups to a web-search background agent concurrently |
| Harness_Step03_DataProcessing | Using FileAccessProvider to give an agent access to CSV data files for reading, analysis, and output generation |