-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwizard_test_log.json
More file actions
512 lines (512 loc) · 48.8 KB
/
wizard_test_log.json
File metadata and controls
512 lines (512 loc) · 48.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
{
"network_log": [
{
"timestamp": "2025-08-15T11:13:22.280498",
"type": "request",
"url": "http://localhost:3000/",
"method": "GET",
"headers": {
"upgrade-insecure-requests": "1",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"macOS\""
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:22.282723",
"type": "response",
"url": "http://localhost:3000/",
"status": 200,
"headers": {
"accept-ranges": "bytes",
"access-control-allow-headers": "*",
"access-control-allow-methods": "*",
"access-control-allow-origin": "*",
"connection": "keep-alive",
"content-encoding": "br",
"content-type": "text/html; charset=utf-8",
"date": "Fri, 15 Aug 2025 18:13:22 GMT",
"etag": "W/\"6af-+M4OSPFNZpwKBdFEydrj+1+V5xo\"",
"keep-alive": "timeout=5",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-powered-by": "Express"
}
},
{
"timestamp": "2025-08-15T11:13:22.285143",
"type": "request",
"url": "http://localhost:3000/static/js/bundle.js",
"method": "GET",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:22.322404",
"type": "response",
"url": "http://localhost:3000/static/js/bundle.js",
"status": 200,
"headers": {
"transfer-encoding": "chunked",
"content-encoding": "br",
"etag": "W/\"311d92-oakCq6NmjoGgRGIZz/PazezaKo4\"",
"connection": "keep-alive",
"access-control-allow-methods": "*",
"accept-ranges": "bytes",
"access-control-allow-origin": "*",
"keep-alive": "timeout=5",
"date": "Fri, 15 Aug 2025 18:13:22 GMT",
"content-type": "application/javascript; charset=utf-8",
"x-powered-by": "Express",
"vary": "Accept-Encoding",
"access-control-allow-headers": "*"
}
},
{
"timestamp": "2025-08-15T11:13:22.425927",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"method": "GET",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:22.426221",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"method": "GET",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:22.432800",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"status": 200,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "573",
"date": "Fri, 15 Aug 2025 18:13:21 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"success\":true,\"llm_available\":true,\"llm_service\":\"ollama_service\",\"model\":\"gpt-oss:120b\",\"status\":\"operational\",\"capabilities\":[\"AI-powered component analysis\",\"Intelligent schematic generation\",\"Professional circuit symbols\",\"Context-aware routing\",\"KiCad 7.x compatibility\"],\"message\":\"AI generation available with gpt-oss:120b model\",\"bom_parsing\":\"Traditional parsing always available (LLM not required)\",\"models_available\":6,\"connection\":{\"host\":\"localhost\",\"port\":11434,\"available\":true},\"timestamp\":\"2025-08-15T11:13:22.431633\",\"endpoint\":\"minimal_bom_llm_status\"}"
},
{
"timestamp": "2025-08-15T11:13:22.439940",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"status": 200,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "573",
"date": "Fri, 15 Aug 2025 18:13:21 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"success\":true,\"llm_available\":true,\"llm_service\":\"ollama_service\",\"model\":\"gpt-oss:120b\",\"status\":\"operational\",\"capabilities\":[\"AI-powered component analysis\",\"Intelligent schematic generation\",\"Professional circuit symbols\",\"Context-aware routing\",\"KiCad 7.x compatibility\"],\"message\":\"AI generation available with gpt-oss:120b model\",\"bom_parsing\":\"Traditional parsing always available (LLM not required)\",\"models_available\":6,\"connection\":{\"host\":\"localhost\",\"port\":11434,\"available\":true},\"timestamp\":\"2025-08-15T11:13:22.438796\",\"endpoint\":\"minimal_bom_llm_status\"}"
},
{
"timestamp": "2025-08-15T11:13:23.069723",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"method": "GET",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:23.070062",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/llm/status",
"method": "GET",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:23.070272",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"method": "GET",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:23.070455",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/llm/status",
"method": "GET",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:25.543074",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"status": 200,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "573",
"date": "Fri, 15 Aug 2025 18:13:22 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"success\":true,\"llm_available\":true,\"llm_service\":\"ollama_service\",\"model\":\"gpt-oss:120b\",\"status\":\"operational\",\"capabilities\":[\"AI-powered component analysis\",\"Intelligent schematic generation\",\"Professional circuit symbols\",\"Context-aware routing\",\"KiCad 7.x compatibility\"],\"message\":\"AI generation available with gpt-oss:120b model\",\"bom_parsing\":\"Traditional parsing always available (LLM not required)\",\"models_available\":6,\"connection\":{\"host\":\"localhost\",\"port\":11434,\"available\":true},\"timestamp\":\"2025-08-15T11:13:23.070103\",\"endpoint\":\"minimal_bom_llm_status\"}"
},
{
"timestamp": "2025-08-15T11:13:25.544516",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/llm/status",
"status": 200,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "1370",
"date": "Fri, 15 Aug 2025 18:13:22 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"success\":true,\"service\":\"Ollama LLM Service\",\"timestamp\":\"2025-08-15T11:13:25.538642\",\"connection\":{\"available\":true,\"host\":\"localhost\",\"port\":11434,\"base_url\":\"http://localhost:11434\"},\"models\":{\"available_count\":6,\"all_models\":[{\"name\":\"gpt-oss:20b\",\"size\":13780173724,\"modified_at\":\"2025-08-14T10:48:14.927463019-07:00\",\"parameter_size\":\"20.9B\",\"quantization\":\"MXFP4\"},{\"name\":\"gpt-oss:120b\",\"size\":65290192208,\"modified_at\":\"2025-08-05T19:31:09.165043081-07:00\",\"parameter_size\":\"116.8B\",\"quantization\":\"MXFP4\"},{\"name\":\"llava:34b\",\"size\":20166497526,\"modified_at\":\"2025-08-05T15:53:33.230757507-07:00\",\"parameter_size\":\"34B\",\"quantization\":\"Q4_0\"},{\"name\":\"llama4:scout\",\"size\":67436862523,\"modified_at\":\"2025-08-05T15:53:32.081807874-07:00\",\"parameter_size\":\"108.6B\",\"quantization\":\"Q4_K_M\"},{\"name\":\"llama3.1:latest\",\"size\":4920753328,\"modified_at\":\"2025-08-05T15:53:31.128980647-07:00\",\"parameter_size\":\"8.0B\",\"quantization\":\"Q4_K_M\"},{\"name\":\"deepseek-r1:70b\",\"size\":42520397873,\"modified_at\":\"2025-08-05T15:53:30.083185396-07:00\",\"parameter_size\":\"70.6B\",\"quantization\":\"Q4_K_M\"}],\"gpt_oss_120b\":{\"available\":true,\"info\":{\"name\":\"gpt-oss:120b\",\"size\":65290192208,\"modified_at\":\"2025-08-05T19:31:09.165043081-07:00\",\"parameter_size\":\"116.8B\",\"quantization\":\"MXFP4\"}}},\"test_results\":{\"success\":true,\"response_preview\":\"\",\"generation_time\":2.4605000019073486}}"
},
{
"timestamp": "2025-08-15T11:13:25.636164",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/bom/parse",
"method": "POST",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"content-type": "multipart/form-data; boundary=----WebKitFormBoundaryhKOvS6Rbgn5jSKOm",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:26.701301",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/llm/status",
"status": 200,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "1370",
"date": "Fri, 15 Aug 2025 18:13:22 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"success\":true,\"service\":\"Ollama LLM Service\",\"timestamp\":\"2025-08-15T11:13:26.694586\",\"connection\":{\"available\":true,\"host\":\"localhost\",\"port\":11434,\"base_url\":\"http://localhost:11434\"},\"models\":{\"available_count\":6,\"all_models\":[{\"name\":\"gpt-oss:20b\",\"size\":13780173724,\"modified_at\":\"2025-08-14T10:48:14.927463019-07:00\",\"parameter_size\":\"20.9B\",\"quantization\":\"MXFP4\"},{\"name\":\"gpt-oss:120b\",\"size\":65290192208,\"modified_at\":\"2025-08-05T19:31:09.165043081-07:00\",\"parameter_size\":\"116.8B\",\"quantization\":\"MXFP4\"},{\"name\":\"llava:34b\",\"size\":20166497526,\"modified_at\":\"2025-08-05T15:53:33.230757507-07:00\",\"parameter_size\":\"34B\",\"quantization\":\"Q4_0\"},{\"name\":\"llama4:scout\",\"size\":67436862523,\"modified_at\":\"2025-08-05T15:53:32.081807874-07:00\",\"parameter_size\":\"108.6B\",\"quantization\":\"Q4_K_M\"},{\"name\":\"llama3.1:latest\",\"size\":4920753328,\"modified_at\":\"2025-08-05T15:53:31.128980647-07:00\",\"parameter_size\":\"8.0B\",\"quantization\":\"Q4_K_M\"},{\"name\":\"deepseek-r1:70b\",\"size\":42520397873,\"modified_at\":\"2025-08-05T15:53:30.083185396-07:00\",\"parameter_size\":\"70.6B\",\"quantization\":\"Q4_K_M\"}],\"gpt_oss_120b\":{\"available\":true,\"info\":{\"name\":\"gpt-oss:120b\",\"size\":65290192208,\"modified_at\":\"2025-08-05T19:31:09.165043081-07:00\",\"parameter_size\":\"116.8B\",\"quantization\":\"MXFP4\"}}},\"test_results\":{\"success\":true,\"response_preview\":\"\",\"generation_time\":1.1431210041046143}}"
},
{
"timestamp": "2025-08-15T11:13:26.701864",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"status": 200,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "573",
"date": "Fri, 15 Aug 2025 18:13:22 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"success\":true,\"llm_available\":true,\"llm_service\":\"ollama_service\",\"model\":\"gpt-oss:120b\",\"status\":\"operational\",\"capabilities\":[\"AI-powered component analysis\",\"Intelligent schematic generation\",\"Professional circuit symbols\",\"Context-aware routing\",\"KiCad 7.x compatibility\"],\"message\":\"AI generation available with gpt-oss:120b model\",\"bom_parsing\":\"Traditional parsing always available (LLM not required)\",\"models_available\":6,\"connection\":{\"host\":\"localhost\",\"port\":11434,\"available\":true},\"timestamp\":\"2025-08-15T11:13:26.699304\",\"endpoint\":\"minimal_bom_llm_status\"}"
},
{
"timestamp": "2025-08-15T11:13:26.707497",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/bom/parse",
"status": 200,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "2065",
"date": "Fri, 15 Aug 2025 18:13:22 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"success\":true,\"job_id\":\"6e0e7d5d-edd5-4c73-94f3-30dc7328102f\",\"status\":\"parsed\",\"total_components\":5,\"components_detected\":5,\"components\":[{\"reference\":\"R3\",\"value\":\"100\",\"footprint\":\"Resistor_SMD:R_0603_1608Metric\",\"description\":\"100 ohm resistor 0603\",\"manufacturer\":\"Vishay\",\"part_number\":\"CRCW0603100RFKEA\",\"datasheet\":\"https://www.vishay.com/docs/20035/dcrcwe3.pdf\",\"quantity\":1,\"component_type\":\"resistor\"},{\"reference\":\"R4\",\"value\":\"4.7k\",\"footprint\":\"Resistor_SMD:R_0805_2012Metric\",\"description\":\"4.7k ohm resistor 0805\",\"manufacturer\":\"Panasonic\",\"part_number\":\"ERJ-6ENF4701V\",\"datasheet\":\"https://industrial.panasonic.com/cdbs/www-data/pdf/RDA0000/AOA0000C86.pdf\",\"quantity\":1,\"component_type\":\"resistor\"},{\"reference\":\"C1\",\"value\":\"100nF\",\"footprint\":\"Capacitor_SMD:C_0805_2012Metric\",\"description\":\"100nF ceramic capacitor X7R 0805\",\"manufacturer\":\"Murata\",\"part_number\":\"GRM21BR71H104KA01L\",\"datasheet\":\"https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR71H104KA01-01.pdf\",\"quantity\":1,\"component_type\":\"capacitor\"},{\"reference\":\"C3\",\"value\":\"1uF\",\"footprint\":\"Capacitor_SMD:C_0603_1608Metric\",\"description\":\"1uF ceramic capacitor X7R 0603\",\"manufacturer\":\"Samsung\",\"part_number\":\"CL10B105KA8NNNC\",\"datasheet\":\"https://www.samsungsem.com/kr/support/product-search/mlcc/__icsFiles/afieldfile/2019/06/18/CL10B105KA8NNNC.pdf\",\"quantity\":1,\"component_type\":\"capacitor\"},{\"reference\":\"U1\",\"value\":\"LM358\",\"footprint\":\"Package_SO:SOIC-8_3.9x4.9mm_P1.27mm\",\"description\":\"Dual Low-Power Operational Amplifier\",\"manufacturer\":\"Texas Instruments\",\"part_number\":\"LM358DR\",\"datasheet\":\"https://www.ti.com/lit/ds/symlink/lm358.pdf\",\"quantity\":1,\"component_type\":\"opamp\"}],\"parsing_errors\":[],\"parsing_warnings\":[],\"validation_errors\":[],\"component_types\":{\"opamp\":1,\"capacitor\":2,\"resistor\":2},\"statistics\":{\"total_quantity\":5,\"component_types\":{\"opamp\":1,\"capacitor\":2,\"resistor\":2},\"unique_manufacturers\":5},\"message\":\"BOM parsed successfully with 5 components detected\",\"timestamp\":\"2025-08-15T11:13:26.704156\",\"endpoint\":\"minimal_bom_parse\"}"
},
{
"timestamp": "2025-08-15T11:13:31.362117",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/bom/parse",
"method": "POST",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"content-type": "multipart/form-data; boundary=----WebKitFormBoundaryKVA3vudkemNMgcIh",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:31.371150",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/library/symbols/search",
"method": "POST",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"content-type": "application/json",
"sec-ch-ua-mobile": "?0"
},
"post_data": "{\"components\":[{\"reference\":\"R3\",\"value\":\"100\",\"footprint\":\"Resistor_SMD:R_0603_1608Metric\",\"description\":\"100 ohm resistor 0603\",\"manufacturer\":\"Vishay\",\"part_number\":\"CRCW0603100RFKEA\",\"datasheet\":\"https://www.vishay.com/docs/20035/dcrcwe3.pdf\",\"quantity\":1,\"component_type\":\"resistor\"},{\"reference\":\"R4\",\"value\":\"4.7k\",\"footprint\":\"Resistor_SMD:R_0805_2012Metric\",\"description\":\"4.7k ohm resistor 0805\",\"manufacturer\":\"Panasonic\",\"part_number\":\"ERJ-6ENF4701V\",\"datasheet\":\"https://industrial.panasonic.com/cdbs/www-data/pdf/RDA0000/AOA0000C86.pdf\",\"quantity\":1,\"component_type\":\"resistor\"},{\"reference\":\"C1\",\"value\":\"100nF\",\"footprint\":\"Capacitor_SMD:C_0805_2012Metric\",\"description\":\"100nF ceramic capacitor X7R 0805\",\"manufacturer\":\"Murata\",\"part_number\":\"GRM21BR71H104KA01L\",\"datasheet\":\"https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR71H104KA01-01.pdf\",\"quantity\":1,\"component_type\":\"capacitor\"},{\"reference\":\"C3\",\"value\":\"1uF\",\"footprint\":\"Capacitor_SMD:C_0603_1608Metric\",\"description\":\"1uF ceramic capacitor X7R 0603\",\"manufacturer\":\"Samsung\",\"part_number\":\"CL10B105KA8NNNC\",\"datasheet\":\"https://www.samsungsem.com/kr/support/product-search/mlcc/__icsFiles/afieldfile/2019/06/18/CL10B105KA8NNNC.pdf\",\"quantity\":1,\"component_type\":\"capacitor\"},{\"reference\":\"U1\",\"value\":\"LM358\",\"footprint\":\"Package_SO:SOIC-8_3.9x4.9mm_P1.27mm\",\"description\":\"Dual Low-Power Operational Amplifier\",\"manufacturer\":\"Texas Instruments\",\"part_number\":\"LM358DR\",\"datasheet\":\"https://www.ti.com/lit/ds/symlink/lm358.pdf\",\"quantity\":1,\"component_type\":\"opamp\"}]}"
},
{
"timestamp": "2025-08-15T11:13:31.369857",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/bom/parse",
"status": 200,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "2065",
"date": "Fri, 15 Aug 2025 18:13:31 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"success\":true,\"job_id\":\"c09ae6c9-1f53-40bd-a022-7744343a7e8b\",\"status\":\"parsed\",\"total_components\":5,\"components_detected\":5,\"components\":[{\"reference\":\"R3\",\"value\":\"100\",\"footprint\":\"Resistor_SMD:R_0603_1608Metric\",\"description\":\"100 ohm resistor 0603\",\"manufacturer\":\"Vishay\",\"part_number\":\"CRCW0603100RFKEA\",\"datasheet\":\"https://www.vishay.com/docs/20035/dcrcwe3.pdf\",\"quantity\":1,\"component_type\":\"resistor\"},{\"reference\":\"R4\",\"value\":\"4.7k\",\"footprint\":\"Resistor_SMD:R_0805_2012Metric\",\"description\":\"4.7k ohm resistor 0805\",\"manufacturer\":\"Panasonic\",\"part_number\":\"ERJ-6ENF4701V\",\"datasheet\":\"https://industrial.panasonic.com/cdbs/www-data/pdf/RDA0000/AOA0000C86.pdf\",\"quantity\":1,\"component_type\":\"resistor\"},{\"reference\":\"C1\",\"value\":\"100nF\",\"footprint\":\"Capacitor_SMD:C_0805_2012Metric\",\"description\":\"100nF ceramic capacitor X7R 0805\",\"manufacturer\":\"Murata\",\"part_number\":\"GRM21BR71H104KA01L\",\"datasheet\":\"https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR71H104KA01-01.pdf\",\"quantity\":1,\"component_type\":\"capacitor\"},{\"reference\":\"C3\",\"value\":\"1uF\",\"footprint\":\"Capacitor_SMD:C_0603_1608Metric\",\"description\":\"1uF ceramic capacitor X7R 0603\",\"manufacturer\":\"Samsung\",\"part_number\":\"CL10B105KA8NNNC\",\"datasheet\":\"https://www.samsungsem.com/kr/support/product-search/mlcc/__icsFiles/afieldfile/2019/06/18/CL10B105KA8NNNC.pdf\",\"quantity\":1,\"component_type\":\"capacitor\"},{\"reference\":\"U1\",\"value\":\"LM358\",\"footprint\":\"Package_SO:SOIC-8_3.9x4.9mm_P1.27mm\",\"description\":\"Dual Low-Power Operational Amplifier\",\"manufacturer\":\"Texas Instruments\",\"part_number\":\"LM358DR\",\"datasheet\":\"https://www.ti.com/lit/ds/symlink/lm358.pdf\",\"quantity\":1,\"component_type\":\"opamp\"}],\"parsing_errors\":[],\"parsing_warnings\":[],\"validation_errors\":[],\"component_types\":{\"opamp\":1,\"capacitor\":2,\"resistor\":2},\"statistics\":{\"total_quantity\":5,\"component_types\":{\"opamp\":1,\"capacitor\":2,\"resistor\":2},\"unique_manufacturers\":5},\"message\":\"BOM parsed successfully with 5 components detected\",\"timestamp\":\"2025-08-15T11:13:31.358625\",\"endpoint\":\"minimal_bom_parse\"}"
},
{
"timestamp": "2025-08-15T11:13:31.378293",
"type": "request",
"url": "http://127.0.0.1:3010/api/v1/bom/convert-with-labels",
"method": "POST",
"headers": {
"sec-ch-ua-platform": "\"macOS\"",
"referer": "http://localhost:3000/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"accept": "application/json, text/plain, */*",
"sec-ch-ua": "\"Chromium\";v=\"139\", \"Not;A=Brand\";v=\"99\"",
"content-type": "multipart/form-data; boundary=----WebKitFormBoundaryexjYRTYCUYA0fY46",
"sec-ch-ua-mobile": "?0"
},
"post_data": null
},
{
"timestamp": "2025-08-15T11:13:31.377125",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/library/symbols/search",
"status": 422,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "1652",
"date": "Fri, 15 Aug 2025 18:13:31 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"detail\":[{\"type\":\"missing\",\"loc\":[\"body\",\"query\"],\"msg\":\"Field required\",\"input\":{\"components\":[{\"reference\":\"R3\",\"value\":\"100\",\"footprint\":\"Resistor_SMD:R_0603_1608Metric\",\"description\":\"100 ohm resistor 0603\",\"manufacturer\":\"Vishay\",\"part_number\":\"CRCW0603100RFKEA\",\"datasheet\":\"https://www.vishay.com/docs/20035/dcrcwe3.pdf\",\"quantity\":1,\"component_type\":\"resistor\"},{\"reference\":\"R4\",\"value\":\"4.7k\",\"footprint\":\"Resistor_SMD:R_0805_2012Metric\",\"description\":\"4.7k ohm resistor 0805\",\"manufacturer\":\"Panasonic\",\"part_number\":\"ERJ-6ENF4701V\",\"datasheet\":\"https://industrial.panasonic.com/cdbs/www-data/pdf/RDA0000/AOA0000C86.pdf\",\"quantity\":1,\"component_type\":\"resistor\"},{\"reference\":\"C1\",\"value\":\"100nF\",\"footprint\":\"Capacitor_SMD:C_0805_2012Metric\",\"description\":\"100nF ceramic capacitor X7R 0805\",\"manufacturer\":\"Murata\",\"part_number\":\"GRM21BR71H104KA01L\",\"datasheet\":\"https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR71H104KA01-01.pdf\",\"quantity\":1,\"component_type\":\"capacitor\"},{\"reference\":\"C3\",\"value\":\"1uF\",\"footprint\":\"Capacitor_SMD:C_0603_1608Metric\",\"description\":\"1uF ceramic capacitor X7R 0603\",\"manufacturer\":\"Samsung\",\"part_number\":\"CL10B105KA8NNNC\",\"datasheet\":\"https://www.samsungsem.com/kr/support/product-search/mlcc/__icsFiles/afieldfile/2019/06/18/CL10B105KA8NNNC.pdf\",\"quantity\":1,\"component_type\":\"capacitor\"},{\"reference\":\"U1\",\"value\":\"LM358\",\"footprint\":\"Package_SO:SOIC-8_3.9x4.9mm_P1.27mm\",\"description\":\"Dual Low-Power Operational Amplifier\",\"manufacturer\":\"Texas Instruments\",\"part_number\":\"LM358DR\",\"datasheet\":\"https://www.ti.com/lit/ds/symlink/lm358.pdf\",\"quantity\":1,\"component_type\":\"opamp\"}]}}]}"
},
{
"timestamp": "2025-08-15T11:13:31.386881",
"type": "response",
"url": "http://127.0.0.1:3010/api/v1/bom/convert-with-labels",
"status": 200,
"headers": {
"access-control-expose-headers": "Access-Control-Allow-Origin, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers",
"access-control-allow-credentials": "true",
"access-control-allow-origin": "http://localhost:3000",
"content-length": "14180",
"date": "Fri, 15 Aug 2025 18:13:31 GMT",
"content-type": "application/json",
"vary": "Origin",
"server": "uvicorn"
},
"body": "{\"success\":true,\"schematic_content\":\"(kicad_sch\\n (version 20230121)\\n (generator \\\"pcb_agent\\\")\\n (generator_version \\\"2.0\\\")\\n\\n (uuid \\\"ca81a2b8-5c03-4c10-845e-b61314835040\\\")\\n\\n (paper \\\"A4\\\")\\n\\n (title_block\\n (title \\\"Generated Schematic\\\")\\n (date \\\"2025-08-15\\\")\\n (rev \\\"1.0\\\")\\n (company \\\"PCB Agent v2\\\")\\n (comment 1 \\\"Generated by PCB Agent with Net Labels\\\")\\n (comment 2 \\\"Professional schematic with intelligent connectivity\\\"))\\n\\n (lib_symbols\\n (symbol \\\"Device:R_Generic\\\" (pin_numbers hide) (pin_names (offset 0))\\n (exclude_from_sim no) (in_bom yes) (on_board yes)\\n (property \\\"Reference\\\" \\\"U\\\" (at 2.032 0 90)\\n (effects (font (size 1.27 1.27))))\\n (property \\\"Value\\\" \\\"Generic\\\" (at 0 0 90)\\n (effects (font (size 1.27 1.27))))\\n (property \\\"Footprint\\\" \\\"\\\" (at -1.778 0 90)\\n (effects (font (size 1.27 1.27)) hide))\\n (property \\\"Datasheet\\\" \\\"~\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (symbol \\\"R_Generic_0_1\\\"\\n (rectangle (start -2.54 -5.08) (end 2.54 5.08)\\n (stroke (width 0.254) (type default))\\n (fill (type background)))\\n (text \\\"?\\\" (at 0 0 0)\\n (effects (font (size 2.54 2.54)))))\\n (symbol \\\"R_Generic_1_1\\\"\\n (pin passive line (at 0 7.62 270) (length 2.54)\\n (name \\\"~\\\" (effects (font (size 1.27 1.27))))\\n (number \\\"1\\\" (effects (font (size 1.27 1.27)))))\\n (pin passive line (at 0 -7.62 90) (length 2.54)\\n (name \\\"~\\\" (effects (font (size 1.27 1.27))))\\n (number \\\"2\\\" (effects (font (size 1.27 1.27)))))))\\n (symbol \\\"Device:C\\\" (pin_numbers hide) (pin_names (offset 0.254))\\n (exclude_from_sim no) (in_bom yes) (on_board yes)\\n (property \\\"Reference\\\" \\\"C\\\" (at 0.635 2.54 0)\\n (effects (font (size 1.27 1.27)) (justify left)))\\n (property \\\"Value\\\" \\\"C\\\" (at 0.635 -2.54 0)\\n (effects (font (size 1.27 1.27)) (justify left)))\\n (property \\\"Footprint\\\" \\\"\\\" (at 0.9652 -3.81 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (property \\\"Datasheet\\\" \\\"~\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (property \\\"ki_keywords\\\" \\\"cap capacitor\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (property \\\"ki_description\\\" \\\"Unpolarized capacitor\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (property \\\"ki_fp_filters\\\" \\\"C_*\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (symbol \\\"C_0_1\\\"\\n (polyline\\n (pts\\n (xy -2.032 -0.762)\\n (xy 2.032 -0.762))\\n (stroke (width 0.508) (type default))\\n (fill (type none)))\\n (polyline\\n (pts\\n (xy -2.032 0.762)\\n (xy 2.032 0.762))\\n (stroke (width 0.508) (type default))\\n (fill (type none))))\\n (symbol \\\"C_1_1\\\"\\n (pin passive line (at 0 3.81 270) (length 2.794)\\n (name \\\"~\\\" (effects (font (size 1.27 1.27))))\\n (number \\\"1\\\" (effects (font (size 1.27 1.27)))))\\n (pin passive line (at 0 -3.81 90) (length 2.794)\\n (name \\\"~\\\" (effects (font (size 1.27 1.27))))\\n (number \\\"2\\\" (effects (font (size 1.27 1.27)))))))\\n (symbol \\\"Device:R\\\" (pin_numbers hide) (pin_names (offset 0))\\n (exclude_from_sim no) (in_bom yes) (on_board yes)\\n (property \\\"Reference\\\" \\\"R\\\" (at 2.032 0 90)\\n (effects (font (size 1.27 1.27))))\\n (property \\\"Value\\\" \\\"R\\\" (at 0 0 90)\\n (effects (font (size 1.27 1.27))))\\n (property \\\"Footprint\\\" \\\"\\\" (at -1.778 0 90)\\n (effects (font (size 1.27 1.27)) hide))\\n (property \\\"Datasheet\\\" \\\"~\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (property \\\"ki_keywords\\\" \\\"R res resistor\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (property \\\"ki_description\\\" \\\"Resistor\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (property \\\"ki_fp_filters\\\" \\\"R_*\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide))\\n (symbol \\\"R_0_1\\\"\\n (rectangle (start -1.016 -2.54) (end 1.016 2.54)\\n (stroke (width 0.254) (type default))\\n (fill (type none))))\\n (symbol \\\"R_1_1\\\"\\n (pin passive line (at 0 3.81 270) (length 1.27)\\n (name \\\"~\\\" (effects (font (size 1.27 1.27))))\\n (number \\\"1\\\" (effects (font (size 1.27 1.27)))))\\n (pin passive line (at 0 -3.81 90) (length 1.27)\\n (name \\\"~\\\" (effects (font (size 1.27 1.27))))\\n (number \\\"2\\\" (effects (font (size 1.27 1.27))))))))\\n\\n (symbol\\n (lib_id \\\"Device:R\\\")\\n (at 30 30 0)\\n (unit 1)\\n (exclude_from_sim no)\\n (in_bom yes)\\n (on_board yes)\\n (dnp no)\\n (uuid \\\"4936a0ce-6f12-4859-8648-1d364e5f4315\\\")\\n (property \\\"Reference\\\" \\\"R3\\\"\\n (at 30 22 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Value\\\" \\\"100\\\"\\n (at 30 38 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Footprint\\\" \\\"Resistor_SMD:R_0603_1608Metric\\\"\\n (at 30 30 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (property \\\"Datasheet\\\" \\\"~\\\"\\n (at 30 30 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (pin \\\"1\\\"\\n (uuid \\\"c0675948-6b37-47b3-b456-c8e53b138350\\\"))\\n (pin \\\"2\\\"\\n (uuid \\\"ffa3f5df-c075-4cb4-a689-3d55de379a4c\\\"))\\n (instances\\n (project \\\"generated_schematic\\\"\\n (path \\\"/generated\\\"\\n (reference \\\"R3\\\")\\n (unit 1)))))\\n\\n (symbol\\n (lib_id \\\"Device:R\\\")\\n (at 110 30 0)\\n (unit 1)\\n (exclude_from_sim no)\\n (in_bom yes)\\n (on_board yes)\\n (dnp no)\\n (uuid \\\"5dbd0afc-7b39-4b7a-8713-b627365e807e\\\")\\n (property \\\"Reference\\\" \\\"R4\\\"\\n (at 110 22 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Value\\\" \\\"4.7k\\\"\\n (at 110 38 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Footprint\\\" \\\"Resistor_SMD:R_0805_2012Metric\\\"\\n (at 110 30 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (property \\\"Datasheet\\\" \\\"~\\\"\\n (at 110 30 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (pin \\\"1\\\"\\n (uuid \\\"53fd2085-a94f-4494-ac11-6bbfd4cb9ad8\\\"))\\n (pin \\\"2\\\"\\n (uuid \\\"31ff5254-a941-4473-8f91-d1d3c6fd3eac\\\"))\\n (instances\\n (project \\\"generated_schematic\\\"\\n (path \\\"/generated\\\"\\n (reference \\\"R4\\\")\\n (unit 1)))))\\n\\n (symbol\\n (lib_id \\\"Device:C\\\")\\n (at 190 30 0)\\n (unit 1)\\n (exclude_from_sim no)\\n (in_bom yes)\\n (on_board yes)\\n (dnp no)\\n (uuid \\\"e85a8a28-ac20-470b-a523-3c167fd4054c\\\")\\n (property \\\"Reference\\\" \\\"C1\\\"\\n (at 190 22 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Value\\\" \\\"100nF\\\"\\n (at 190 38 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Footprint\\\" \\\"Capacitor_SMD:C_0805_2012Metric\\\"\\n (at 190 30 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (property \\\"Datasheet\\\" \\\"~\\\"\\n (at 190 30 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (pin \\\"1\\\"\\n (uuid \\\"74beb259-0605-4f01-8092-4217e1965ca6\\\"))\\n (pin \\\"2\\\"\\n (uuid \\\"91932c22-675a-4f06-9ef2-a89cf28d5153\\\"))\\n (instances\\n (project \\\"generated_schematic\\\"\\n (path \\\"/generated\\\"\\n (reference \\\"C1\\\")\\n (unit 1)))))\\n\\n (symbol\\n (lib_id \\\"Device:C\\\")\\n (at 30 100 0)\\n (unit 1)\\n (exclude_from_sim no)\\n (in_bom yes)\\n (on_board yes)\\n (dnp no)\\n (uuid \\\"4b5391f3-dbc7-4e57-aca4-fdbaadd2e07f\\\")\\n (property \\\"Reference\\\" \\\"C3\\\"\\n (at 30 92 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Value\\\" \\\"1uF\\\"\\n (at 30 108 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Footprint\\\" \\\"Capacitor_SMD:C_0603_1608Metric\\\"\\n (at 30 100 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (property \\\"Datasheet\\\" \\\"~\\\"\\n (at 30 100 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (pin \\\"1\\\"\\n (uuid \\\"6f70e946-e9d1-42bd-b9e7-6a2d6e6daad1\\\"))\\n (pin \\\"2\\\"\\n (uuid \\\"b6921544-4eab-4858-b80e-b78aaae26b7d\\\"))\\n (instances\\n (project \\\"generated_schematic\\\"\\n (path \\\"/generated\\\"\\n (reference \\\"C3\\\")\\n (unit 1)))))\\n\\n (symbol\\n (lib_id \\\"Amplifier_Operational:LM358\\\")\\n (at 110 100 0)\\n (unit 1)\\n (exclude_from_sim no)\\n (in_bom yes)\\n (on_board yes)\\n (dnp no)\\n (uuid \\\"28408f83-ec76-4e23-b150-350db46e7634\\\")\\n (property \\\"Reference\\\" \\\"U1\\\"\\n (at 110 92 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Value\\\" \\\"LM358\\\"\\n (at 110 108 0)\\n (effects\\n (font\\n (size 1.27 1.27))))\\n (property \\\"Footprint\\\" \\\"Package_SO:SOIC-8_3.9x4.9mm_P1.27mm\\\"\\n (at 110 100 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (property \\\"Datasheet\\\" \\\"~\\\"\\n (at 110 100 0)\\n (effects\\n (font\\n (size 1.27 1.27))\\n hide))\\n (pin \\\"1\\\"\\n (uuid \\\"225c5708-9ee3-4fbf-9784-12f8cf29a0c1\\\"))\\n (pin \\\"2\\\"\\n (uuid \\\"4c120915-22c1-47d0-95ae-5f59a15f9ff5\\\"))\\n (pin \\\"3\\\"\\n (uuid \\\"cb68d507-05fe-4d29-bcd4-1bc0538bcf95\\\"))\\n (pin \\\"4\\\"\\n (uuid \\\"57928466-b358-45aa-8b1b-ed5ae1f43bf9\\\"))\\n (pin \\\"5\\\"\\n (uuid \\\"b8d1bd66-409f-45aa-b57e-fa7bd5a50abc\\\"))\\n (pin \\\"6\\\"\\n (uuid \\\"d5e4affe-1943-4cf9-9c17-b379ec94cf5f\\\"))\\n (pin \\\"7\\\"\\n (uuid \\\"c10533a6-0266-4614-9518-4e648eb1f16e\\\"))\\n (pin \\\"8\\\"\\n (uuid \\\"8be4e1d1-b2c6-4c21-99d3-388dd95c5328\\\"))\\n (instances\\n (project \\\"generated_schematic\\\"\\n (path \\\"/generated\\\"\\n (reference \\\"U1\\\")\\n (unit 1)))))\\n\\n (label \\\"NET_R3_1\\\"\\n (at 30.48 40.64 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"487d9537-05c1-4f95-9100-8dc8d47cd5c5\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (label \\\"NET_R3_2\\\"\\n (at 30.48 20.32 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"cf55bdad-f587-42e7-ac17-993362c4e05a\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (label \\\"NET_R4_1\\\"\\n (at 109.22 40.64 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"bc8a25c4-3d88-4039-b00d-d3e129da8a67\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (label \\\"NET_R4_2\\\"\\n (at 109.22 20.32 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"3e3ffaff-a9f9-4e81-b01d-218115575cbf\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (label \\\"NET_C1_1\\\"\\n (at 190.5 40.64 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"018f5ee3-5753-4f31-b554-e9882fa97063\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (label \\\"NET_C1_2\\\"\\n (at 190.5 20.32 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"0f039441-7560-4bfa-b68b-8d9e23c2198a\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (label \\\"NET_C3_1\\\"\\n (at 30.48 109.22 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"503a3669-84a4-4476-82e5-70e2676750a0\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (label \\\"NET_C3_2\\\"\\n (at 30.48 88.9 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"6152ce7d-07ff-4c45-ab2e-07b72ce8fb04\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (label \\\"NET_U1_1\\\"\\n (at 109.22 109.22 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"bdd75a85-d908-420a-b762-c55134eb219d\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (label \\\"NET_U1_2\\\"\\n (at 109.22 88.9 0)\\n (effects\\n (font\\n (size 1.27 1.27)))\\n (uuid \\\"5959e75c-fb36-496b-ac72-9c8333dde617\\\")\\n (property \\\"Sheet\\\" \\\"1\\\" (at 0 0 0)\\n (effects (font (size 1.27 1.27)) hide)))\\n\\n (sheet_instances\\n (path \\\"/\\\" (page \\\"1\\\"))))\",\"lib_table_content\":\"(sym_lib_table\\n (version 7)\\n)\",\"filename\":\"simple_bom.csv\",\"output_filename\":\"Generated Schematic.kicad_sch\",\"components_processed\":5,\"schematic_size\":10421,\"lib_table_size\":25,\"parsing_errors\":[],\"parsing_warnings\":[],\"generation_warnings\":[\"Grid-aligned label NET_R3_1 to (30.48, 40.64)\",\"Grid-aligned label NET_R3_2 to (30.48, 20.32)\",\"Grid-aligned label NET_R4_1 to (109.22, 40.64)\",\"Grid-aligned label NET_R4_2 to (109.22, 20.32)\",\"Grid-aligned label NET_C1_1 to (190.5, 40.64)\",\"Grid-aligned label NET_C1_2 to (190.5, 20.32)\",\"Grid-aligned label NET_C3_1 to (30.48, 109.22)\",\"Grid-aligned label NET_C3_2 to (30.48, 88.9)\",\"Grid-aligned label NET_U1_1 to (109.22, 109.22)\",\"Grid-aligned label NET_U1_2 to (109.22, 88.9)\",\"Applied fix: Fixed whitespace and indentation\",\"Applied additional syntax validator fixes\",\"Applied fix: Fixed whitespace and indentation\"],\"component_types\":{\"opamp\":1,\"capacitor\":2,\"resistor\":2},\"enhanced_mapping\":true,\"circuit_symbols\":true,\"net_labels\":true,\"wire_generation\":false,\"llm_generation\":null,\"wizard_integration\":false,\"wizard_available\":true,\"settings\":{\"title\":\"Generated Schematic\",\"company\":\"PCB Agent v2\",\"revision\":\"1.0\",\"generation_method\":\"standard_labels\",\"professional_layout\":true,\"llm_enhanced\":null,\"wizard_enhanced\":false,\"llm_params\":null,\"wizard_params\":null},\"timestamp\":\"2025-08-15T11:13:31.383092\",\"endpoint\":\"convert_with_labels\"}"
}
],
"console_log": [
{
"timestamp": "2025-08-15T11:13:22.376242",
"type": "info",
"text": "%cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold"
},
{
"timestamp": "2025-08-15T11:13:25.635768",
"type": "log",
"text": "Auto-parsing uploaded BOM file for wizard compatibility..."
},
{
"timestamp": "2025-08-15T11:13:26.707938",
"type": "log",
"text": "Auto-parsed 5 components for wizard mode"
},
{
"timestamp": "2025-08-15T11:13:31.355050",
"type": "log",
"text": "\ud83d\ude80 [BOM CONVERSION DEBUG] Starting conversion attempt: {fileName: simple_bom.csv, fileSize: 1448, fileType: text/csv, attempt: 1, maxRetries: 3}"
},
{
"timestamp": "2025-08-15T11:13:31.355294",
"type": "log",
"text": "[API POST] http://127.0.0.1:3010/api/v1/bom/parse {data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.355415",
"type": "log",
"text": "\ud83d\udccb [PARSE REQUEST DEBUG] Sending parse request: {endpoint: http://127.0.0.1:3010/api/v1/bom/parse, method: POST, contentType: multipart/form-data, formDataEntries: Object, url: http://localhost:3000http://127.0.0.1:3010/api/v1/bom/parse}"
},
{
"timestamp": "2025-08-15T11:13:31.355581",
"type": "log",
"text": "[API POST] http://127.0.0.1:3010/api/v1/bom/parse {data: FormData}"
},
{
"timestamp": "2025-08-15T11:13:31.370622",
"type": "log",
"text": "\u2705 [PARSE RESPONSE DEBUG] Parse successful: {status: 200, statusText: OK, headers: AxiosHeaders, data: Object, componentsCount: 5}"
},
{
"timestamp": "2025-08-15T11:13:31.370761",
"type": "log",
"text": "[API SUCCESS] http://127.0.0.1:3010/api/v1/bom/parse {data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.370931",
"type": "log",
"text": "[API INFO] http://127.0.0.1:3010/api/v1/library/symbols/search {data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.371058",
"type": "log",
"text": "[API POST] http://127.0.0.1:3010/api/v1/library/symbols/search {data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.377594",
"type": "error",
"text": "Failed to load resource: the server responded with a status of 422 (Unprocessable Entity)"
},
{
"timestamp": "2025-08-15T11:13:31.377814",
"type": "warning",
"text": "\ud83d\udd0d [LIBRARY SEARCH WARNING] Library search failed, continuing without library mapping: {error: Request failed with status code 422, code: ERR_BAD_REQUEST, status: 422, componentsCount: 5, endpoint: http://127.0.0.1:3010/api/v1/library/symbols/search}"
},
{
"timestamp": "2025-08-15T11:13:31.377912",
"type": "log",
"text": "[API WARNING] http://127.0.0.1:3010/api/v1/library/symbols/search {data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.378061",
"type": "log",
"text": "\u2699\ufe0f [LABEL-BASED CONVERT DEBUG] Sending label-based conversion request: {endpoint: http://127.0.0.1:3010/api/v1/bom/convert-with-labels, method: POST, contentType: multipart/form-data, formDataEntries: Object, url: http://localhost:3000http://127.0.0.1:3010/api/v1/bom/convert-with-labels}"
},
{
"timestamp": "2025-08-15T11:13:31.378207",
"type": "log",
"text": "[API POST] http://127.0.0.1:3010/api/v1/bom/convert-with-labels {data: FormData}"
},
{
"timestamp": "2025-08-15T11:13:31.387595",
"type": "log",
"text": "\ud83c\udf89 [CONVERT RESPONSE DEBUG] Conversion successful: {endpoint: http://127.0.0.1:3010/api/v1/bom/convert-with-labels, status: 200, statusText: OK, headers: AxiosHeaders, data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.387810",
"type": "log",
"text": "[API SUCCESS] http://127.0.0.1:3010/api/v1/bom/convert-with-labels {data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.388002",
"type": "log",
"text": "[API SUCCESS] http://127.0.0.1:3010/api/v1/bom/convert-with-labels {data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.388251",
"type": "log",
"text": "[API INFO] http://127.0.0.1:3010/api/v1/bom/convert-with-labels {data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.393115",
"type": "log",
"text": "[API INFO] http://127.0.0.1:3010/api/v1/bom/convert-with-labels {data: Object}"
},
{
"timestamp": "2025-08-15T11:13:31.393272",
"type": "log",
"text": "S-Expression generated successfully: {length: 11897, job_id: undefined, output_filename: Generated Schematic.kicad_sch}"
}
],
"errors_found": [],
"test_timestamp": "2025-08-15T11:13:39.970713"
}