diff --git a/.idea/shelf/_2026_9_1_01_18____.xml b/.idea/shelf/_2026_9_1_01_18____.xml new file mode 100644 index 0000000..a57c441 --- /dev/null +++ b/.idea/shelf/_2026_9_1_01_18____.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/.idea/shelf/在进行更新之前于_2026_9_1_01_18_取消提交了更改_[更改]/shelved.patch b/.idea/shelf/在进行更新之前于_2026_9_1_01_18_取消提交了更改_[更改]/shelved.patch new file mode 100644 index 0000000..fb40745 --- /dev/null +++ b/.idea/shelf/在进行更新之前于_2026_9_1_01_18_取消提交了更改_[更改]/shelved.patch @@ -0,0 +1,93 @@ +Index: .idea/workspace.xml +IDEA additional info: +Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP +<+>\n\n \n \n \n \n \n \n \n \n \n \n {\n "lastFilter": {\n "state": "OPEN",\n "assignee": "K7Unle"\n }\n}\n {\n "selectedUrlAndAccountId": {\n "url": "https://github.com/odysseus-dev/odysseus.git",\n "accountId": "59f646c1-e8fd-42ab-afc6-29303ea39a06"\n }\n}\n {\n "associatedIndex": 2,\n "fromUser": false\n}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 1785115064124\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n +Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP +<+>UTF-8 +=================================================================== +diff --git a/.idea/workspace.xml b/.idea/workspace.xml +--- a/.idea/workspace.xml (revision 28650013a0757e6d8e8a0d5fec832dffa3d32135) ++++ b/.idea/workspace.xml (date 1788196715590) +@@ -6,7 +6,6 @@ + + + +- + + +- { ++ "keyToString": { ++ "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true", ++ "ModuleVcsDetector.initialDetectionPerformed": "true", ++ "RunOnceActivity.ShowReadmeOnStart": "true", ++ "RunOnceActivity.git.unshallow": "true", ++ "RunOnceActivity.typescript.service.memoryLimit.init": "true", ++ "codeWithMe.voiceChat.enabledByDefault": "false", ++ "git-widget-placeholder": "main", ++ "last_opened_file_path": "/Users/kun/PycharmProjects/Docker_Compose/4600Pro/db-mcp-server", ++ "node.js.detected.package.jshint": "true", ++ "node.js.selected.package.jshint": "", ++ "nodejs_package_manager_path": "npm", ++ "settings.editor.selected.configurable": "configurable.group.project" + }, +- "keyToStringList": { +- "com.intellij.ide.scratch.ScratchImplUtil$2/新建临时文件": [ +- "TEXT" ++ "keyToStringList": { ++ "com.intellij.ide.scratch.ScratchImplUtil$2/新建临时文件": [ ++ "TEXT" + ] + } +-}]]> ++} + + + +@@ -286,7 +285,10 @@ + + + +- ++ ++ ++ ++ + + + +- + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8837898..a8123c6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,9 @@ - + + + @@ -36,34 +38,41 @@ "fromUser": false } + + + - { - "keyToString": { - "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true", - "ModuleVcsDetector.initialDetectionPerformed": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.git.unshallow": "true", - "RunOnceActivity.typescript.service.memoryLimit.init": "true", - "SHARE_PROJECT_CONFIGURATION_FILES": "true", - "codeWithMe.voiceChat.enabledByDefault": "false", - "git-widget-placeholder": "main", - "last_opened_file_path": "/Users/kun/PycharmProjects/Docker_Compose/4600Pro/wechat2rss", - "node.js.detected.package.jshint": "true", - "node.js.selected.package.jshint": "", - "nodejs_package_manager_path": "npm", - "settings.editor.selected.configurable": "configurable.group.project" + +}]]> - - - - - + + + + + @@ -73,7 +82,7 @@ - + - + - + - + - + - + - + - + - + + + + @@ -282,8 +309,8 @@ - - + + - + - + - + - @@ -524,7 +567,8 @@ - - \ No newline at end of file diff --git a/480T/hindsight/.env b/480T/hindsight/.env new file mode 100644 index 0000000..66c7348 --- /dev/null +++ b/480T/hindsight/.env @@ -0,0 +1,18 @@ +# ================================ +# Hindsight +# ================================ + +HINDSIGHT_VERSION=latest + +# ================================ +# LLM +# ================================ + +# 第一阶段建议直接用 OpenAI +HINDSIGHT_API_LLM_PROVIDER=deepseek + +# 替换为你的 API Key +HINDSIGHT_API_LLM_API_KEY=sk-1855427cd5b84cda9e4d0f02567a9ee3 + +# 模型 +HINDSIGHT_API_LLM_MODEL=deepseek-chat \ No newline at end of file diff --git a/480T/hindsight/docker-compose.yaml b/480T/hindsight/docker-compose.yaml new file mode 100644 index 0000000..d1212f8 --- /dev/null +++ b/480T/hindsight/docker-compose.yaml @@ -0,0 +1,32 @@ +version: "3.8" + +services: + + hindsight: + image: ghcr.io/vectorize-io/hindsight:${HINDSIGHT_VERSION:-latest} + container_name: hindsight + restart: always + + ports: + # Hindsight API + - "8888:8888" + + # Hindsight Control Plane / Web UI + - "4400:9999" + + environment: + # 时区 + - TZ=Asia/Shanghai + # LLM Provider + - HINDSIGHT_API_LLM_PROVIDER=${HINDSIGHT_API_LLM_PROVIDER:-openai} + # API Key + - HINDSIGHT_API_LLM_API_KEY=${HINDSIGHT_API_LLM_API_KEY} + # LLM Model + - HINDSIGHT_API_LLM_MODEL=${HINDSIGHT_API_LLM_MODEL:-gpt-4.1-mini} + + volumes: + # Hindsight 内嵌 PostgreSQL 数据 + - hindsight-data:/home/hindsight/.pg0 + +volumes: + hindsight-data: \ No newline at end of file diff --git a/480T/rc/.env b/480T/rc/.env index bac5e18..ae8e2cb 100644 --- a/480T/rc/.env +++ b/480T/rc/.env @@ -3,7 +3,7 @@ REG_TOKEN= DOMAIN=localhost ROOT_URL=http://localhost:3000 -RELEASE=8.7.1 +RELEASE=8.8.0 # Change to true after you set your domain and valid lets encrypt email LETSENCRYPT_ENABLED=false LETSENCRYPT_EMAIL=demo@email.com diff --git a/README.md b/README.md index a629c68..e026614 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,5 @@ UgreenNas(芯片:1235U,运行内存:64GB,储存:4TB固态) 4. db-mcp-server:http://192.168.0.112:3200 【智能体数据库MCP服务】 5. minio:`http://192.168.0.112:4100` 【对象存储】 6. postgres数据库:`tcp://192.168.0.112:4200` -7. redis数据库:`tcp://192.168.0.112:4300` \ No newline at end of file +7. redis数据库:`tcp://192.168.0.112:4300` +9. hindsight:`tcp://192.168.0.112:4400` \ No newline at end of file