Files
sentclaw/backend/app/agents/engine.py
T
2026-04-07 16:05:05 +08:00

7 lines
154 B
Python

class AgentEngine:
def __init__(self, config):
self.config = config
def run(self, prompt, tools=None):
raise NotImplementedError