Overview
DecipherIt generates comprehensive, well-structured summaries using CrewAI’s multi-agent framework. Research and Content Writer agents work together to transform raw content into engaging, informative blog-style summaries with proper citations.Summaries are generated using a two-stage process: deep research analysis followed by engaging content creation, ensuring both accuracy and readability.
Summary Generation Process
Research Analysis
The Researcher agent conducts a deep analysis of all available content.Analysis Activities:
- Reviews ALL source content thoroughly
- Identifies key themes and patterns
- Cross-references information across sources
- Highlights supporting evidence
- Notes conflicting viewpoints
- Organizes findings into logical themes
backend/config/topic_research/tasks.py:89-127Content Creation
The Content Writer agent transforms research analysis into an engaging blog post.Content Requirements:
- Engaging, authoritative voice
- Proper markdown formatting
- Citations for all claims
- Clear structure with headings
- Professional yet accessible tone
- Value-focused content
backend/config/topic_research/tasks.py:128-169Summary Structure
Generated summaries follow a consistent, professional structure:- Components
- Formatting
Title
Clear, descriptive title capturing the main topicIntroduction
- Hooks reader with compelling opening
- Outlines key points to be covered
- Sets context for the research
Main Sections
- Multiple thematic sections based on research findings
- Organized logically by topic relationships
- Each section explores different aspects
- Includes subheadings for clarity
Conclusion
- Synthesizes key insights
- Highlights main takeaways
- Provides closure to the research
References
- Complete list of all sources cited
- Proper citation format
- Linked for easy access
CrewAI Agent Configuration
Research Analyst Agent
backend/agents/topic_research_agent.py:121-143
Content Writer Agent
backend/agents/topic_research_agent.py:129-152
Output Format
Summaries are returned as structured JSON:backend/models/topic_research_models.py
Accessing Your Summary
Once research processing completes:View Summary Tab
The Deciphered Summary tab is selected by default, displaying your AI-generated summary.
client/components/notebook/notebook-polling.tsx:776-785
Citation Format
All summaries include proper citations:- URL Sources
- Document Sources
- Text Sources
Citations from web sources:Example:
“Climate change is accelerating faster than predicted” - Nature Climate Report
Summary Quality Features
Comprehensive Coverage
All sources are thoroughly analyzed and incorporated, ensuring no important information is missed.
Logical Organization
Content is organized into coherent sections based on natural theme groupings from the research.
Proper Attribution
Every claim is backed by citations, making it easy to verify information and explore further.
Engaging Writing
Professional yet accessible tone makes complex research easy to understand and engaging to read.
Customization Through Prompts
The summary generation adapts to your content:Topic-Based Research
Topic-Based Research
For topic research, summaries:
- Focus on the specific research question
- Include current date/time context
- Emphasize recent developments
- Compare multiple perspectives from web sources
Source-Based Research
Source-Based Research
For multi-source research, summaries:
- Integrate insights from different source types
- Cross-reference uploaded documents with URLs
- Incorporate manual text content contextually
- Provide unified analysis of diverse materials
Technical Details
LLM Configuration
Summaries use GPT-4o for optimal quality:backend/config/llm.py
Crew Orchestration
backend/agents/topic_research_agent.py:164-246
Best Practices
Review Citations
Click through citation links to verify sources and explore topics in more depth.
Use as Starting Point
Summaries provide comprehensive overviews - use the Chat feature for specific questions.
Export Content
Copy the markdown content for use in your own documents, presentations, or reports.
Verify Information
While summaries are generated from credible sources, always verify critical information.
Related Features
FAQ Generation
Auto-generated Q&A from summary content
Interactive Q&A
Ask specific questions about the research
Mindmaps
Visual representation of summary themes