Skip to content

Commit 2a466a1

Browse files
Yimin-Jingithub-actions[bot]
authored andcommitted
ci: sync sample catalog from foundry-samples (template/stable)
1 parent 9214deb commit 2a466a1

1 file changed

Lines changed: 38 additions & 2 deletions

File tree

samples/hosted-agent/sample-catalog.json

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"commitSha": "decb6ee894de10704b08711fb778141df8f05f51",
2+
"commitSha": "3d734b93b66f163bea9886d73c6808adc32e68fc",
33
"repo": "https://github.com/microsoft-foundry/foundry-samples/",
4-
"generatedAt": "2026-08-05T07:28:25Z",
4+
"generatedAt": "2026-08-25T02:52:33Z",
55
"dimensions": {
66
"language": {
77
"title": "Select a Language",
@@ -625,6 +625,15 @@
625625
"path": "samples/python/hosted-agents/agent-framework/responses/21-harness-scaling-capabilities",
626626
"requiresModel": true
627627
},
628+
{
629+
"language": "python",
630+
"framework": "agent-framework",
631+
"protocol": "responses",
632+
"displayName": "Foundry Toolbox MCP Skills",
633+
"description": "Discovers Agent Skills on a Foundry Toolbox via MCP and exposes them to the model.",
634+
"path": "samples/python/hosted-agents/agent-framework/responses/22-foundry-toolbox-mcp-skills",
635+
"requiresModel": true
636+
},
628637
{
629638
"language": "python",
630639
"framework": "bring-your-own",
@@ -715,6 +724,15 @@
715724
"path": "samples/python/hosted-agents/bring-your-own/invocations/resilient-approval-gate",
716725
"requiresModel": true
717726
},
727+
{
728+
"language": "python",
729+
"framework": "bring-your-own",
730+
"protocol": "invocations",
731+
"displayName": "Resilient Research",
732+
"description": "Long-running, crash-resilient research agent that checkpoints work and streams resumable progress.",
733+
"path": "samples/python/hosted-agents/bring-your-own/invocations/resilient-research",
734+
"requiresModel": true
735+
},
718736
{
719737
"language": "python",
720738
"framework": "bring-your-own",
@@ -868,6 +886,24 @@
868886
"path": "samples/python/hosted-agents/bring-your-own/responses/optimization-hello-world",
869887
"requiresModel": true
870888
},
889+
{
890+
"language": "python",
891+
"framework": "bring-your-own",
892+
"protocol": "responses",
893+
"displayName": "Resilient Steering",
894+
"description": "Crash-resilient, steerable agent for recoverable long-running responses.",
895+
"path": "samples/python/hosted-agents/bring-your-own/responses/resilient-steering",
896+
"requiresModel": true
897+
},
898+
{
899+
"language": "python",
900+
"framework": "bring-your-own",
901+
"protocol": "responses",
902+
"displayName": "Resilient Streaming",
903+
"description": "Streams multi-stage responses with checkpoints so interruptions resume without data loss.",
904+
"path": "samples/python/hosted-agents/bring-your-own/responses/resilient-streaming",
905+
"requiresModel": true
906+
},
871907
{
872908
"language": "python",
873909
"framework": "bring-your-own",

0 commit comments

Comments
 (0)