docs: add Data Product Generator and Recommender agents - #135
Open
ZubinShah-Alation wants to merge 3 commits into
Open
docs: add Data Product Generator and Recommender agents#135ZubinShah-Alation wants to merge 3 commits into
ZubinShah-Alation wants to merge 3 commits into
Conversation
Add agent reference pages and recipes for the Data Product Generator and Data Product Recommender, two new built-in agents. New pages: - build/agents/data-product-generator.mdx - build/agents/data-product-recommender.mdx - get-started/recipes/generate-data-products.mdx - get-started/recipes/recommend-data-products.mdx Updated: - astro.config.mjs -- add all four pages to sidebar nav - get-started/recipes/index.mdx -- add use-case map rows and new "Data product management" card section Evidence sources: relational database query usage, BI usage, and catalog metadata. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
ZubinShah-Alation
force-pushed
the
feat/data-product-agents
branch
from
July 24, 2026 05:12
57ea677 to
2a2e171
Compare
jagannathsrs
approved these changes
Jul 28, 2026
mrdkucher
reviewed
Jul 28, 2026
mrdkucher
reviewed
Jul 28, 2026
mrdkucher
approved these changes
Jul 28, 2026
…uct agents - Add six natural-language message examples to Data Product Generator input params - Update generate-data-products recipe ACU from 2–8 to 5–13 per product with justified breakdown (pipeline phases, call counts, batching note) - Update recommend-data-products recipe ACU from 1–4 to 3–10 per run with fixed-overhead-plus-per-cluster cost structure explanation Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Remove the MCP integration example and the overlap audit example — neither is supported by the agent's documented pipeline. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Data Product GeneratorandData Product Recommender) underBuild > Agents > Built-in agentsGet Started > Recipesastro.config.mjssidebar nav to include all four new pagesget-started/recipes/index.mdxwith new use-case map rows and a "Data product management" card sectionNew pages
build/agents/data-product-generator.mdxbuild/agents/data-product-recommender.mdxget-started/recipes/generate-data-products.mdxget-started/recipes/recommend-data-products.mdxContext
Both agents shipped as
REGULARvisibility inalation-ai(AL-255664). This PR surfaces their public documentation on the agent-studio-docs site, following the format and conventions of existing agent reference pages (curation.mdx,revise-data-product.mdx) and recipe pages (bi-report-rationalization.mdx).Content is grounded in the actual agent code (
data_product_generator.py,data_product_recommender.py) and therecommend_data_productskill'sSKILL.md.Test plan
just watch— confirm all four pages render without build errors🤖 Generated with Claude Code