AI Summary: This issue proposes adding functionality to import Kimi Code sessions into a new adapter. The import should preserve session state, messages, tool exchanges, and other relevant data for both primary and sub-agents. The implementation is strictly import-only for now, with plans for an exporter to follow once upstream provides a stable restore/resume contract.
USL is the storage-first reference implementation of the Agent Session Protocol (ASP). ACP handles the live present (editor↔agent interaction); ASP handles the durable past and cross-runtime migration; USL is the storage engine behind ASP.