VoltAgent

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

voltagent-meta

11

VoltAgent/awesome-claude-code-subagents

Plugin Claude Code

Agent coordination and meta-programming - multi-agent orchestration, workflow automation, and safe refactor governance. Works best with other voltagent plugins installed.

25k 19d ago A tokens not measured original MIT

agents

13

VoltAgent/voltagent

Cursor rule Cursor

ALWAYS read the AGENTS.md in the root of the repository and apply the instructions to the current task.

10k 4d ago A 38 tokens original MIT

voltagent AGENTS.md

14

VoltAgent/voltagent

Instructions file CodexOpenCode

Instructions for VoltAgent/voltagent, covering voltagent, what is voltagent?, validating changes, important notes for ai agents and gotchas.

10k 4d ago A 337 tokens original MIT

voltagent CLAUDE.md

15

VoltAgent/voltagent

Instructions file

Instructions for VoltAgent/voltagent, a project described as: AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework.

10k 4d ago A 3 tokens copy · 100% MIT

playwright-cli

17

VoltAgent/voltagent

Skill Claude CodeCodex

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

10k 4d ago A 52 tokens original MIT

cancellation

18

VoltAgent/voltagent

Agent

VoltAgent implements cancellation through the standard AbortController API. Pass an AbortController instance to agent methods to stop LLM generation, tool execution, and multi-agent workflows.

10k 4d ago B 0 tokens original MIT

context

19

VoltAgent/voltagent

Agent

Pass custom data through agent operations using context.

10k 4d ago A 9 tokens original MIT

dynamic-agents

20

VoltAgent/voltagent

Agent

Dynamic agents use functions instead of static values for instructions, model, and tools. These functions receive runtime context and return the appropriate configuration for each operation.

10k 4d ago A 0 tokens original MIT

hooks

21

VoltAgent/voltagent

Agent

Hooks intercept specific points in the agent execution pipeline. Use them to observe or modify behavior during agent operations: before a request starts, when preparing messages for the LLM, before and after tool execution, or after completion.

10k 4d ago A 0 tokens original MIT

memory

22

VoltAgent/voltagent

Agent

VoltAgent's Memory class stores conversation history and enables agents to maintain context across interactions. Supports persistent storage, semantic search, and working memory.

10k 4d ago A 0 tokens original MIT

message-types

23

VoltAgent/voltagent

Agent

VoltAgent works with three different message type formats, each serving a specific purpose in the agent lifecycle. Understanding when and how to use each type is essential for building effective AI applications.

10k 4d ago A 0 tokens original MIT

middleware

24

VoltAgent/voltagent

Agent

Middleware runs before guardrails and hooks on each agent call. Use it to read or modify input and output, or to stop a call with a typed error.

10k 4d ago A 0 tokens original MIT