Loading...
Loading...
Look up VoltAgent documentation embedded in node_modules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.
npx skill4agent add voltagent/skills voltagent-docs-bundlenode_modules/@voltagent/core/docsnode_modules/@voltagent/core/docs/
|-- actions.md
|-- agents/
|-- api/
|-- blog/
|-- community/
|-- deployment-docs/
|-- deployment.md
|-- evals.md
|-- evaluation-docs/
|-- getting-started/
|-- guardrails/
|-- integrations/
|-- models-docs/
|-- observability/
|-- observability-platform/
|-- prompt-engineering-docs/
|-- rag/
|-- recipes/
|-- repo-docs/
|-- site-examples/
|-- tools/
|-- triggers.md
|-- troubleshooting/
|-- ui/
|-- utils/
`-- workflows/packages/core/docs/ls node_modules/@voltagent/core/docsrg -n "workflow" node_modules/@voltagent/core/docs -g"*.md"cat node_modules/@voltagent/core/docs/workflows/overview.md# List docs
ls node_modules/@voltagent/core/docs
# Find a keyword
rg -n "memory" node_modules/@voltagent/core/docs -g"*.md"
# Open a section
cat node_modules/@voltagent/core/docs/getting-started/quick-start.md