rsclaw-migrate 0.1.0

Migrate crate for RsClaw — internal workspace crate, not for direct use
docs.rs failed to build rsclaw-migrate-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

OpenClaw data migration module.

Provides three migration modes for transitioning from OpenClaw to rsclaw:

  • Seamless: coexist with OpenClaw, sharing base directory
  • Import: copy all OpenClaw data into rsclaw's own stores
  • New: ignore OpenClaw data entirely, start new

OpenClaw stores data as JSONL files, not SQLite. The directory layout is: ~/.openclaw/ openclaw.json # Main config agents/<agent_id>/sessions/sessions.json # Session index agents/<agent_id>/sessions/.jsonl # Session messages agents/<agent_id>/agent/auth-profiles.json # API keys