MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / PackAgentOptions

Interface PackAgentOptions

src/runtime/adapters/types.ts:110–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110export interface AgentExecutionContext {
111 runId: string;
112 channelId: string;
113 jobId?: string;
114 triggerType: RuntimePlatform;
115}
116
117export type RequestHeadersProvider = (
118 context: AgentExecutionContext,
119) => Record<string, string> | Promise<Record<string, string>>;
120
121export interface PackAgentOptions {
122 apiKey: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected