VoltAgent is an open source TypeScript framework for building and orchestrating AI agents.
Escape the limitations of no-code builders and the complexity of starting from scratch.
Escape the limitations of no-code builders and the complexity of starting from scratch.
This example shows how to attach a Workspace to an agent, giving it a persistent filesystem, sandboxed command execution, file search (BM25 + vector), and reusable skills loaded from SKILL.md files.
npm create voltagent-app@latest -- --example with-workspace- Workspace filesystem rooted at
./workspace - Sandbox execution with
execute_command - Workspace search via
workspace_indexandworkspace_search - Skills loaded from
/skillswithworkspace_list_skillsandworkspace_read_skill - Filesystem extras:
stat,mkdir, andlist_tree