AI Runtime & Agent Substrate
A production AI domain with agent loops, tool protocols, RAG, local execution, provider metadata, and multimodal pipelines kept out of app code.
import { Agent, tool } from "@nebutra/agents";import { z } from "zod"; const agent = new Agent({ model: "claude-sonnet-4-6", tools: { search: tool({ description: "Search internal docs",