Skip to content

Commit 3413776

Browse files
committed
Lliam updates
Features: - Allow filtering by package when updating a reservoir. - Batch calls to Ailly to reduce system overhead Bug Fixes: - Prevent update files from getting Ailly'd - Improve title abbreviation generation to reduce duplicates Refactors: - Switch to the Command pattern. - Implement UoW pattern for 'create-prompts'
1 parent 52402b2 commit 3413776

File tree

25 files changed

+989
-349
lines changed

25 files changed

+989
-349
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ __pycache__
77
build/
88
dist/
99
.ailly_iam_policy
10+
*.log

aws_doc_sdk_examples_tools/agent/bin/main.py

Lines changed: 0 additions & 52 deletions
This file was deleted.

aws_doc_sdk_examples_tools/agent/make_prompts.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

aws_doc_sdk_examples_tools/agent/process_ailly_files.py

Lines changed: 0 additions & 123 deletions
This file was deleted.

aws_doc_sdk_examples_tools/agent/update_doc_gen.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)