Start LangGraph backend migration foundation

This commit is contained in:
Xin Wang
2026-07-27 17:21:29 +08:00
parent 5c719ed2ea
commit 1c8e9da486
33 changed files with 1859 additions and 86 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
DATABASE_URL=sqlite:///./test.db
SECRET_KEY=replace-with-a-random-secret
DEBUG=false
ZNJJ_ENVIRONMENT=development
AGENT_BACKEND=fastgpt
LANGGRAPH_CHECKPOINTER=memory
ANALYSIS_SERVICE_URL=http://127.0.0.1:3000
ANALYSIS_AUTH_TOKEN=replace-with-local-fastgpt-token
APP_ID=replace-with-fastgpt-app-id
LLM_API_KEY=replace-with-llm-api-key
LLM_BASE_URL=https://api.openai.com/v1
LLM_MODEL=replace-with-model-name
LLM_TIMEOUT_SECONDS=60
LLM_MAX_RETRIES=2
VOICE_CONFIG=config/voice-fastgpt-state-xfyunSuperTTS.json