Introduction
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.
Core Packages
Section titled “Core 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 |
Next Steps
Section titled “Next Steps”- Installation — Set up Agent SDK in your project
- Quick Start — Build your first agent
- SDK Core — Learn about agents, tools, and configuration