AutoGen Integration (@heossi/qnsi-autogen-qnsp)
QNSI provides an AutoGen-oriented executor that submits code workloads to QNSI AI orchestration endpoints with tenant-scoped activation.
AutoGen Integration (@heossi/qnsi-autogen-qnsp)
QNSI provides an AutoGen-oriented executor that submits code workloads to QNSI AI orchestration endpoints with tenant-scoped activation.
Install
pnpm add @heossi/qnsi-autogen-qnsp autogen
Usage
import { QnspExecutor } from "@heossi/qnsi-autogen-qnsp";
const executor = new QnspExecutor({
apiKey: process.env.QNSP_API_KEY!,
});
What it provides
- code execution job submission
- execution status polling
- activation-backed tenant resolution and entitlement checks