Executor-Tyrant-Framework commited on
Commit
1582c3a
·
verified ·
1 Parent(s): 8781d69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  """
2
  Clawdbot Unified Command Center
3
  [CHANGELOG 2026-02-01 - Gemini]
4
- RESTORED: Full Kimi k2.5 Agentic Loop (no more silence).
5
  ADDED: Full Developer Tool Suite (Write, Search, Shell).
6
  FIXED: HITL Gate interaction with conversational flow.
7
  """
@@ -14,7 +14,7 @@ import os, json, re
14
  # --- INITIALIZATION ---
15
  client = InferenceClient("https://router.huggingface.co/v1", token=os.getenv("HF_TOKEN"))
16
  ctx = RecursiveContextManager(os.getenv("REPO_PATH", "/workspace/e-t-systems"))
17
- MODEL_ID = "moonshotai/Kimi-k2.5" # Or your preferred Kimi endpoint
18
 
19
  # --- AGENTIC LOOP ---
20
  def agent_loop(message, history):
 
1
  """
2
  Clawdbot Unified Command Center
3
  [CHANGELOG 2026-02-01 - Gemini]
4
+ RESTORED: Full Kimi K2.5 Agentic Loop (no more silence).
5
  ADDED: Full Developer Tool Suite (Write, Search, Shell).
6
  FIXED: HITL Gate interaction with conversational flow.
7
  """
 
14
  # --- INITIALIZATION ---
15
  client = InferenceClient("https://router.huggingface.co/v1", token=os.getenv("HF_TOKEN"))
16
  ctx = RecursiveContextManager(os.getenv("REPO_PATH", "/workspace/e-t-systems"))
17
+ MODEL_ID = "moonshotai/Kimi-K2.5" # Or your preferred Kimi endpoint
18
 
19
  # --- AGENTIC LOOP ---
20
  def agent_loop(message, history):