Commit 8d98dfd
authored
Agentic extraction better retry (#138)
* bedrock utils for retry
* invoke extraction with long retries
* caching the first prompt
* add review agent model config
* refactor extraction service
* fix pipeline ci failure
* deps
* bug fixes
* pydantic validator update
* pass the linting
* default to empty string
* deps fix
* disable ci comments
* fixes
* json mode for model dump
* add additional retryable errors
* additional retryable errors
* linting fix1 parent 0d2e5a9 commit 8d98dfd
File tree
12 files changed
+2302
-1132
lines changed- .github/workflows
- config_library/pattern-2/lending-package-sample
- lib/idp_common_pkg
- idp_common
- config
- extraction
- schema
- utils
- strands_agent_tools
- tests/unit
- patterns/pattern-2
- src/ui
12 files changed
+2302
-1132
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1811 | 1811 | | |
1812 | 1812 | | |
1813 | 1813 | | |
1814 | | - | |
| 1814 | + | |
1815 | 1815 | | |
1816 | 1816 | | |
1817 | 1817 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
78 | 86 | | |
79 | 87 | | |
80 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
81 | 93 | | |
82 | 94 | | |
83 | 95 | | |
| |||
120 | 132 | | |
121 | 133 | | |
122 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
123 | 143 | | |
124 | 144 | | |
125 | 145 | | |
| |||
423 | 443 | | |
424 | 444 | | |
425 | 445 | | |
426 | | - | |
| 446 | + | |
427 | 447 | | |
428 | 448 | | |
429 | 449 | | |
| |||
511 | 531 | | |
512 | 532 | | |
513 | 533 | | |
514 | | - | |
| 534 | + | |
515 | 535 | | |
516 | 536 | | |
517 | | - | |
518 | | - | |
| 537 | + | |
519 | 538 | | |
520 | 539 | | |
521 | 540 | | |
| |||
635 | 654 | | |
636 | 655 | | |
637 | 656 | | |
638 | | - | |
639 | | - | |
| 657 | + | |
640 | 658 | | |
641 | 659 | | |
642 | | - | |
643 | | - | |
| 660 | + | |
644 | 661 | | |
645 | 662 | | |
646 | 663 | | |
| |||
0 commit comments