You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,15 @@ SPDX-License-Identifier: MIT-0
12
12
13
13
### Added
14
14
15
+
-**Criteria Validation Service Class**
16
+
- New document validation service that evaluates documents against dynamic business rules using Large Language Models (LLMs)
17
+
-**Key Capabilities**: Dynamic business rules configuration, asynchronous processing with concurrent criteria evaluation, intelligent text chunking for large documents, multi-file processing with summarization, comprehensive cost and performance tracking
18
+
-**Primary Use Cases**: Healthcare prior authorization workflows, compliance validation, business rule enforcement, quality assurance, and audit preparation
19
+
-**Architecture Features**: Seamless integration with IDP pipeline using common Bedrock client, unified metering with automatic token usage tracking, S3 operations using standardized file operations, configuration compatibility with existing IDP config system
20
+
-**Advanced Features**: Configurable criteria questions without code changes, robust error handling with graceful degradation, Pydantic-based input/output validation with automatic data cleaning, comprehensive timing metrics and token usage tracking
21
+
-**Limitation**: Python idp_common support only, not yet implemented within deployed pattern workflows.
22
+
23
+
15
24
-**Document Process Flow Visualization**
16
25
- Added interactive visualization of Step Functions workflow execution for document processing
17
26
- Visual representation of processing steps with status indicators and execution details
@@ -58,6 +67,8 @@ SPDX-License-Identifier: MIT-0
58
67
-**Modified default assessment prompt for token efficiency**
59
68
- Removed `confidence_reason` from output to avoid consuming unnecessary output tokens
60
69
- Refactored task_prompt layout to improve <<CACHEPOINT>> placement for efficiency when granular mode is enabled or disabled
70
+
-**Enhanced .clinerules with comprehensive memory bank workflows**
71
+
- Enhanced Plan Mode workflow with requirements gathering, reasoning, and user approval loop
61
72
62
73
### Fixed
63
74
- Fixed UI list deletion issue where empty lists were not saved correctly - #18
0 commit comments