Skip to content

docs: add seed (historical conversation import) section to README#25

Open
leoge007 wants to merge 1 commit into
Tencent:mainfrom
leoge007:docs/seed-history-import
Open

docs: add seed (historical conversation import) section to README#25
leoge007 wants to merge 1 commit into
Tencent:mainfrom
leoge007:docs/seed-history-import

Conversation

@leoge007
Copy link
Copy Markdown

Summary

Documents the existing seed CLI command for importing historical conversations through the L0→L1→L2→L3 pipeline. The seed mechanism was implemented in src/cli/commands/seed.ts and src/core/seed/ but had no user-facing documentation.

What this adds

  • When to use seed — backfill historical context after plugin install, migration from other systems
  • Input format — Format A ({ sessions: [...] }) and Format B (top-level array) with examples
  • CLI usage — command flags and options reference table
  • Seed pipeline — what happens during execution (L0 capture → L1 extraction → storage)
  • Best practices — selective import, start small, monitor L1 quality, LLM recommendations

Both English (README.md) and Chinese (README_CN.md) are updated.

Related

The memory-tencentdb-ctl script also supports seed operations in Hermes mode. See scripts/README.memory-tencentdb-ctl.md.


Closes: (no related issue — this addresses an existing documentation gap)

Documents the existing seed CLI command for importing historical conversations
through the L0→L1→L2→L3 pipeline. Covers input format, usage, what happens
during seed, and best practices.

The seed mechanism was already implemented in src/cli/commands/seed.ts and
src/core/seed/ but had no user-facing documentation until now.
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