@fyaic/core
v0.1.14
Published
Core library for OpenClaw session commands: session history, resume, and restore services.
Readme
@fyaic/core
Core library for OpenClaw session commands.
Features
- SessionHistoryService – list and inspect active/historical sessions from gateway + local transcript backups.
- RestoreService – resume a session by switching
sessions.jsonto a historical generation. - ResponseFormatter – format
/sessions,/resume, and/resume debugoutput for chat channels. - CommandRouter – wire commands to handlers.
Install
npm install @fyaic/coreUsage
import { SessionHistoryService, RestoreService } from '@fyaic/core';License
MIT
