Skip to content

Commit 4eccc71

Browse files
docs(agent): add batch usage examples to script docstring
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c7de133 commit 4eccc71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
uv run scripts/agent.py --model qwen3.5:9b "90s rock deep cuts"
2626
uv run scripts/agent.py --model qwen3.5:9b --think "jazz deep cuts"
2727
uv run scripts/agent.py --repeat-penalty 1.2 --temperature 0.4 "upbeat workout mix"
28+
uv run scripts/agent.py --batch
29+
uv run scripts/agent.py --batch --model qwen3:14b
30+
uv run scripts/agent.py --batch --prompts-file prompts.txt
2831
"""
2932

3033
import argparse

0 commit comments

Comments
 (0)