Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 60 additions & 2 deletions samples/hosted-agent/sample-catalog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitSha": "3b98218db7e9a92367dc3e4b6638fd97ac7c9502",
"commitSha": "b9d24354b4daec1c09987976846da598ba0a35cd",
"repo": "https://github.com/microsoft-foundry/foundry-samples/",
"generatedAt": "2026-07-23T07:59:46Z",
"generatedAt": "2026-07-29T06:52:07Z",
"dimensions": {
"language": {
"title": "Select a Language",
Expand Down Expand Up @@ -54,6 +54,10 @@
{
"id": "invocations_ws",
"displayName": "Invocations (WebSocket)"
},
{
"id": "activity",
"displayName": "Activity"
}
]
}
Expand Down Expand Up @@ -549,6 +553,51 @@
"path": "samples/python/hosted-agents/agent-framework/responses/17-foundry-iq-toolbox",
"requiresModel": true
},
{
"language": "python",
"framework": "agent-framework",
"protocol": "responses",
"displayName": "Egress Control",
"description": "Agent that tests outbound HTTP requests through managed egress proxy policies.",
"path": "samples/python/hosted-agents/agent-framework/responses/18-egress-control",
"requiresModel": true
},
{
"language": "python",
"framework": "agent-framework",
"protocol": "responses",
"displayName": "Research Harness",
"description": "Research harness that plans tasks, searches the web, saves notes, and returns sourced summaries.",
"path": "samples/python/hosted-agents/agent-framework/responses/19-harness-research",
"requiresModel": true
},
{
"language": "python",
"framework": "agent-framework",
"protocol": "responses",
"displayName": "Data Processing Harness",
"description": "Agent that analyzes a bundled CSV and requests approval before any write or delete.",
"path": "samples/python/hosted-agents/agent-framework/responses/20-harness-data-processing",
"requiresModel": true
},
{
"language": "python",
"framework": "agent-framework",
"protocol": "responses",
"displayName": "Harness Scaling Capabilities",
"description": "Hosts a personal-finance harness agent with on-demand skills, confined shell, and CodeAct.",
"path": "samples/python/hosted-agents/agent-framework/responses/21-harness-scaling-capabilities",
"requiresModel": true
},
{
"language": "python",
"framework": "bring-your-own",
"protocol": "activity",
"displayName": "Echo Agent",
"description": "Hosted agent that echoes incoming user messages back to the sender.",
"path": "samples/python/hosted-agents/bring-your-own/activity/echo",
"requiresModel": false
},
{
"language": "python",
"framework": "bring-your-own",
Expand Down Expand Up @@ -774,6 +823,15 @@
"path": "samples/python/hosted-agents/bring-your-own/responses/session-multiplexing",
"requiresModel": true
},
{
"language": "python",
"framework": "bring-your-own",
"protocol": "responses",
"displayName": "uv Project Setup",
"description": "Hosted agent that forwards user input to a remote model and returns model responses.",
"path": "samples/python/hosted-agents/bring-your-own/responses/uv-pyproject",
"requiresModel": true
},
{
"language": "python",
"framework": "bring-your-own",
Expand Down