From cd45745cba53debe7fba6243c528398b6c7bbf31 Mon Sep 17 00:00:00 2001 From: Shawn Wang Date: Fri, 18 Sep 2026 12:57:36 +0800 Subject: [PATCH] feat(samples): add solution template catalog Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- samples/solution-template-catalog.json | 43 ++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 samples/solution-template-catalog.json diff --git a/samples/solution-template-catalog.json b/samples/solution-template-catalog.json new file mode 100644 index 0000000..4c30501 --- /dev/null +++ b/samples/solution-template-catalog.json @@ -0,0 +1,43 @@ +{ + "schemaVersion": 1, + "templates": [ + { + "id": "private-network-hosted-agent", + "title": "Private-network Hosted Agent", + "description": "Deploy a Search-grounded hosted agent with private connectivity, managed identity, and fail-closed security controls.", + "language": "Python", + "framework": "Bring Your Own", + "repo": "https://github.com/microsoft/Foundry-Agent-Solution-Templates", + "githubUrl": "https://github.com/microsoft/Foundry-Agent-Solution-Templates/tree/main/private-network-hosted-agent", + "ref": "main", + "path": "private-network-hosted-agent", + "readmePath": "README.md" + }, + { + "id": "apim-hosted-agent", + "title": "APIM-hosted Foundry Agent", + "description": "Deploy a hosted agent behind Azure API Management with authentication, rate limits, token controls, and governed MCP routes.", + "language": "Python", + "framework": "Agent Framework", + "repo": "https://github.com/microsoft/Foundry-Agent-Solution-Templates", + "githubUrl": "https://github.com/microsoft/Foundry-Agent-Solution-Templates/tree/main/apim-hosted-agent", + "ref": "main", + "path": "apim-hosted-agent", + "readmePath": "README.md" + }, + { + "id": "enterprise-knowledge-agent", + "title": "Enterprise Knowledge Agent", + "description": "Build an enterprise knowledge assistant with Foundry IQ, Web IQ, and optional Fabric IQ and Work IQ integrations.", + "language": "Python", + "framework": "Agent Framework", + "repo": "https://github.com/microsoft/Foundry-Agent-Solution-Templates", + "githubUrl": "https://github.com/microsoft/Foundry-Agent-Solution-Templates/tree/main/enterprise-knowledge-agent", + "ref": "main", + "path": "enterprise-knowledge-agent", + "readmePath": "README.md" + } + ] +} + +