|
1 | 1 | { |
2 | | - "commitSha": "decb6ee894de10704b08711fb778141df8f05f51", |
| 2 | + "commitSha": "3d734b93b66f163bea9886d73c6808adc32e68fc", |
3 | 3 | "repo": "https://github.com/microsoft-foundry/foundry-samples/", |
4 | | - "generatedAt": "2026-08-05T07:28:25Z", |
| 4 | + "generatedAt": "2026-08-25T02:52:33Z", |
5 | 5 | "dimensions": { |
6 | 6 | "language": { |
7 | 7 | "title": "Select a Language", |
|
625 | 625 | "path": "samples/python/hosted-agents/agent-framework/responses/21-harness-scaling-capabilities", |
626 | 626 | "requiresModel": true |
627 | 627 | }, |
| 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 | + }, |
628 | 637 | { |
629 | 638 | "language": "python", |
630 | 639 | "framework": "bring-your-own", |
|
715 | 724 | "path": "samples/python/hosted-agents/bring-your-own/invocations/resilient-approval-gate", |
716 | 725 | "requiresModel": true |
717 | 726 | }, |
| 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 | + }, |
718 | 736 | { |
719 | 737 | "language": "python", |
720 | 738 | "framework": "bring-your-own", |
|
868 | 886 | "path": "samples/python/hosted-agents/bring-your-own/responses/optimization-hello-world", |
869 | 887 | "requiresModel": true |
870 | 888 | }, |
| 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 | + }, |
871 | 907 | { |
872 | 908 | "language": "python", |
873 | 909 | "framework": "bring-your-own", |
|
0 commit comments