Adding agent studio section with a curation widget. #7
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.
Changes made
This pull request introduces new documentation and UI components for two Agent Studio experiences—Curation Agent and Sidepanel Agent Studio—along with supporting updates to the docs site. The main changes include new MDX documentation pages, preview components, and additions to the UI library. These updates make it easier for users to integrate and understand the new Algolia-powered agent experiences.
New Agent Studio Experiences Documentation:
curation-agent.mdxandsidepanel-agent-studio.mdxdocs pages describing usage, configuration, and extensibility for the new Algolia Agent Studio experiences. These pages include code samples, file structure, and behavioral details for each agent. [1] [2]Preview Components and Registry Integration:
PreviewCurationAgenttopreviews.tsxto visually demonstrate the Curation Agent in documentation, including install instructions and an interactive preview. Also integrated the mainCurationAgentcomponent from the registry. [1] [2]Docs Navigation and Organization:
meta.jsonto add an "---Agent Studio---" section and link the new Curation Agent documentation, improving discoverability in the docs sidebar.UI Library Additions:
Card(with header, footer, title, etc.),Carousel(with navigation and context),Skeleton, andTabsto the docs app, supporting richer documentation and previews. [1] [2] [3] [4]Comments
The main case is attempted to be solved by this are to allow users to use CN with the agent studio. First is the creation agent, a block that is self-contained. The main issue here is that the index isn't hosted on a particularly good data set; it's one of our customers, and it would be better to use an all-in-one app.
For the Side panel, I'm unsure how we would manage having different indexes and how that would end up looking. It's different to ask AI where it's always gonna be one index.