ποΈ Canvas (A2UI)
The Canvas is a structured UI layer that lets the agent render interactive components β tables, forms, cards, buttons, badges β directly in the Suzent interface, alongside the chat.
ποΈ Tool Permissions and Human Approval
Suzent evaluates every deferred tool call through one backend permission engine. The engine decides whether to allow, deny, or ask, and it supplies the exact actions shown by the frontend. The client never constructs permission rules itself.
ποΈ Tools
Tools extend the agent's capabilities, allowing it to interact with the filesystem, web, memory, social platforms, and more. Each tool is a function registered on the pydantic-ai Agent via the tool registry.