Skip to content

docs: add Data Product Generator and Recommender agents - #135

Open
ZubinShah-Alation wants to merge 3 commits into
mainfrom
feat/data-product-agents
Open

docs: add Data Product Generator and Recommender agents#135
ZubinShah-Alation wants to merge 3 commits into
mainfrom
feat/data-product-agents

Conversation

@ZubinShah-Alation

Copy link
Copy Markdown

Summary

  • Add agent reference pages for the two new default agents (Data Product Generator and Data Product Recommender) under Build > Agents > Built-in agents
  • Add recipe pages for both agents under Get Started > Recipes
  • Update astro.config.mjs sidebar nav to include all four new pages
  • Update get-started/recipes/index.mdx with new use-case map rows and a "Data product management" card section

New pages

Page Path
Data Product Generator agent reference build/agents/data-product-generator.mdx
Data Product Recommender agent reference build/agents/data-product-recommender.mdx
Generate data products recipe get-started/recipes/generate-data-products.mdx
Recommend data products recipe get-started/recipes/recommend-data-products.mdx

Context

Both agents shipped as REGULAR visibility in alation-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 the recommend_data_product skill's SKILL.md.

Test plan

  • just watch — confirm all four pages render without build errors
  • Verify sidebar nav shows both agents under Built-in agents and both recipes in the Recipes group
  • Verify cross-links between generator ↔ recommender pages and their respective recipes resolve correctly
  • Check recipes index renders the new "Data product management" card section

🤖 Generated with Claude Code

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
ZubinShah-Alation force-pushed the feat/data-product-agents branch from 57ea677 to 2a2e171 Compare July 24, 2026 05:12
Comment thread src/content/docs/build/agents/data-product-generator.mdx Outdated
Comment thread src/content/docs/get-started/recipes/generate-data-products.mdx Outdated
ZubinShah-Alation and others added 2 commits July 31, 2026 09:30
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants