Перейти к основному содержимому
Этот контент пока недоступен на вашем языке и отображается на английском.

In-memory state adapter for chat

Skill Предупреждение
75

In-memory state adapter for chat (development/testing)

Резюме ИИ

This adapter provides in-memory storage for chat state, including subscriptions, locks, key-value caching, and queues. It is designed for local development and unit testing scenarios, offering zero configuration and in-memory functionality without persistence.

Practical Utility

  • critical:Production readinessThe README explicitly states that the memory adapter is not suitable for production and that state is lost on restart, making it unusable for real workflows.

Maintenance

  • warning:Commit recencyNo commits have been made to the default branch in the last 12 months, indicating potential unmaintenance.

Установка

npx skills add vercel/chat

Запускает Vercel skills CLI (skills.sh) через npx — нужны локальный Node.js и хотя бы один установленный совместимый со skills агент (Claude Code, Cursor, Codex, …). Предполагается, что репозиторий соответствует формату agentskills.io.

Обновлено 5 days ago
Посмотреть исходный код