This commit is contained in:
2026-04-13 16:29:27 +08:00
commit 962209617f
13 changed files with 4342 additions and 0 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# LLM - Doubao / Volcano Ark (OpenAI-compatible)
ARK_BASE_URL=https://ark.cn-beijing.volces.com/api/v3
ARK_API_KEY=your-ark-api-key-here
ARK_MODEL=doubao-seed-2-0-pro-260215
ARK_REQUEST_TIMEOUT_SECONDS=120
# Amap MCP remote service
AMAP_MCP_URL=https://your-amap-mcp-endpoint
AMAP_MCP_TRANSPORT=streamable_http
AMAP_MCP_TIMEOUT_SECONDS=20
AMAP_MCP_READ_TIMEOUT_SECONDS=60
# Optional if the remote MCP requires a custom auth header
AMAP_MCP_AUTH_HEADER_NAME=
AMAP_MCP_AUTH_HEADER_VALUE=
# Route planning guardrails
ROUTE_MAX_PERMUTATIONS=20