multi-modal
25Agent
Agents can process text, images, and files in a single request. This document covers how to send multi-modal inputs to agent methods.
Agent
Agents can process text, images, and files in a single request. This document covers how to send multi-modal inputs to agent methods.
Agent
An agent in VoltAgent wraps a language model with instructions, tools, memory, and other capabilities. You create an agent instance, then call its methods to generate responses or stream output.
Agent
PlanAgent is a higher-level agent that adds built-in planning, task delegation, filesystem tools, and summarization on top of the standard Agent. Use it when you want multi-step execution with explicit plans and tighter control over context.
Agent
VoltAgent supports three approaches for defining agent instructions. Each approach addresses different requirements around flexibility, team collaboration, and deployment workflows.
Agent
VoltAgent 1.x has no llm provider prop. Set model to either.
Agent
Agent "resumable-streaming" from VoltAgent/voltagent, covering resumable streaming, install, how it works, basic usage (hono server) and enabling resumable streams.
Agent
VoltAgent supports per-call retries and ordered model fallback lists. Retries are handled by VoltAgent with exponential backoff. After retries are exhausted for a model, VoltAgent attempts the next model in the list.
Agent
Sub-agents are agents that work under a supervisor agent to handle specific tasks. This architecture allows you to create agent workflows where each sub-agent focuses on a specific domain, coordinated by a supervisor.
Agent
Summarization shortens long conversations by inserting a system summary and keeping the last N non-system messages. It is configured per agent.
Agent
Tools enable agents to interact with external systems, APIs, databases, and perform specific actions beyond generating text. An agent uses its model to decide when to call tools based on their descriptions and the current context.
Agent
Agent "voice" from VoltAgent/voltagent, covering voice, installation, supported providers, basic usage and initialize a voice provider.
Agent
VoltAgent is the application entrypoint. It wires agents and workflows together, applies global defaults, and optionally starts an HTTP or serverless provider.
Plugin Claude Code
Plugin marketplace listing 1 plugin: voltagent-skills.
Skill Claude CodeCodex
Skill for creating AI agent projects using the VoltAgent framework. Guide for CLI setup and manual bootstrapping.
Skill Claude CodeCodex
VoltAgent architectural patterns and conventions. Covers agents vs workflows, project layout, memory, servers, and observability.
Skill Claude CodeCodex
Reference for the VoltAgent class: constructor options, lifecycle methods, and runtime behavior.
Skill Claude CodeCodex
Look up VoltAgent documentation embedded in nodemodules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.