Releases: a7ul/vibes
Releases · a7ul/vibes
v1.0.13
v1.0.12 — Community Toolsets
What's New
Community Toolsets (@vibesjs/sdk/community)
Three new plug-and-play toolsets available via the new ./community entrypoint:
🧠 MemoryToolset
Agent memory management with in-memory store — store, retrieve, and search memories across turns.
📂 SkillsToolset
Load skills from a directory on disk (DirectorySkillLoader) and expose them as tools to your agent.
✅ TodoToolset
Task tracking for agents — create, update, complete, and list todos with an in-memory store.
Usage
import { MemoryToolset, SkillsToolset, TodoToolset } from "@vibesjs/sdk/community";Other Changes
- Updated
bank-supportandhuman-in-the-loopexamples - Improved evals
datasetandexperimentAPIs - Full test coverage for all community toolsets
- Docs pages for each community toolset
v1.0.11
Full Changelog: v1.0.10...v1.0.11
v1.0.10
Full Changelog: v1.0.9...v1.0.10