Skip to content

Commit 8e04f96

Browse files
fix: add debugpy to Python samples for Foundry Toolkit VS Code local debugging (#591)
1 parent d19e673 commit 8e04f96

61 files changed

Lines changed: 193 additions & 10 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/python/hosted-agents/agent-framework/a2a/01-delegation/caller/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ agent-framework-foundry
33
agent-framework-foundry-hosting
44
mcp<2,>=1.24.0
55
httpx
6+
7+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
8+
debugpy
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Use the narrow Foundry subpackages to keep dependencies light.
22
agent-framework-foundry
33
agent-framework-foundry-hosting
4+
5+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
6+
debugpy
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
agent-framework-foundry
2-
agent-framework-foundry-hosting
2+
agent-framework-foundry-hosting
3+
4+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
5+
debugpy
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Use the narrow Foundry subpackages to keep dependencies light.
22
agent-framework-foundry
33
agent-framework-foundry-hosting
4-
mcp<2,>=1.24.0
4+
mcp<2,>=1.24.0
5+
6+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
7+
debugpy
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Use the narrow Foundry subpackages to keep dependencies light.
22
agent-framework-foundry
33
agent-framework-foundry-hosting
4-
mcp<2,>=1.24.0
4+
mcp<2,>=1.24.0
5+
6+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
7+
debugpy
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Use the narrow Foundry subpackages to keep dependencies light.
22
agent-framework-foundry
33
agent-framework-foundry-hosting
4-
mcp<2,>=1.24.0
4+
mcp<2,>=1.24.0
5+
6+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
7+
debugpy

samples/python/hosted-agents/agent-framework/responses/04-foundry-toolbox/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
agent-framework-foundry
33
agent-framework-foundry-hosting
44
mcp<2,>=1.24.0
5+
6+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
7+
debugpy
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Use the narrow Foundry subpackages to keep dependencies light.
22
agent-framework-foundry
33
agent-framework-foundry-hosting
4-
mcp<2,>=1.24.0
4+
mcp<2,>=1.24.0
5+
6+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
7+
debugpy
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Use the narrow Foundry subpackages to keep dependencies light.
22
agent-framework-foundry
33
agent-framework-foundry-hosting
4-
mcp<2,>=1.24.0
4+
mcp<2,>=1.24.0
5+
6+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
7+
debugpy

samples/python/hosted-agents/agent-framework/responses/07-skills/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
agent-framework-foundry
33
agent-framework-foundry-hosting
44
mcp<2,>=1.24.0
5+
6+
# debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension.
7+
debugpy

0 commit comments

Comments
 (0)