Skip to main content

Interface: ExtensionSourceMetadata

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

Metadata describing where a descriptor originated from. Useful for debugging, audit logs, or surfacing provenance in developer tooling.

Properties

identifier?

optional identifier: string

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

Identifier of the pack entry inside a manifest (path, local file, etc.).


sourceName

sourceName: string

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

Human-friendly name of the pack providing the descriptor (e.g. package name).


sourceVersion?

optional sourceVersion: string

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

Optional semantic version of the pack.