fix: 修复前后端启动问题,添加 BACKEND_PORT 配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled

This commit is contained in:
2026-04-22 01:34:34 +08:00
parent a869d884b7
commit d8da45bc97
12 changed files with 26 additions and 21 deletions

View File

@@ -6,10 +6,9 @@
import re
import streamlit as st
# 使用相对导入
from ..state import AppState
from ..api_client import api_client
from ..config import config
from state import AppState
from api_client import api_client
from config import config
def render_chat_area():