docs(ecosystem): add an agent-side libraries section - #2407
docs(ecosystem): add an agent-side libraries section#2407quotentiroler wants to merge 2 commits into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request adds a new "Agent-Side Libraries" section to the ecosystem renderers documentation, introducing the Max-Health-Inc/prefab project. The review feedback suggests capitalizing "Basic Catalog" for consistency and formatting the table columns to align with Prettier styling.
| | Project | Language | Description | Links | | ||
| | ------- | -------- | ----------- | ----- | | ||
| | **Max-Health-Inc/prefab** (`@maxhealth.tech/prefab`) | TypeScript | Server-side component library that emits A2UI from a typed component tree, with a diagnostic for anything the Basic catalog cannot express. Also serves A2UI over MCP as an `a2ui://` resource or an embedded resource. | [GitHub](https://github.com/Max-Health-Inc/prefab) · [npm](https://www.npmjs.com/package/@maxhealth.tech/prefab) · [Docs](https://maxhealth.tech/prefab/guide/a2ui) | |
There was a problem hiding this comment.
To maintain consistency with the rest of the document, "Basic catalog" should be capitalized as "Basic Catalog". Additionally, the table columns should be aligned to match the Prettier formatting style used throughout the rest of the file.
| | Project | Language | Description | Links | | |
| | ------- | -------- | ----------- | ----- | | |
| | **Max-Health-Inc/prefab** (`@maxhealth.tech/prefab`) | TypeScript | Server-side component library that emits A2UI from a typed component tree, with a diagnostic for anything the Basic catalog cannot express. Also serves A2UI over MCP as an `a2ui://` resource or an embedded resource. | [GitHub](https://github.com/Max-Health-Inc/prefab) · [npm](https://www.npmjs.com/package/@maxhealth.tech/prefab) · [Docs](https://maxhealth.tech/prefab/guide/a2ui) | | |
| | Project | Language | Description | Links | | |
| | ----------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | | |
| | **Max-Health-Inc/prefab** (@maxhealth.tech/prefab) | TypeScript | Server-side component library that emits A2UI from a typed component tree, with a diagnostic for anything the Basic Catalog cannot express. Also serves A2UI over MCP as an a2ui:// resource or an embedded resource. | [GitHub](https://github.com/Max-Health-Inc/prefab) · [npm](https://www.npmjs.com/package/@maxhealth.tech/prefab) · [Docs](https://maxhealth.tech/prefab/guide/a2ui) | |
References
- Code should follow the relevant style guides, and use the correct auto-formatter, for each language, as described in the repository contributing guide's Style section. (link)
|
CLA signed. |
The ecosystem page covers renderers thoroughly. There is no home for projects on the producing side, which is where
agent_sdks/sits and where TypeScript currently has no entry.This adds an "Agent-Side Libraries" section with one row, for a TypeScript library that emits A2UI rather than rendering it.
If you would rather it went in
community.md, or you want it held until more than one project qualifies, say so and I will close it.Announcement discussion: #2406