Cogentic is an AutoGen group chat, based on the Magentic One orchestration pattern. It differs from the original Magentic One in that it explicitly forces hypothesis creation and testing to answer a question.
Manages a group chat between AI agents using a scientific hypothesis-testing approach.
- Uses pydantic models for data validation and serialization
- Fact management: Tracks facts and evidence during the conversation
- Plan management: Maintains hypotheses and tests, and re-plans whenever a stall occurs or a test is completed
$> pip install cogenticTo create a model client for cogentic, you'll need to be familiar with autogen.
See AutoGen AgentChat Quickstart for details on how to set up your environment and create a model client.
You can then follow the sample to get started with a CogenticGroupChat.
$> git clone https://github.com/knifeyspoony/cogentic.git
$> cd cogentic
$> uv sync