Skip to content

Commit 2664605

Browse files
committed
Update README for ailly agent.
1 parent 3dde1cc commit 2664605

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ __pycache__
66
.idea/
77
build/
88
dist/
9-
.ailly_iam_policy
9+
.ailly_iam_policy

aws_doc_sdk_examples_tools/agent/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ python -m aws_doc_sdk_examples_tools.agent.bin.main \
3636

3737
### 🔧 Arguments
3838

39-
Run `python -m aws_doc_sdk_examples_tools.agent.bin.main --help` for more info.
39+
- `iam_tributary_root`: Path to the root directory of your IAM policy tributary
40+
- `--system-prompts`: List of system prompt files or strings to include in the Ailly configuration
41+
- `--skip-generation`: Skip the prompt generation and Ailly execution steps (useful for reprocessing existing outputs)
42+
43+
Run `python -m aws_doc_sdk_examples_tools.agent.bin.main update --help` for more info.
4044

4145
---
4246

0 commit comments

Comments
 (0)