Skip to content

Curation Automation

The Curation Automation agent generates metadata for objects in the data catalog. Given an object and its context, it produces suggested metadata such as titles, descriptions, and field values that stewards can review and apply.

You pass the agent an object along with the context needed to describe it. The agent returns structured metadata suggestions. Unlike the interactive Curation agent, this agent is built for automated, high-volume metadata generation: it produces structured output rather than holding a conversation, which makes it suited to batch curation workflows.

Required:

  • message (string): The request, including the object context the agent should describe.

The agent returns structured metadata suggestions, with confidence information, rather than free-form text. This makes the output straightforward to review and apply programmatically.

  • Curation Automation (this agent) generates metadata as structured output for automated workflows. It does not call catalog tools itself.
  • Curation is interactive: it searches the catalog, proposes enrichments, and can write them back with your confirmation.

Use Curation Automation when you are curating many objects through a pipeline; use Curation for hands-on enrichment.