Welcome
Agent SDK
Section titled “Agent SDK”A modular AI agent framework built on Vercel AI SDK. Zero-config agents with real tools, durable workflows, and HTTP interfaces.
Packages
Section titled “Packages”| Package | Description |
|---|---|
@agntk/core | Core agent factory — tools, streaming, memory, sub-agents, durability, hooks, scheduling |
@agntk/cli | CLI agent — one-shot prompts, interactive REPL, persistent memory |
agntk | Thin CLI wrapper — enables npx agntk usage |
@agntk/server | Hono HTTP server — REST + SSE + WebSocket endpoints |
@agntk/client | Client library — HTTP, SSE streams, WebSocket, session management |
@agntk/logger | Structured logging — namespace filtering, file/SSE transports, formatters |
Quick Start
Section titled “Quick Start”pnpm installpnpm buildpnpm testDocumentation
Section titled “Documentation”- Getting Started — Introduction and setup
- Installation — Install Agent SDK
- Quick Start — Build your first agent
- SDK Core — Agents, tools, and configuration
- CLI — Command-line interface
- SDK Server — Serve agents over HTTP
- SDK Client — Connect to a remote agent server
- Logger — Structured logging
- Configuration — Configuration system
Requirements
Section titled “Requirements”- Node.js >= 20
- pnpm >= 9
- Workflow DevKit (optional, for durable workflows)
- Langfuse + @opentelemetry/sdk-trace-node (optional, for observability)
License
Section titled “License”MIT