VoltAgent

41 mods across 13 repositories, 244k stars between them.

multi-modal

25

VoltAgent/voltagent

Agent

Agents can process text, images, and files in a single request. This document covers how to send multi-modal inputs to agent methods.

10k 5d ago A 0 tokens original MIT

overview

26

VoltAgent/voltagent

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.

10k 5d ago B 0 tokens original MIT

plan-agent

27

VoltAgent/voltagent

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.

10k 5d ago B 0 tokens original MIT

prompts

28

VoltAgent/voltagent

Agent

VoltAgent supports three approaches for defining agent instructions. Each approach addresses different requirements around flexibility, team collaboration, and deployment workflows.

10k 5d ago A 0 tokens original MIT

providers

29

VoltAgent/voltagent

Agent

VoltAgent 1.x has no llm provider prop. Set model to either.

10k 5d ago A 0 tokens original MIT

resumable-streaming

30

VoltAgent/voltagent

Agent

Agent "resumable-streaming" from VoltAgent/voltagent, covering resumable streaming, install, how it works, basic usage (hono server) and enabling resumable streams.

10k 5d ago A 0 tokens original MIT

retries-fallback

31

VoltAgent/voltagent

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.

10k 5d ago A 0 tokens original MIT

subagents

32

VoltAgent/voltagent

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.

10k 5d ago A 0 tokens original MIT

summarization

33

VoltAgent/voltagent

Agent

Summarization shortens long conversations by inserting a system summary and keeping the last N non-system messages. It is configured per agent.

10k 5d ago A 0 tokens original MIT

tools

34

VoltAgent/voltagent

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.

10k 5d ago A 0 tokens original MIT

voice

35

VoltAgent/voltagent

Agent

Agent "voice" from VoltAgent/voltagent, covering voice, installation, supported providers, basic usage and initialize a voice provider.

10k 5d ago A 0 tokens original MIT

voltagent-instance

36

VoltAgent/voltagent

Agent

VoltAgent is the application entrypoint. It wires agents and workflows together, applies global defaults, and optionally starts an HTTP or serverless provider.

10k 5d ago A 0 tokens original MIT

create-voltagent

38

VoltAgent/skills

Skill Claude CodeCodex

Skill for creating AI agent projects using the VoltAgent framework. Guide for CLI setup and manual bootstrapping.

15 7mo ago A 27 tokens original MIT

VoltAgent/skills

Skill Claude CodeCodex

VoltAgent architectural patterns and conventions. Covers agents vs workflows, project layout, memory, servers, and observability.

15 7mo ago A 31 tokens original MIT

VoltAgent/skills

Skill Claude CodeCodex

Reference for the VoltAgent class: constructor options, lifecycle methods, and runtime behavior.

15 7mo ago A 23 tokens original MIT

VoltAgent/skills

Skill Claude CodeCodex

Look up VoltAgent documentation embedded in nodemodules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.

15 7mo ago A 39 tokens original MIT