Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

AutoGen

AutoGen is an advanced open-source framework developed by Chi Wang designed to simplify the creation of multi-agent systems powered by large language models (LLMs). The platform allows developers to build conversational AI agents that can interact with each other, humans, and various tools in a coordinated manner. AutoGen is highly modular and supports a wide range of applications, making it an essential tool for developers looking to implement complex, automated workflows with minimal manual intervention.

General
AuthorChi Wang
Release DateSeptember 2023
Websitehttps://microsoft.github.io/autogen/
Repositoryhttps://github.com/microsoft/autogen
Documentationhttps://microsoft.github.io/autogen/docs/Getting-Started
Discordhttps://discord.com/invite/pAbnFJrkgZ
Technology TypeAI/ML Framework

Key Features

  • Multi-Agent Framework: Facilitates the design of agents with specialized roles, enabling them to communicate and collaborate efficiently.

  • Enhanced LLM Inference: Provides advanced APIs for improving LLM performance, reducing inference costs.

  • Customizable Workflows: Supports complex, dynamic workflows by allowing agents to interact through conversational patterns, enabling seamless automation.

  • Tool Integration: Agents can be configured to use external tools, adding flexibility and enhancing their problem-solving capabilities.

  • Human-in-the-Loop: Integrates human feedback into the workflow, allowing for oversight and intervention when necessary.

Start Building with AutoGen

AutoGen simplifies the development of complex AI applications by providing a robust framework for creating multi-agent systems. With its modular design, developers can quickly build and customize AI workflows that combine LLMs, human intelligence, and various tools to tackle intricate tasks. Whether you are looking to automate customer support, enhance software development processes, or optimize supply chains, AutoGen offers the flexibility and power needed to create sophisticated AI-driven solutions. Explore the community-built use cases and applications to see the full potential of what AutoGen can do.

👉 Start building with AutoGen

👉 Examples

AutoGen AI technology page Hackathon projects

Discover innovative solutions crafted with AutoGen AI technology page, developed by our community members during our engaging hackathons.

Wisdom AI :  Reviving Ancient Wisdom Through AI

Wisdom AI : Reviving Ancient Wisdom Through AI

WisdomAI: Reviving Ancient Wisdom with AI WisdomAI is a multilingual, source-grounded AI platform that makes centuries-old wisdom accessible to today’s generation in any language. Many young people have deep questions about life, ethics, purpose, non-violence, relationships, stress, self-discipline, and decision-making, but ancient wisdom is often locked inside old books, difficult languages, scanned manuscripts, or limited access to scholars. WisdomAI solves this by allowing users to upload wisdom texts, create a private knowledge index, and ask questions in natural language. Users can ask in one language and choose the answer language, such as English, Hindi, Gujarati, Sanskrit, Sinhala, or other global languages. The system then provides detailed answers grounded only in the selected uploaded book, with source references for transparency. Unlike generic AI chatbots, WisdomAI does not answer from broad model knowledge. It uses a document-specific RAG pipeline where each uploaded book is isolated, indexed, and searched independently. When a user asks a question, WisdomAI retrieves only the most relevant passages from the selected book and asks Gemini to generate an answer strictly from that evidence. If the selected book does not contain enough information, WisdomAI refuses gracefully instead of hallucinating. A key innovation is Quarantine Mode for Poisoned Books. Before any uploaded text enters the RAG pipeline, WisdomAI scans it for hidden prompt injection, malicious instructions, or attempts to override system behavior. If unsafe content is detected, the document is quarantined, the triggered safety rule is shown to the user, and the poisoned book is blocked from indexing and retrieval. This protects the integrity of the knowledge base and makes the system safer for educational, cultural, and research use.

RepoPilot

RepoPilot

RepoPilot is an AI-powered developer onboarding platform that helps developers quickly understand complex codebases. Modern repositories are often large and difficult to navigate, making onboarding slow and confusing. RepoPilot solves this by turning repositories into an interactive, AI-driven learning experience. It connects directly to GitHub and performs deep analysis of project structure, architecture, dependencies, modules, APIs, workflows, and runtime behavior. Instead of manually exploring code, developers get structured insights and AI-generated explanations. A key feature is its Codebase Q&A Assistant, where users can ask questions in natural language and receive context-aware answers based on the repository. It also provides automatic code explanations that simplify complex modules while still supporting advanced detail. RepoPilot includes project structure visualization and dependency mapping, helping developers understand how files, services, and modules connect and how data flows through the system. It also offers runtime flow tracing to visualize execution paths step by step. A Smart Onboarding Flow generates guided learning paths based on repository complexity, ensuring developers explore important components in the right order. The platform supports Beginner and Professional modes to adjust explanation depth. Built with Next.js, React, TypeScript, Tailwind CSS, and GitHub APIs, RepoPilot reduces onboarding time and improves developer productivity by making complex systems easier to understand.