Skip to main content

Interface: PersonaRegistrySource

Defined in: packages/agentos/src/extensions/types.ts:203

Persona registry source configuration

Properties

branch?

optional branch: string

Defined in: packages/agentos/src/extensions/types.ts:209

Optional branch for git sources


cacheDuration?

optional cacheDuration: 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?

optional token: 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?

optional verified: boolean

Defined in: packages/agentos/src/extensions/types.ts:213

Whether this is a verified/trusted source