a2ui-project / a2ui-project/a2ui
Implement the concept of "Composite" components
Open
component: agent_sdk
P2
type: feature/enhancement
- Dominant language
- TypeScript
- Stars
- 16.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 134
Description
Imagine if you could define a `CompositeComponent` which is implemented in A2UI, using other components. This concept could exist entirely within the agent inference libraries. When the LLM returns a layout, the agent library can then convert the Composite Components to traditional Primitive Components before sending them to the client.
This provides a way to create higher level abstractions for agents without changing a client implementation.
Contributor guide
Assessment
This issue has not been assessed yet.