We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac5ca6 commit 6dcf6deCopy full SHA for 6dcf6de
1 file changed
scripts/agent.py
@@ -17,13 +17,14 @@
17
18
Replicates the Rust agent flow (system prompt, tool definitions, multi-turn
19
tool calling, response parsing) using the official Ollama Python library and
20
-the mt.db SQLite database.
+the mt.db SQLite database. After generating a playlist, runs an LLM-as-judge
21
+evaluation scoring concept match, instruction following, and track variety.
22
23
Usage:
24
uv run scripts/agent.py "make me a chill playlist"
25
uv run scripts/agent.py --model qwen3.5:9b "90s rock deep cuts"
26
uv run scripts/agent.py --model qwen3.5:9b --think "jazz deep cuts"
- uv run scripts/agent.py --max-turns 3 "jazz from my library"
27
+ uv run scripts/agent.py --repeat-penalty 1.2 --temperature 0.4 "upbeat workout mix"
28
"""
29
30
import argparse
0 commit comments