Extensions and Customization¶
This section covers how to extend Insight Ingenious with custom components and configurations.
Available Extension Guides¶
Core Extensions¶
- Custom Agents - Create specialized AI agents for specific tasks
- Conversation Patterns - Design custom multi-agent conversation flows
- Flow Implementation - Implement custom workflow logic
- Custom Templates - Create and modify prompt templates
Getting Started with Extensions¶
Before creating custom extensions, ensure you have:
- A working Insight Ingenious installation - See Getting Started
- Understanding of core workflows - See Architecture
- Development environment setup - See Development Guide
Extension Architecture¶
Ingenious uses a modular architecture that supports both external and internal extensions. The recommended approach is external extensions to avoid modifying library code.
For detailed implementation guidance, see the Development Guide.