BlocksAssistant

Assistant artifacts

A side panel showing tool output, context usage and what the model is working on. It's put together from assistant components that already exist. Deciding what actually runs and in what order stays in your app, where it belongs.

Recipe

Framework adapters

Show code
<AssistantSidebar>
  <ToolGroup items={tools} />
  <ContextDisplay used={used} limit={limit} />
</AssistantSidebar>