first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AgentEngine:
|
||||
def __init__(self, config):
|
||||
self.config = config
|
||||
|
||||
def run(self, prompt, tools=None):
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user