Skip to main content

Overview

Huddle is a21e’s conversational interface. It supports two modes:
  • Single mode — fast, one-model execution through the intent pipeline
  • Multi mode — multi-model deliberation where models plan, critique each other, and reach consensus

Creating a session

Via the web interface

  1. Navigate to a21e.com/huddle
  2. Type your request in the composer
  3. Select Single or Multi mode (or leave on Auto to let a21e decide)
  4. Submit

Via the API

Single vs. Multi mode

Follow-up messages

Send follow-up messages to continue the conversation:
You can switch modes between messages — ask a quick follow-up in single mode after a multi-model deliberation.

Repository context

When your workspace has a connected GitHub repository, Huddle automatically:
  1. Scans your codebase — identifies relevant files based on your question
  2. Inspects files — reads configuration, source code, and tests
  3. Grounds responses — references your actual code with linkified file paths
For codebase-specific questions (“audit my auth implementation”, “do I have test coverage for the API?”), a21e escalates to deeper inspection with more files analyzed.

Streaming

Pass ?stream=true for server-sent events:
Events include stage (pipeline progress), token (response chunks), metadata, and done.