clan_lib/llm: get_llm_turn uses state transitions instead of callback function

This commit is contained in:
Qubasa
2025-10-24 15:57:26 +02:00
parent 183de9209f
commit c3456c1f0c
10 changed files with 529 additions and 859 deletions

View File

@@ -76,7 +76,6 @@ in
cmd = "su - text-user -c 'pytest -s -n0 -m service_runner -p no:cacheprovider -o addopts="" ${cli.passthru.sourceWithTests}/clan_lib/llm'"
print("Running tests with command: " + cmd)
# Run tests as text-user (environment variables are set automatically)
peer1.succeed(cmd)
'';