
--- name: voltagent-core-reference # prettier-ignore description: Reference for the VoltAgent class: constructor options, lifecycle methods, and runtime behavior. license: MIT metadata: author: VoltAgent version: "1.0.0" repository: https://github.com/VoltAgent/skills --- # VoltAgent Core Reference Reference for the VoltAgent class in `@voltagent/core`. Source files: - packages/core/src/voltagent.ts - packages/core/src/types.ts --- ## Options Overview `VoltAgentOptions` supports: -
Skill for creating AI agent projects using the VoltAgent framework. Guide for CLI setup and manual bootstrapping.
VoltAgent architectural patterns and conventions. Covers agents vs workflows, project layout, memory, servers, and observability.
Look up VoltAgent documentation embedded in node_modules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.