Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
"""
|
| 2 |
Clawdbot Unified Command Center
|
| 3 |
[CHANGELOG 2026-02-01 - Gemini]
|
| 4 |
-
RESTORED: Full Kimi
|
| 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-
|
| 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):
|