mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-21 09:28:19 +00:00
feat: 实现流式消息显示和界面优化
This commit is contained in:
@ -15,11 +15,8 @@ from .models.config import AppConfig
|
||||
def main():
|
||||
"""主函数"""
|
||||
try:
|
||||
# 加载配置
|
||||
config = AppConfig.from_env()
|
||||
|
||||
# 创建并运行应用
|
||||
app = GraphMemoryApp(config=config)
|
||||
# 不传入配置,让应用自己从配置文件或环境变量加载
|
||||
app = GraphMemoryApp()
|
||||
app.run()
|
||||
|
||||
except KeyboardInterrupt:
|
||||
|
||||
Reference in New Issue
Block a user