fix: ElephantAlpha crash, AiderHeal Ollama host, MCP integration for Hermes/NemoTron, and MCP hallucination
All checks were successful
CD Pipeline / deploy (push) Successful in 1m18s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m18s
This commit is contained in:
@@ -739,9 +739,12 @@ class ElephantAlphaAutonomousEngine:
|
||||
elif load < 50 and q < 5:
|
||||
self.max_autonomous_decisions_per_hour = 15
|
||||
|
||||
# Singleton instance
|
||||
autonomous_engine = ElephantAlphaAutonomousEngine()
|
||||
|
||||
__all__ = [
|
||||
"ElephantAlphaAutonomousEngine",
|
||||
"autonomous_engine",
|
||||
"AutonomousTrigger",
|
||||
"DecisionType",
|
||||
"DecisionOutcome",
|
||||
|
||||
Reference in New Issue
Block a user