From 05a6dfd93721085d51bb7872c1884fa4e118bf89 Mon Sep 17 00:00:00 2001 From: "risinh-gh-app-public[bot]" <278743772+risinh-gh-app-public[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 19:28:23 +0000 Subject: [PATCH 1/2] chore(opt): update samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/main.py for af-worfklow-agent-with-checkpoint-and-hitl-c --- .../workflow-agent-with-checkpoint-and-hitl/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/main.py b/samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/main.py index 487a36b14..f8fd442ee 100644 --- a/samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/main.py +++ b/samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/main.py @@ -1,3 +1,5 @@ +# Optimization candidate C: load additional optimization skill file +# Skill file: skills/optimization-additional-skill.md # Copyright (c) Microsoft. All rights reserved. import asyncio import json From 54ed49b0305acc81f50ff2acf6970316b93e5ea3 Mon Sep 17 00:00:00 2001 From: "risinh-gh-app-public[bot]" <278743772+risinh-gh-app-public[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 19:28:24 +0000 Subject: [PATCH 2/2] chore(opt): update samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/skills/optimization-additional-skill.md for af-worfklow-agent-with-checkpoint-and-hitl-c --- .../skills/optimization-additional-skill.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/skills/optimization-additional-skill.md diff --git a/samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/skills/optimization-additional-skill.md b/samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/skills/optimization-additional-skill.md new file mode 100644 index 000000000..b0a24c306 --- /dev/null +++ b/samples/python/hosted-agents/agent-framework/human-in-the-loop/workflow-agent-with-checkpoint-and-hitl/skills/optimization-additional-skill.md @@ -0,0 +1,5 @@ +# Additional Optimization Skill + +- Use retrieval when user intent references external facts. +- Prefer concise outputs with explicit next actions. +- Ask one clarification question when ambiguity blocks a direct answer.