refactor: 移除管理台模块及 Agent OS 运行时

This commit is contained in:
2026-04-12 12:09:55 +08:00
parent 359a86f663
commit 31b1469e39
47 changed files with 2 additions and 4265 deletions
-11
View File
@@ -4,17 +4,6 @@ DATABASE_URL="postgresql://postgres:password@localhost:5432/agent_park"
# Webhook API - Generate a secure key for production
WEBHOOK_API_KEY="sk_live_your_secure_api_key_min_32_chars"
# Admin Console key for Agent OS endpoints and dashboard
ADMIN_CONSOLE_KEY="sk_admin_your_secure_admin_key_min_32_chars"
# Agent OS model runtime (OpenAI-compatible)
# BigModel GLM example endpoint:
# https://open.bigmodel.cn/api/coding/paas/v4/chat/completions
AGENT_OS_MODEL_ENDPOINT="https://open.bigmodel.cn/api/coding/paas/v4/chat/completions"
AGENT_OS_MODEL_NAME="glm-4.7"
AGENT_OS_MODEL_API_KEY="sk_your_model_api_key"
AGENT_OS_MODEL_TIMEOUT_MS="30000"
# n8n AI Search Webhook
N8N_AI_SEARCH_WEBHOOK="https://n8n.mzaxd.fun/webhook/ai-search"