Expand description
AgenticWorker (dw-application) pack emission: designer-faithful sidecars
and the store describe document. All output mirrors greentic-designer’s
orchestrate::pack_via_packc / orchestrate::dw_publish byte-for-byte.
Structs§
- Agentic
Worker Secrets Policy - The
secrets-policy.jsondocument embedded in a publisheddw-application.gtpack. - Describe
Meta - Inputs for the store describe document.
manifest_sha256is the lowercase-hex SHA-256 of the FINAL.gtpackbytes (==artifactSha256). - Secret
Policy Entry - One requirement: the canonical
SecretRequirementflattened with its share policy tag. MirrorsSecretPolicyEntryin the designer’sstore::secrets_policy.
Enums§
- Secret
Share Policy - Mirror of greentic-designer
store::secrets_policy::SecretSharePolicy.
Functions§
- agentic_
worker_ describe - Author a
describe-v2document for an Agentic Worker. Byte-faithful to greentic-designerorchestrate::dw_publish::agentic_worker_describe. - dw_
agents_ sidecar_ bytes - Serialize the
agents:map to thedw-agents.jsonsidecar bytes (bare{ "<agent_id>": <AgentConfig> }JSON). ReturnsNonewhen the map is empty so non-agent packs produce byte-identical archives. - secrets_
policy_ sidecar_ bytes - Build the
secrets-policy.jsonsidecar bytes from the canonical secret requirements the pack declares. All entries are assigned thebyo-requiredpolicy — no publisher value ever ships. ReturnsNonewhenrequirementsis empty so packs with no secrets produce a byte-identical archive.