New web interface, move llm engine to separate process
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
from aiohttp import web, WSMsgType
|
||||
from typing import Dict, Set
|
||||
|
||||
from ..entry import Entry
|
||||
from ..web_agent import WebAgent
|
||||
from ..working_memory import WorkingMemory
|
||||
from .util import wrap_async
|
||||
|
||||
|
||||
Reference in New Issue
Block a user