Package uno.anahata.asi.swing.toolkit.render


package uno.anahata.asi.swing.toolkit.render
Specialized rendering subsystem for Anahata Toolkits in a Swing environment.

This package provides a provider-agnostic framework for building and registering high-fidelity UIs for AnahataToolkit instances. It decouples the domain-level toolkit logic from its visual representation while maintaining strict thread-safety and session isolation.

Key Architectural Components:

Threading Model:

Renderers in this package are designed to be triggered from either the background threads of the AI Tool execution context or the Swing Event Dispatch Thread (EDT). The base implementation ensures that all state-to-UI updates are safely marshaled to the EDT.

Author:
anahata