Перейти до основного вмісту
Цей вміст ще не доступний вашою мовою і відображається англійською.

In-memory state adapter for chat

Skill Попередження
75

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

AI-резюме

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.

Оновлено about 20 hours ago
Переглянути код