skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

voltagent-core-reference

Reference for the VoltAgent class options and lifecycle methods

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/VoltAgent.png?size=32 --skill voltagent-core-reference
Or paste this URL into your assistant to install:

Overview

What This Skill Does

Reference skill for the VoltAgent class in @voltagent/core. Covers constructor options, lifecycle behavior, method signatures, and server/serverless setup patterns.

Application

When to use this Skill

Documentation

Show Skills.md file

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:

  • agents: Record of Agent instances to register.
  • workflows: Record of Workflow or WorkflowChain instances.
  • memory: Default Memory used for agents and workflows.
  • agentMemory: Default Memory for agents (falls back to memory).
  • workflowMemory: Default Memory for workflows (falls back to memory).
  • toolRouting: Global ToolRoutingConfig defaults.
  • triggers: VoltAgentTriggersConfig handlers.
  • server: Server provider factory (for example honoServer()).
  • serverless: Serverless provider factory for fetch runtimes.
  • voltOpsClient: Shared VoltOpsClient instance.
  • observability: VoltAgentObservability instance.
Lines 1 - 25 of 76

Recommendations

Explore other random skills

All skillsMy patterns