Skip to content

memos-local-openclaw#1180

Closed
tangbotony wants to merge 16 commits intoMemTensor:mainfrom
tangbotony:native_memos
Closed

memos-local-openclaw#1180
tangbotony wants to merge 16 commits intoMemTensor:mainfrom
tangbotony:native_memos

Conversation

@tangbotony
Copy link
Contributor

@tangbotony tangbotony commented Mar 8, 2026

Description

Please include a summary of the change, the problem it solves, the implementation approach, and relevant context. List any dependencies required for this change.

Related Issue (Required): Fixes @issue_number

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (does not change functionality, e.g. code style improvements, linting)
  • Documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit Test
  • Test Script Or Test Steps (please provide)
  • Pipeline Automated API Test (please provide)

Checklist

  • I have performed a self-review of my own code | 我已自行检查了自己的代码
  • I have commented my code in hard-to-understand areas | 我已在难以理解的地方对代码进行了注释
  • I have added tests that prove my fix is effective or that my feature works | 我已添加测试以证明我的修复有效或功能正常
  • I have created related documentation issue/PR in MemOS-Docs (if applicable) | 我已在 MemOS-Docs 中创建了相关的文档 issue/PR(如果适用)
  • I have linked the issue to this PR (if applicable) | 我已将 issue 链接到此 PR(如果适用)
  • I have mentioned the person who will review this PR | 我已提及将审查此 PR 的人

Reviewer Checklist

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Made sure Checks passed
  • Tests have been provided

tangbotony and others added 16 commits March 7, 2026 22:33
Reorganize project structure by moving the openwork-memos-integration
module under the apps/ directory for consistency.

Made-with: Cursor
Move the openwork-memos-integration module to apps/ directory as part
of the monorepo restructuring.

Made-with: Cursor
- Extract agentId from OpenClaw events, pass owner to captureMessages,
  ownerFilter to search/recall/dedup across the full pipeline
- Task creation now uses per-agent owner instead of hardcoded "agent:main"
- Add owner filter to getActiveTask, getAllActiveTasks, getUnassignedChunks,
  listTasks in sqlite.ts for proper task-level isolation
- Dedup (findDuplicate/findTopSimilar) now scopes to agent's own + public
  embeddings to prevent cross-agent deduplication
- Fix cursor key to include agentId, preventing shared session cursor
  conflicts in multi-agent scenarios
- On gateway restart, initialize cursor from last user message instead of
  zero to avoid re-ingesting entire session history
- Add multi-agent isolation tests for task owner filtering
- Bump version to 0.3.20

Made-with: Cursor
- Update root .gitignore to whitelist apps/ directory files (json, html,
  ts, etc.) that were previously excluded by the global *.json rule
- Update memos-local-openclaw .gitignore to exclude package-lock.json,
  www/, docs/, ppt/, .DS_Store, and database files
- Remove unnecessary www/docs symlink from tracking
- Add missing package.json, tsconfig.json, openclaw.plugin.json to git
- Add previously ignored config files for openwork-memos-integration

Made-with: Cursor
- Remove video-thumbnail.png (4.6MB), font files (280KB), lock files
  (258KB), and usecase image assets from git tracking
- Add .gitignore for openwork-memos-integration to prevent re-adding
  binary assets, lock files, and build artifacts
- Add comprehensive Development Guide to memos-local-openclaw README
  covering prerequisites, project structure, build, test, local dev
  workflow, publishing, and utility scripts

Made-with: Cursor
fix(memos-local-openclaw): flush ingest work before shutdown
fix(memos-local-openclaw): honor memory_search maxResults
fix(memos-local-openclaw): sanitize captured metadata and evidence
fix(memos-local-openclaw): enforce owner isolation for memory tools
…l evolution improvements

- Add task/skill edit, delete, retry-skill-generation on list cards
- Fix task boundary detection: per-turn LLM judgment with warm-up=1
- Fix detectAndProcess to not blindly assign all unassigned chunks
- Strengthen topic judge prompt to reduce false NEW splits
- Add LLM fallback chain (strongCfg → cfg → OpenClaw native model)
- Add skill evolver FK constraint safety checks
- Remove redundant edit/delete buttons from detail modals
- Add input validation for /api/memory content field
- Add /api/search minScore filter (0.64) and keyword fallback
- Shared LLM call utility (src/shared/llm-call.ts)

Made-with: Cursor
…stall guidance

- Add Step 0: proactive C++ build tools install before plugin install
- Clarify Windows users usually don't need build tools (prebuilt binaries)
- Document per-turn LLM topic judge, warm-up=1, Task/Skill CRUD on cards
- Add LLM fallback chain details (skillSummarizer → summarizer → OpenClaw native)
- Add viewer search minScore 0.64 and keyword fallback docs
- Add agent parallelism (1-8 concurrency) for import
- Add shared/llm-call.ts to project structure
- Link to better-sqlite3 official troubleshooting in all install sections

Made-with: Cursor
@tangbotony tangbotony changed the title Native memos memos-local-openclaw Mar 9, 2026
@tangbotony tangbotony closed this Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant