Skip to content

Welcome

A modular AI agent framework built on Vercel AI SDK. Zero-config agents with real tools, durable workflows, and HTTP interfaces.

PackageDescription
@agntk/coreCore agent factory — tools, streaming, memory, sub-agents, durability, hooks, scheduling
@agntk/cliCLI agent — one-shot prompts, interactive REPL, persistent memory
agntkThin CLI wrapper — enables npx agntk usage
@agntk/serverHono HTTP server — REST + SSE + WebSocket endpoints
@agntk/clientClient library — HTTP, SSE streams, WebSocket, session management
@agntk/loggerStructured logging — namespace filtering, file/SSE transports, formatters
Terminal window
pnpm install
pnpm build
pnpm test

  • Node.js >= 20
  • pnpm >= 9
  • Workflow DevKit (optional, for durable workflows)
  • Langfuse + @opentelemetry/sdk-trace-node (optional, for observability)

MIT