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