Company LogoCompany Logo
  • LinkedIn
  • Services
    Solutions Offered
    Hire Experts
    Industries Served
    • Custom Software Development
    • Chrome Extension Development
    • AI Development Services
    • Blockchain Development
    • SaaS Development
    • IOT Software Development
    • API Development
    • Enterprise Software Development
    • Mobile App Development
    • Web Scraping
    • Financial Software Development
    • Browser Extension Development
    • Business Automation
    • Geo Location
    • Data Visualization
    • Offshore development
    • Digital Transformation
    • IT Outsourcing Services

    Solutions Offered

    We offer custom solutions for a variety of complex business problems for both Startups and Enterprises.

    Explore More
    • Hire Chrome Extension Developer
    • SaaS application development
    • Hire php developers
    • Hire Software Developers
    • Hire app developers
    • Software Product Developers
    • Web Application Development
    • Hire NFT Marketplace Developers
    • Hire AI Developers
    • Hire Laravel Developers
    • Hire Full Stack Developers
    • Hire Cross Platform Mobile App Developers
    • Hire Python Developers
    • Hire WordPress Developers
    • Hire React Developers

    Hire experts

    Hire our expert developers to solve your business specific problems.

    Explore More
    • Education
    • Transportation Management System
    • Ecommerce Development Company
    • Marketing Software Development
    • Media Entertainment
    • Real Estate Software Development
    • Oil and Gas
    • Manufacturing

    Industries Served

    We developed sophisticated and comprehensive IT solutions for various industry verticals namely Education, transportation, eCommerce, Real estate, Oil and Gas etc.

    Explore More
  • Portfolio
    • Our Projects
    • Our Technologies
  • Company
    • About Us
    • Our Approach
    • Testimonials
    • Career
    • Blog
  • Contact Us
  • Get a quote
Logo Logo LinkedIn
LinkedIn Contact Us Get a quote
×
LinkedIn
  • Services
    • Solutions Offered
      • Custom Software Development
      • Chrome Extension Development
      • AI Development Services
      • Blockchain Development
      • SaaS Development
      • IOT Software Development
      • API Development
      • Enterprise Software Development
      • Mobile App Development
      • Web Scraping
      • Financial Software Development
      • Browser Extension Development
      • Business Automation
      • Geo Location
      • Data Visualization
      • Offshore development
      • Digital Transformation
      • IT Outsourcing Services
    • Hire Experts
      • Hire Chrome Extension Developer
      • SaaS application development
      • Hire php developers
      • Hire Software Developers
      • Hire app developers
      • Software Product Developers
      • Web Application Development
      • Hire NFT Marketplace Developers
      • Hire AI Developers
      • Hire Laravel Developers
      • Hire Full Stack Developers
      • Hire Cross Platform Mobile App Developers
      • Hire Python Developers
      • Hire WordPress Developers
      • Hire React Developers
    • Industries Served
      • Education
      • Transportation Management System
      • Ecommerce Development Company
      • Marketing Software Development
      • Media Entertainment
      • Real Estate Software Development
      • Oil and Gas
      • Manufacturing
  • Portfolio
    • Our Projects
    • Our Technologies
  • Company
    • About Us
    • Our Approach
    • Testimonials
    • Career
    • Blog
  • Contact Us
Get a quote
  • Portfolio
  • Other
  • Agentic AI : Multi Agent – LangGraph Based – Personalized Content Generator

Agentic AI : Multi Agent – LangGraph Based – Personalized Content Generator

A tool to create platform-specific content in your own style using a multi-agent system powered by LangGraph, with seamless refinement and direct publishing.

CLIENT'S REQUIREMENT

The requirement was to build a reference content generation platform that could automatically create high-quality, platform-ready posts (e.g., LinkedIn, Twitter) in the user’s own voice. The client needed the system to source topics from external links such as blogs, articles, and YouTube videos, while mimicking the user’s style using uploaded documents or past content links. They also wanted the ability to pull from the user’s own knowledge base to reflect their expertise, enable refinement loops through interactive prompts, and provide one-click publishing to multiple platforms. Beyond generation, session management, RAG-based document retrieval, and multi-platform support were mandatory for end-to-end usability

SOLUTION

We built a platform where multiple agents powered by LangGraph and LangChain work together to generate content that is both personalized and platform-ready. The process begins with a Query Parsing Agent that reads the user’s request and decides what needs to be done, whether to extract content, apply style matching, or bring in user references.

If style is required, the request goes to a Style Optimization Agent, which uses uploaded documents or past posts to capture the tone and writing patterns. At the same time, the system triggers an Extract Content Agent that pulls transcripts from YouTube links or text from blogs and articles. For cases where users want their own expertise reflected, a Document Retrieval Agent uses RAG (retrieval augmented generation) to fetch relevant notes, case studies, or uploaded files from the user’s knowledge base. These parallel outputs, style, topic content, and personal references, are then passed to the Draft Generation Agent, which uses large language models to merge them into a first draft. The draft is shown to the user, who can refine it by adding prompts, new links, or stylistic tweaks, and the system dynamically re-runs the agents to update the content.

