Skip to content

Commit bc40aa6

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md to mark agentic extraction as experimental
1 parent cfcfbb8 commit bc40aa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ SPDX-License-Identifier: MIT-0
99

1010
### Added
1111

12-
- **Agentic extraction preview with Strands agents** introducing intelligent, self-correcting document extraction with improved schema compliance and accuracy improvements over traditional methods.
12+
- **Agentic extraction preview with Strands agents (experimental)** introducing intelligent, self-correcting document extraction with improved schema compliance and accuracy improvements over traditional methods.
1313
- Leverages the Strands Agent framework with iterative validation loops and automatic error correction to deliver schema compliance
1414
- Provides structured output through Pydantic models with built-in validators, automatic retry handling, and superior handling of complex nested structures and date standardization
1515
- Includes sample notebooks and configuration assets demonstrating agentic extraction for Pattern-2 lending documents
1616
- Programmatic access available via `structured_output` function in `lib/idp_common_pkg/idp_common/extraction/agentic_idp.py`
17-
- Future extensibility includes UI-based validation customization, code generation, and Model Context Protocol (MCP) integration for external data enrichment during extraction
17+
- Currently this is an experimental feature. Future extensibility includes UI-based validation customization, code generation, and Model Context Protocol (MCP) integration for external data enrichment during extraction
1818

1919
- **IDP CLI - Command Line Interface for Batch Document Processing**
2020
- Added CLI tool (`idp_cli/`) for programmatic batch document processing and stack management

patterns/pattern-2/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Resources:
342342
Type: AWS::Logs::LogGroup
343343
Properties:
344344
KmsKeyId: !Ref CustomerManagedEncryptionKeyArn
345-
LogGroupName: !Sub "/${StackName}/lambda/Pattern2CodeBuildTrigger"
345+
LogGroupName: !Sub "/${AWS::StackName}/lambda/Pattern2CodeBuildTrigger"
346346
RetentionInDays: !Ref LogRetentionDays
347347

348348
Pattern2DockerBuildRun:

0 commit comments

Comments
 (0)