@agentskit/os-runtime-agentskit
AgentsKitOS runtime binding for AgentsKit — adapts @agentskit/adapters and @agentskit/tools.
What it does
Bridges upstream AgentsKit packages into the OS runtime contracts.
createAgentskitLlmAdapter(...)— wrap any@agentskit/adaptersprovider (Anthropic, OpenAI, Bedrock, Gemini, …) into anos-runtimeLlmAdapter.createAgentskitToolExecutor(...)— register@agentskit/toolstools and expose them via the OSToolExecutorinterface.createAgentskitMemoryAdapter(...)— bind@agentskit/memorybackends to the OSMemoryAdaptercontract.- A registry of factory functions for the most common combos.
ADR-0015
This package is the only sanctioned bridge to AgentsKit. The rest of the OS
talks to it through the contracts in os-runtime, never directly. Read
ADR-0015 for details.
Status
Shipping in M1. New package as of #281, executor + memory adapters in #282.