Skip to main content

Interface: ExtensionSourceMetadata

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

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:35

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


sourceName

sourceName: string

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

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:31

Optional semantic version of the pack.