Expand description
Minimal store client for publishing AgenticWorker packs. Mirrors
greentic-designer store::client::publish_agentic_worker.
Functions§
- publish_
agentic_ worker - POST the pack to
{store}/api/v1/agentic-workers(multipart metadata+artifact, Bearer token).409 Conflict(already published) is returned as a distinctalready published (409): <body>error; non-2xx otherwise carries the status code and body. - publish_
metadata - Build the
{describe, artifactSha256}upload metadata for a pack. The describe’smanifestSha256and the top-levelartifactSha256are BOTH the lowercase-hex sha256 ofpack_bytes(the final .gtpack).