@openagentpack/sdk
v0.3.1
Published
OpenAgentPack SDK (Node-compatible runtime)
Maintainers
Readme
@openagentpack/sdk
The Node-compatible TypeScript SDK that powers OpenAgentPack.
Install
npm install @openagentpack/sdkExample
import { planProjectContext, resolveProjectConfig } from "@openagentpack/sdk";
const config = await resolveProjectConfig({ configPath: "agents.yaml" });
const plan = await planProjectContext(config);
console.log(plan);See the configuration guide, provider reference, and SDK documentation.
License
Apache-2.0. See the repository license.
