merchloubna70-dot
merchloubna70-dot
mem0 already implements the core of this issue: - **Graph edges** (causes / supersedes / contradicts / supports): supported via Neo4j sidecar — `search_graph` and `get_entity` MCP tools expose the...
Instead of building a custom `MemoryBackend` trait + SQLite schema from scratch, consider using **mem0** (Apache 2.0) as the backend via DeepSeek-TUI's existing MCP client. mem0 already provides: - Qdrant-backed...
## Suggestion: close most of this EPIC via mem0 MCP instead of building from scratch Before investing in a custom SQLite schema + typed memory engine + graph topology layer,...
@GoDiao Great background — the MiniCode session persistence and `@include` cycle detection work is directly relevant here. We've already submitted a proposal and some groundwork from a different angle: instead...
哈哈,是人类,不是 agent。只是平时开发都用 AI 辅助,所以提 PR 和回复的节奏快了点。对这个项目感兴趣,用 AI 工具帮忙处理了一些 issue 和实现。你在 MiniCode 做的那些工作看起来很扎实,有想法可以一起聊聊怎么推进 #535。 --- [email protected]
@Hmbown Correct — the lease is never released, which makes resident mode unusable for repeated work on the same file. This is a real bug. **Fix:** hook into the agent's...
Fixed the remaining issue — after `spawn_background_with_assignment_options` returns the real `agent_id`, the lease entry is now updated from `"pending"` to the actual id. Conflict warnings will now show the correct...
Hey @Hmbown — sharing a product perspective as a contributor who's been sending PRs today. **DeepSeek-TUI's moat is being terminal-native**: single binary, zero runtime deps, works over SSH, integrates naturally...
One more thought on this: rather than a web UI, a **first-class CLI/API mode** would be more valuable long-term. **Why a CLI layer matters:** - CI/CD pipelines can call `deepseek...
Hey @Hmbown — instead of implementing Firecracker directly, a **pluggable sandbox backend** design would serve both Western and Chinese users better, and cuts the implementation scope significantly. ## Proposed architecture...