Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md


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.

npm version Contributor Covenant Discord Twitter Follow


VoltAgent: Workspace Example

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.

Try Example

npm create voltagent-app@latest -- --example with-workspace

Highlights

  • Workspace filesystem rooted at ./workspace
  • Sandbox execution with execute_command
  • Workspace search via workspace_index and workspace_search
  • Skills loaded from /skills with workspace_list_skills and workspace_read_skill
  • Filesystem extras: stat, mkdir, and list_tree