mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
e0307facc8
The StateStore interface and the in-memory MemoryStore default remain; durable backends can be reintroduced as a follow-up. Both adapter packages were merged in #5613 but never published to npm, so removal is a clean delete with no consumer impact. - Delete packages/bot-store-redis and packages/bot-store-postgres. - Revert the bot release scope and drift guard to bot + bot-ui. - Strip the Redis dep, demo:restart script, restart demo, docker-compose, and REDIS_URL env from examples/slack. - Rewrite the bot persistence/transcripts docs around "MemoryStore default + implement the StateStore interface yourself for durability".