Skip to main contentCrate a2ui_base
Source - capabilities
- Capabilities negotiation and inline-catalog parsing.
- catalog
- components
- Framework-agnostic component behavior — the
handle_event logic for
the interactive component types whose handlers touch only core types. - error
- event
- Framework-agnostic input event types and interaction results.
- focus
- Keyboard focus management — framework-agnostic.
- interaction
- Framework-agnostic interaction helpers — applying component interaction
results to the runtime state.
- message_processor
- Message processor — parses A2UI messages and mutates state models.
- model
- observable
- protocol
- validate
- A2UI payload & component validation (ported from Python
a2ui_core.validating).