Interface: PersonaRegistrySource
Defined in: packages/agentos/src/extensions/types.ts:203
Persona registry source configuration
Properties
branch?
optionalbranch:string
Defined in: packages/agentos/src/extensions/types.ts:209
Optional branch for git sources
cacheDuration?
optionalcacheDuration:number
Defined in: packages/agentos/src/extensions/types.ts:215
Cache duration in milliseconds
location
location:
string
Defined in: packages/agentos/src/extensions/types.ts:207
Location (URL, path, package name)
token?
optionaltoken:string
Defined in: packages/agentos/src/extensions/types.ts:211
Optional authentication token
type
type:
"github"|"npm"|"file"|"git"|"url"
Defined in: packages/agentos/src/extensions/types.ts:205
Type of source
verified?
optionalverified:boolean
Defined in: packages/agentos/src/extensions/types.ts:213
Whether this is a verified/trusted source