MCPcopy
hub / github.com/storybookjs/storybook / AgentDriver

Interface AgentDriver

scripts/eval/lib/agents/config.ts:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59export interface AgentDriver {
60 name: AgentId;
61 execute(params: AgentExecuteParams): Promise<AgentExecutionResult>;
62}
63
64export interface TokenPricing {
65 input: number;

Callers 8

vendor.jsFile · 0.65
runTrialFunction · 0.65
codex.test.tsFile · 0.65

Implementers 8

GeneratorExecutionCommandcode/lib/create-storybook/src/commands
DependencyInstallationCommandcode/lib/create-storybook/src/commands
AddonConfigurationCommandcode/lib/create-storybook/src/commands
UserPreferencesCommandcode/lib/create-storybook/src/commands
ProjectDetectionCommandcode/lib/create-storybook/src/commands
FrameworkDetectionCommandcode/lib/create-storybook/src/commands
FinalizationCommandcode/lib/create-storybook/src/commands
PreflightCheckCommandcode/lib/create-storybook/src/commands

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…