MumuTW

Results 8 issues of MumuTW

@zergtant changelog版本1.0/1.1是不是直接整合到pytorch-changelog.md就好呢?

關於Task 2 K8S instance 如果是用[Method 2],後面```get-credentials```還是要指定地區

### 📝 Feature Description [Please make everyone to understand it] ### Summary Current MineContext builds only support **GPT-4.1-nano**, which limits reasoning, coding, and domain-specific performance. The newly released **GPT-5-nano** offers...

feature

### 🐛 Bug description [Please make everyone to understand it] ## Summary 前端截圖顯示正常,但後端所有 screenshot 處理流程(包含 `_encode_image_to_base64()`、`screenshot_processor`)全部失敗,log 顯示圖片路徑不存在: ``` 图片加载失败 ``` ## Root Cause ### 前端與後端使用完全不同的截圖路徑策略,並未對齊 | 組件 | 實際路徑行為 |...

bug

### 🐛 Bug description [Please make everyone to understand it] 在「設定 → Prompts」頁面中,**使用者修改並保存 Prompts 後,立即點擊「查看歷史記錄」按鈕,前端會顯示錯誤 toast:** > 加载历史记录失败 此錯誤訊息無法讓使用者理解實際原因,且在 Debug 模式先前已啟用的情況下仍會發生,導致無法確認是: - Debug 模式狀態問題 還是 - 歷史檔案讀取 / 權限 /...

bug

## 📋 Description When running `graphiti_mcp_server.py` (or any module in this monorepo) in a Python 3.10 environment, I encountered a `PydanticUserError` related to `TypedDict` imports. ``` PydanticUserError: Please use typing_extensions.TypedDict...

bug

## 🗂️ Background Currently, the **graphiti** project is split into multiple subprojects (`graphiti_core`, `mcp_server`, `server`), but there is **no workspace configuration**. This forces local development to rely on hardcoded `file://`...

## 🗂️ Background I’m trying to run `graphiti_mcp_server.py` with a custom database hosted in a Neo4j instance. Currently, `Neo4jConfig` only reads `NEO4J_URI`, `NEO4J_USER`, and `NEO4J_PASSWORD` from environment variables. There is...