vortex-omega-final / agents /cognitive_engine.py
RDS777's picture
Upload 1772 files
89c2dc5 verified
Raw
History Blame Contribute Delete
133 Bytes
class MultiLLMEngine:
def __init__(self, memory): self.backend = "local"
def backend_info(self): return {"backend": "local"}