Local Simulator Kit
Run agents locally with mocked tools and data.
Configuration
Local Simulator Interface
Developer Tooling
Run agents locally with mocked tools and data.
Integration Code
import { createLocalSimulator } from 'agent-tools-kit/dx'
const tool = createLocalSimulator({ /* config */ })
const result = await tool.run()