Spaces:
Running
Running
Isaac Quarenta commited on
Commit ·
13df643
1
Parent(s): bfdd74a
fix: últimos refs Akira→Kiami em modules (autonomous_agent, empresa_info, native_research, infra_watchdog)
Browse files
modules/empresa_info.py
CHANGED
|
@@ -22,7 +22,7 @@ class EmpresaInfo:
|
|
| 22 |
"localizacao": "Luanda, Angola",
|
| 23 |
"fundacao": "2022",
|
| 24 |
"website": "https://softedge.co.ao",
|
| 25 |
-
"produtos": ["
|
| 26 |
"canal_whatsapp": "https://whatsapp.com/channel/0029VawQLpGHltY2Y87fR83m",
|
| 27 |
"twitter": "https://x.com/softedge40?s=09"
|
| 28 |
}
|
|
|
|
| 22 |
"localizacao": "Luanda, Angola",
|
| 23 |
"fundacao": "2022",
|
| 24 |
"website": "https://softedge.co.ao",
|
| 25 |
+
"produtos": ["Kiami IA", "Soluções empresariais", "Consultoria em IA"],
|
| 26 |
"canal_whatsapp": "https://whatsapp.com/channel/0029VawQLpGHltY2Y87fR83m",
|
| 27 |
"twitter": "https://x.com/softedge40?s=09"
|
| 28 |
}
|
modules/infra_watchdog.py
CHANGED
|
@@ -275,7 +275,7 @@ class InfraWatchdog:
|
|
| 275 |
return
|
| 276 |
|
| 277 |
self._running = True
|
| 278 |
-
self._thread = threading.Thread(target=self._loop, daemon=True, name="
|
| 279 |
self._thread.start()
|
| 280 |
logger.info(f"🟢 [WATCHDOG] Iniciado (intervalo: {self.interval}s)")
|
| 281 |
|
|
|
|
| 275 |
return
|
| 276 |
|
| 277 |
self._running = True
|
| 278 |
+
self._thread = threading.Thread(target=self._loop, daemon=True, name="KiamiInfraWatchdog")
|
| 279 |
self._thread.start()
|
| 280 |
logger.info(f"🟢 [WATCHDOG] Iniciado (intervalo: {self.interval}s)")
|
| 281 |
|
modules/skills/autonomous_agent.py
CHANGED
|
@@ -8,7 +8,7 @@ Motor central que permite à Akira:
|
|
| 8 |
3. Executar ações de infraestrutura autonomamente
|
| 9 |
4. Comunicar resultados sigilosos ao proprietário via DM
|
| 10 |
|
| 11 |
-
Filosofia: "
|
| 12 |
================================================================================
|
| 13 |
"""
|
| 14 |
|
|
|
|
| 8 |
3. Executar ações de infraestrutura autonomamente
|
| 9 |
4. Comunicar resultados sigilosos ao proprietário via DM
|
| 10 |
|
| 11 |
+
Filosofia: "Kiami não espera ordens — ela age quando necessário"
|
| 12 |
================================================================================
|
| 13 |
"""
|
| 14 |
|
modules/skills/native_research.py
CHANGED
|
@@ -61,7 +61,7 @@ class NativeDeepResearch:
|
|
| 61 |
"Authorization": f"Bearer {self.api_key}",
|
| 62 |
"Content-Type": "application/json",
|
| 63 |
"HTTP-Referer": "https://akira.softedge.ai",
|
| 64 |
-
"X-Title": "
|
| 65 |
}
|
| 66 |
|
| 67 |
model_to_use = self.model
|
|
|
|
| 61 |
"Authorization": f"Bearer {self.api_key}",
|
| 62 |
"Content-Type": "application/json",
|
| 63 |
"HTTP-Referer": "https://akira.softedge.ai",
|
| 64 |
+
"X-Title": "Kiami Native Research"
|
| 65 |
}
|
| 66 |
|
| 67 |
model_to_use = self.model
|