Skip to content

Commit 016efa5

Browse files
committed
Fix build
1 parent 8a033ac commit 016efa5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/**
2+
* Type declarations for the auto-generated bundled agents module.
3+
*
4+
* The actual file (bundled-agents.generated.ts) is created by
5+
* cli/scripts/prebuild-agents.ts and is gitignored. This declaration
6+
* file lets TypeScript resolve the module when the generated file
7+
* has not been built yet.
8+
*/
9+
import type { LocalAgentInfo } from '../utils/local-agent-registry'
10+
11+
export declare const bundledAgents: Record<string, any>
12+
export declare function getBundledAgentsAsLocalInfo(): LocalAgentInfo[]
13+
export declare function getBundledAgentIds(): string[]
14+
export declare function isBundledAgent(agentId: string): boolean

0 commit comments

Comments
 (0)