Skip to content

Commit 2d1ede3

Browse files
committed
chore: renovate aws strands canonical demo
1 parent e02908d commit 2d1ede3

57 files changed

Lines changed: 4117 additions & 542 deletions

Some content is hidden

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

examples/integrations/_parity/manifest.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,25 @@
150150
"scripts.dev:agent": "cd agent && uv run main.py",
151151
"scripts.install:agent": "cd agent && uv sync"
152152
}
153+
},
154+
"strands-python": {
155+
"role": "instance",
156+
"agent": {
157+
"language": "python",
158+
"runtime": "strands-ag-ui"
159+
},
160+
"allowedDivergence": [
161+
"agent/**",
162+
"src/app/api/copilotkit/**",
163+
"Dockerfile",
164+
"docker/Dockerfile.agent",
165+
"serve.py",
166+
"scripts/**"
167+
],
168+
"packageJsonOverrides": {
169+
"scripts.dev:agent": "./scripts/run-agent.sh || scripts\\\\run-agent.bat",
170+
"scripts.install:agent": "./scripts/setup-agent.sh || scripts\\\\setup-agent.bat"
171+
}
153172
}
154173
}
155174
}

0 commit comments

Comments
 (0)