Ultimate 오픈 소스 프로젝트 Solutions for Everyone

Discover all-in-one 오픈 소스 프로젝트 tools that adapt to your needs. Reach new heights of productivity with ease.

오픈 소스 프로젝트

  • An open-source multi-agent reinforcement learning framework for cooperative autonomous vehicle control in traffic scenarios.
    0
    0
    What is AutoDRIVE Cooperative MARL?
    AutoDRIVE Cooperative MARL is an open-source framework designed to train and deploy cooperative multi-agent reinforcement learning (MARL) policies for autonomous driving tasks. It integrates with realistic simulators to model traffic scenarios like intersections, highway platooning, and merging. The framework implements centralized training with decentralized execution, enabling vehicles to learn shared policies that maximize overall traffic efficiency and safety. Users can configure environment parameters, choose from baseline MARL algorithms, visualize training progress, and benchmark agent coordination performance.
  • A Python sample demonstrating LLM-based AI agents with integrated tools like search, code execution, and QA.
    0
    0
    What is LLM Agents Example?
    LLM Agents Example provides a hands-on codebase for building AI agents in Python. It demonstrates registering custom tools (web search, math solver via WolframAlpha, CSV analyzer, Python REPL), creating chat and retrieval-based agents, and connecting to vector stores for document question answering. The repo illustrates patterns for maintaining conversational memory, dispatching tool calls dynamically, and chaining multiple LLM prompts to solve complex tasks. Users learn how to integrate third-party APIs, structure agent workflows, and extend the framework with new capabilities—serving as a practical guide for developer experimentation and prototyping.
  • An AI agent that fetches, processes, and delivers trending Reddit news using MCP pipelines and ADK integration.
    0
    0
    What is Reddit News Agent System Using MCP and ADK?
    The Reddit News Agent System leverages the Multi-Channel Pipeline (MCP) for modular data processing and the Agent Development Kit (ADK) for workflow orchestration. After configuration, it continuously monitors chosen subreddits, applies sentiment analysis, topic classification, and summary generation modules, then routes the results to email, messaging apps, or dashboard interfaces. Developers can extend pipelines with custom processors, integrate new delivery channels, and fine-tune agent behaviors for tailored news curation and automated reporting.
  • Join Starclouds for collaborative learning in data science and machine learning.
    0
    0
    What is Starclouds?
    Starclouds provides a comprehensive platform for data science enthusiasts to learn, build, and share projects. With a cloud-based environment, users can analyze data, train models, and collaborate effortlessly. The platform also offers an extensive collection of datasets and forums for discussions, making it a one-stop solution for all data science activities.
  • A modular Python framework to build autonomous AI agents with LLM-driven planning, memory management, and tool integration.
    0
    0
    What is AI-Agents?
    AI-Agents provides a flexible agent architecture that orchestrates language model planners, persistent memory modules, and pluggable toolkits. Developers define tools for HTTP requests, file operations, and custom logic, then configure an LLM planner to decide which tool to invoke. Memory stores context and conversation history. The framework handles asynchronous execution, error recovery, and logging, enabling rapid prototyping of intelligent assistants, data analyzers, or automation bots without reinventing core orchestration logic.
  • AgenticIR orchestrates LLM-based agents to autonomously retrieve, analyze, and synthesize information from web and document sources.
    0
    0
    What is AgenticIR?
    AgenticIR (Agentic Information Retrieval) provides a modular framework where LLM-powered agents autonomously plan and execute IR workflows. It enables the definition of agent roles — such as query generator, document retriever, and summarizer — running in customizable sequences. Agents can fetch raw text, refine queries based on intermediate results, and merge extracted passages into concise summaries. The framework supports multi-step pipelines including iterative web search, API-based data ingestion, and local document parsing. Developers can adjust agent parameters, plug in different LLMs, and fine-tune behavior policies. AgenticIR also offers logging, error handling, and parallel agent execution to accelerate large-scale information gathering. With a minimal code setup, researchers and engineers can prototype and deploy autonomous retrieval systems.
  • Open-source Python toolkit offering random, rule-based pattern recognition, and reinforcement learning agents for Rock-Paper-Scissors.
    0
    0
    What is AI Agents for Rock Paper Scissors?
    AI Agents for Rock Paper Scissors is an open-source Python project that demonstrates how to build, train, and evaluate different AI strategies—random play, rule-based pattern recognition, and reinforcement learning (Q-learning)—in the classic Rock-Paper-Scissors game. It provides modular agent classes, a configurable game runner, performance logging, and visualization utilities. Users can easily swap agents, adjust learning parameters, and explore AI behavior in competitive scenarios.
  • AI-powered customer service agent built with OpenAI Autogen and Streamlit for automated, interactive support and query resolution.
    0
    1
    What is Customer Service Agent with Autogen Streamlit?
    This project showcases a fully functional customer service AI agent that leverages OpenAI’s Autogen framework and a Streamlit front end. It routes user inquiries through a customizable agent pipeline, maintains conversational context, and generates accurate, context-aware responses. Developers can easily clone the repository, set their OpenAI API key, and launch a web UI to test or extend the bot’s capabilities. The codebase includes clear configuration points for prompt design, response handling, and integration with external services, making it a versatile starting point for building support chatbots, helpdesk automations, or internal Q&A assistants.
  • LeanAgent is an open-source AI agent framework for building autonomous agents with LLM-driven planning, tool usage, and memory management.
    0
    0
    What is LeanAgent?
    LeanAgent is a Python-based framework designed to streamline the creation of autonomous AI agents. It offers built-in planning modules that leverage large language models for decision making, an extensible tool integration layer for calling external APIs or custom scripts, and a memory management system that retains context across interactions. Developers can configure agent workflows, plug in custom tools, iterate quickly with debugging utilities, and deploy production-ready agents for a variety of domains.
  • Generate Python code comments effortlessly with lluminy, integrating seamlessly with your GitHub workflow.
    0
    0
    What is lluminy?
    Lluminy is an AI-powered tool designed to automate the generation of code comments, specifically docstrings, for Python projects. By integrating directly with your GitHub account, it allows you to select repositories and generate comprehensive documentation within minutes. Lluminy ensures that the original code remains unaltered and can handle multiple files or entire codebases. This tool is ideal for speeding up developer onboarding, improving codebase maintenance, and enhancing team collaboration.
  • A Python framework to build and simulate multiple intelligent agents with customizable communication, task allocation, and strategic planning.
    0
    0
    What is Multi-Agents System from Scratch?
    Multi-Agents System from Scratch provides a comprehensive set of Python modules to build, customize, and evaluate multi-agent environments from the ground up. Users can define world models, create agent classes with unique sensory inputs and action capabilities, and establish flexible communication protocols for cooperation or competition. The framework supports dynamic task allocation, strategic planning modules, and real-time performance tracking. Its modular architecture allows easy integration of custom algorithms, reward functions, and learning mechanisms. With built-in visualization tools and logging utilities, developers can monitor agent interactions and diagnose behavior patterns. Designed for extensibility and clarity, the system caters to both researchers exploring distributed AI and educators teaching agent-based modeling.
  • Implements decentralized multi-agent DDPG reinforcement learning using PyTorch and Unity ML-Agents for collaborative agent training.
    0
    0
    What is Multi-Agent DDPG with PyTorch & Unity ML-Agents?
    This open-source project delivers a complete multi-agent reinforcement learning framework built on PyTorch and Unity ML-Agents. It offers decentralized DDPG algorithms, environment wrappers, and training scripts. Users can configure agent policies, critic networks, replay buffers, and parallel training workers. Logging hooks allow TensorBoard monitoring, while modular code supports custom reward functions and environment parameters. The repository includes sample Unity scenes demonstrating collaborative navigation tasks, making it ideal for extending and benchmarking multi-agent scenarios in simulation.
  • Converts natural language queries into SQL via Azure OpenAI, executes them on Neon Postgres, and returns structured results.
    0
    0
    What is Neon Azure AI Agent?
    Neon Azure AI Agent is an open-source demonstration showing how to build an AI-driven database assistant using Azure OpenAI and Neon Postgres. The agent parses natural language inputs, generates optimized SQL queries, executes them on a serverless Postgres instance, and returns formatted results. Developers can use this repository to quickly prototype conversational data applications, learn integrated Azure AI and Neon DB workflows, and extend the agent with custom functions or data sources for tailored solutions.
  • OpenRepoWiki converts GitHub repositories into comprehensive Wikipedia-style pages.
    0
    0
    What is OpenRepoWiki?
    OpenRepoWiki is a platform that takes the contents of a GitHub repository and converts it into a Wikipedia-style page. This allows for more seamless navigation and understanding of the project's contents, structure, and contributions. It is a useful tool for developers and teams who want to present their projects in a more organized manner or for anyone looking to document their code comprehensively. The platform supports easy integration and provides an intuitive interface for converting and managing repositories.
  • A customizable swarm intelligence simulator demonstrating agent behaviors like alignment, cohesion, and separation in real-time.
    0
    0
    What is Swarm Simulator?
    Swarm Simulator provides a customizable environment for real-time multi-agent experiments. Users can adjust key behavior parameters—alignment, cohesion, separation—and observe emergent dynamics on a visual canvas. It supports interactive UI sliders, dynamic agent count adjustment, and data export for analysis. Ideal for educational demonstrations, research prototyping, or hobbyist exploration of swarm intelligence principles.
  • SwiftSora is an AI-driven video and image generator utilizing the powerful Sora model.
    0
    0
    What is SwiftSora?
    SwiftSora is an open-source AI video and image generator that uses OpenAI’s powerful Sora model to turn textual input into high-quality visual content. With its user-friendly interface, SwiftSora makes content creation easy and efficient, providing a powerful tool for marketing, education, and creative projects. Users can deploy the project to Vercel with just one click, making it accessible for anyone looking to enhance their content creation process without needing extensive technical skills.
Featured