We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a033ac commit 016efa5Copy full SHA for 016efa5
cli/src/agents/bundled-agents.generated.d.ts
@@ -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