Once the user approves, a Publishing Agent posts the final content directly on platforms like LinkedIn, returning the live URL. In this way, the system handles the full cycle, query understanding, multi-source content extraction, RAG-based personalization, iterative refinement, and seamless publishing, making the workflow both intelligent and automated.

TECHNOLOGY STACK

Frontend : Steamlit , LLM: deepseek-r1:8b switchable between Gemini 2.0 Flash (local & cloud LLM), backend : Flask, Docker, DB : Chroma DB (vector), Agentic FW: Langchain, Lang graph, Lang smith, Lang chain Olama embeddings: nomic-embed-text

CLIENT’S REQUIREMENT

The requirement was to build a reference content generation platform that could automatically create high-quality, platform-ready posts (e.g., LinkedIn, Twitter) in the user’s own voice. The client needed the system to source topics from external links such as blogs, articles, and YouTube videos, while mimicking the user’s style using uploaded documents or past content links. They also wanted the ability to pull from the user’s own knowledge base to reflect their expertise, enable refinement loops through interactive prompts, and provide one-click publishing to multiple platforms. Beyond generation, session management, RAG-based document retrieval, and multi-platform support were mandatory for end-to-end usability

Solution

We built a platform where multiple agents powered by LangGraph and LangChain work together to generate content that is both personalized and platform-ready. The process begins with a Query Parsing Agent that reads the user’s request and decides what needs to be done, whether to extract content, apply style matching, or bring in user references.

If style is required, the request goes to a Style Optimization Agent, which uses uploaded documents or past posts to capture the tone and writing patterns. At the same time, the system triggers an Extract Content Agent that pulls transcripts from YouTube links or text from blogs and articles. For cases where users want their own expertise reflected, a Document Retrieval Agent uses RAG (retrieval augmented generation) to fetch relevant notes, case studies, or uploaded files from the user’s knowledge base. These parallel outputs, style, topic content, and personal references, are then passed to the Draft Generation Agent, which uses large language models to merge them into a first draft. The draft is shown to the user, who can refine it by adding prompts, new links, or stylistic tweaks, and the system dynamically re-runs the agents to update the content.

Once the user approves, a Publishing Agent posts the final content directly on platforms like LinkedIn, returning the live URL. In this way, the system handles the full cycle, query understanding, multi-source content extraction, RAG-based personalization, iterative refinement, and seamless publishing, making the workflow both intelligent and automated.

Technology Stack

Frontend : Steamlit , LLM: deepseek-r1:8b switchable between Gemini 2.0 Flash (local & cloud LLM), backend : Flask, Docker, DB : Chroma DB (vector), Agentic FW: Langchain, Lang graph, Lang smith, Lang chain Olama embeddings: nomic-embed-text

Project Image
Project Image
Project Image
Project Image
AI-POWERED PARENTAL CONTROL APP

Previous Project

AI-POWERED PARENTAL CONTROL APP

AI-powered Shopping companion app

Next Project

AI-powered Shopping companion app

Need Similar Features? Let's Discuss!

    I am a

    •  

    • Startup Company

    • Small Company

    • Medium/Large Company

    • Startup

    • Small Company

    • Medium - Large Company

    Solutions
    • Custom Software Development
    • Chrome Extension Development
    • AI Development Services
    • Blockchain Development
    • IOT Software Development
    • API Development
    • Enterprise Software Development
    • Many more...
    Industries
    • Education
    • Transportation
    • E-Commerce
    • Marketing & Advertisement
    • Media & Entertainment
    • Real Estate
    • Oil and Gas
    • Manufacturing
    • Others
    Company
    • Career
    • About Us
    • Testimonials
    • Approach
    • Blog
    • Privacy Policy
    Office Locations
    1
    6th Floor, Building 2A, Ecospace Business Park,
    AA II, New Town, Kolkata 700156
    • USA Number +1-408-475-6464 WhatsApp
    • Email sales-team@binaryfolks.com
    Get a quote
    We are recognized by
    • www.clutch.co
    • www.goodfirms.co
    • www.softwareworld.co
    • www.topappdevelopmentcompanies.com
    • www.itfirms.co
    • www.topdevelopers.biz
    • www.crowdreviews.com
    • www.techreviewer.co
    • https://selectedfirms.co/
    • Our Choice

    Corporate Identity No. U72900WB2017PTC222936, © BinaryFolks Pvt Ltd, 2012-2025. All Rights Reserved.

    Get a quote

      Your Name*

      Phone / WhatsApp

      Email*

      I am a

      •  

      • Startup Company

      • Small Company

      • Medium/Large Company

      • Startup

      • Small Company

      • Medium - Large Company

      Your Requirement*

      Get a quote

        Your Name*

        Phone / WhatsApp

        Email*

        I am a

        •  

        • Startup Company

        • Small Company

        • Medium/Large Company

        • Startup

        • Small Company

        • Medium - Large Company

        Your Requirement*