SubagentManifestEntry
Defined in: package/manifest.ts:46
Subagent definition in the manifest.
Properties
Section titled “Properties”defaultModel?
Section titled “defaultModel?”
optionaldefaultModel:string
Defined in: package/manifest.ts:75
Default model for this subagent. Can be “inherit” to use parent’s model.
Default
Section titled “Default”"inherit"description?
Section titled “description?”
optionaldescription:string
Defined in: package/manifest.ts:62
Human-readable description of what this subagent does.
entryPoint
Section titled “entryPoint”entryPoint:
string
Defined in: package/manifest.ts:51
Entry point file path relative to package root.
Example
Section titled “Example”"./dist/index.js"export
Section titled “export”export:
string
Defined in: package/manifest.ts:57
Export name from the entry point.
Example
Section titled “Example”"Dhalsim" or "BrowseWeb"maxIterations?
Section titled “maxIterations?”
optionalmaxIterations:number
Defined in: package/manifest.ts:81
Default maximum iterations.
Default
Section titled “Default”15
optionaluses:string[]
Defined in: package/manifest.ts:68
List of gadget names this subagent uses internally. Useful for documentation and dependency tracking.