add 燧望 燧昇 S2 advisor agent

This commit is contained in:
2026-08-25 23:23:15 +08:00
commit ab1ffeb1f2
4 changed files with 353 additions and 0 deletions

12
Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM modelhubxc-4pd.tencentcloudcr.com/xc_agent_platform/python:3.11-slim
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
PORT=8080
WORKDIR /app
COPY main.py /app/main.py
EXPOSE 8080
CMD ["python", "/app/main.py"]