feat(personas): Add persona_id support to Ticket/WorkerContext and ConductorEngine

This commit is contained in:
2026-03-10 11:09:11 -04:00
parent 41a40aaa68
commit 7ae99f2bc3
7 changed files with 103 additions and 40 deletions

10
personas.toml Normal file
View File

@@ -0,0 +1,10 @@
[personas.Default]
system_prompt = ""
provider = "minimax"
model = "MiniMax-M2.5"
preferred_models = [
"MiniMax-M2.5",
]
temperature = 0.0
top_p = 1.0
max_output_tokens = 32000