opper-node-agents
Installation
SKILL.md
Opper Node Agents
Build type-safe AI agents in TypeScript with think-act reasoning loops, Zod-validated tools, multi-agent composition, streaming, and full observability.
Installation
npm install @opperai/agents
# or: pnpm add @opperai/agents / yarn add @opperai/agents
Prerequisites: Node.js 20+
Set your API key:
export OPPER_API_KEY="your-api-key"
Related skills