feature/ariadne #11

Merged
bstein merged 416 commits from feature/ariadne into main 2026-01-28 14:05:40 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 864f1cab20 - Show all commits

View File

@ -16,7 +16,7 @@ spec:
labels: labels:
app: atlasbot app: atlasbot
annotations: annotations:
checksum/atlasbot-configmap: manual-atlasbot-45 checksum/atlasbot-configmap: manual-atlasbot-46
vault.hashicorp.com/agent-inject: "true" vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: "comms" vault.hashicorp.com/role: "comms"
vault.hashicorp.com/agent-inject-secret-turn-secret: "kv/data/atlas/comms/turn-shared-secret" vault.hashicorp.com/agent-inject-secret-turn-secret: "kv/data/atlas/comms/turn-shared-secret"

View File

@ -2319,7 +2319,7 @@ def sync_loop(token: str, room_id: str):
llm_prompt = cleaned_body llm_prompt = cleaned_body
if cluster_query: if cluster_query:
llm_prompt = f\"Atlas cluster question (use the cluster snapshot context): {cleaned_body}\" llm_prompt = f"Atlas cluster question (use the cluster snapshot context): {cleaned_body}"
reply = ollama_reply_with_thinking( reply = ollama_reply_with_thinking(
token, token,
rid, rid,