AG-UI

This module provides an advanced graphical user interface for managing and interacting with AI models within the Drupal ecosystem.

Components:
- Chat: An agentic chat component using AG-UI.
  - Usage: Use the SDC `agui:chat` in your templates.
  - Props:
    - endpoint: The API endpoint for the chat agent (default: /agui/api/chat).
    - agentId: The ID of the agent.

API:
- /agui/api/chat: Endpoint for the chat component to communicate with the backend.
