Group Genie enables single-user AI agents to participate in group chat conversations without requiring modification to the agents themselves. While many AI agents excel at responding to direct queries from individual users, they typically cannot handle multi-party conversations where relevant information emerges from complex exchanges between multiple participants. Group Genie solves this by combining Group Sense's intelligent pattern detection with a flexible agent integration layer. Agents can be based on any technology stack (framework, API, etc.) and integrated through a simple agent interface, with default implementations provided for Pydantic AI and the OpenAI Agents SDK.
- Installation: Installation instructions and API key setup
- Tutorial: Complete walkthrough of building a group chat agent
- Integration: Integrating Group Genie into applications
- API Documentation: Complete API reference
For AI assistants and LLM-based tools, optimized documentation formats are available:
- llms.txt: Concise documentation suitable for LLM context windows
- llms-full.txt: Complete documentation with full API details
For development setup, see DEVELOPMENT.md