Installation
Python Package
pip install group-sense
Development Setup
For development setup and contributing guidelines, see DEVELOPMENT.md.
API Keys
Group Sense uses Google Gemini models by default. Set your API key:
export GOOGLE_API_KEY="your-api-key"
The library supports any pydantic-ai compatible model. Pass a custom model to reasoner constructors using the model parameter.