V0.2 remove agentscope
This commit is contained in:
@@ -31,8 +31,6 @@ user_uuid2UserClass = {}
|
||||
|
||||
user_uuid2ase_client = {}
|
||||
user_uuid2chatmanager = {}
|
||||
from AlgoriAgent.projects.algoriAgent.agent_manager import AgentManager
|
||||
agent_manager = AgentManager()
|
||||
def init_extensions(app):
|
||||
# 第三方
|
||||
socketio.init_app(
|
||||
@@ -57,7 +55,6 @@ def init_extensions(app):
|
||||
app.extensions["username2uuid"] = username2uuid
|
||||
app.extensions["userid_recorder"] = userid_recorder
|
||||
app.extensions["user_uuid2UserClass"] = user_uuid2UserClass
|
||||
app.extensions["agent_manager"] = agent_manager
|
||||
app.extensions["my_function"] = MyFunction()
|
||||
app.extensions["user_uuid2ase_client"] = user_uuid2ase_client
|
||||
app.extensions["user_uuid2chatmanager"] = user_uuid2chatmanager
|
||||
|
||||
Reference in New Issue
Block a user