New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@agentkit-js/core

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentkit-js/core

Core runtime for agentkit-js — agents, executor, memory, models, tools

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@agentkit-js/core

Agent runtime — agents, kernels, models, tools, quality runners, evals, checkpoints.

Part of agentkit-js — a TypeScript + WASM agent runtime.

Install

npm install @agentkit-js/core @anthropic-ai/sdk

Usage

import { CodeAgent, AnthropicModel, AnthropicModels } from "@agentkit-js/core";

const agent = new CodeAgent({
  model: new AnthropicModel(AnthropicModels.SONNET_4_6, { apiKey: process.env.ANTHROPIC_API_KEY }),
});

const result = await agent.run({ task: "What is 12 * 13?" });
console.log(result.finalAnswer);

See the main README for the full surface area: agents, runners, kernels, models, tools, evals, checkpoints, and observability.

License

Apache-2.0 — © agentkit-js contributors

Keywords

agentkit

FAQs

Package last updated on 12 Jun 2026

Related posts