Newest 오픈소스 소프트웨어 Solutions for 2024

Explore cutting-edge 오픈소스 소프트웨어 tools launched in 2024. Perfect for staying ahead in your field.

오픈소스 소프트웨어

  • Pipe Pilot is a Python framework that orchestrates LLM-driven agent pipelines, enabling complex multi-step AI workflows with ease.
    0
    0
    What is Pipe Pilot?
    Pipe Pilot is an open-source tool that lets developers build, visualize, and manage AI-driven pipelines in Python. It offers a declarative API or YAML configuration to chain tasks such as text generation, classification, data enrichment, and REST API calls. Users can implement conditional branches, loops, retries, and error handlers to create resilient workflows. Pipe Pilot maintains execution context, logs each step, and supports parallel or sequential execution modes. It integrates with major LLM providers, custom functions, and external services, making it ideal for automating reports, chatbots, intelligent data processing, and complex multi-stage AI applications.
  • An open-source Python framework providing modular memory, planning, and tool integration for building LLM-powered autonomous agents.
    0
    0
    What is CogAgent?
    CogAgent is a research-oriented, open-source Python library designed to streamline the development of AI agents. It provides core modules for memory management, planning and reasoning, tool and API integration, and chain-of-thought execution. With its highly modular architecture, users can define custom tools, memory stores, and agent policies to create conversational chatbots, autonomous task planners, and workflow automation scripts. CogAgent supports integration with popular LLMs such as OpenAI GPT and Meta LLaMA, allowing researchers and developers to experiment, extend, and scale their intelligent agents for a variety of real-world applications.
  • Efficient Prioritized Heuristics MAPF (ePH-MAPF) quickly computes collision-free multi-agent paths in complex environments using incremental search and heuristics.
    0
    0
    What is ePH-MAPF?
    ePH-MAPF provides an efficient pipeline for computing collision-free paths for dozens to hundreds of agents on grid-based maps. It uses prioritized heuristics, incremental search techniques, and customizable cost metrics (Manhattan, Euclidean) to balance speed and solution quality. Users can select between different heuristic functions, integrate the library into Python-based robotics systems, and benchmark performance on standard MAPF scenarios. The codebase is modular and well-documented, enabling researchers and developers to extend it for dynamic obstacles or specialized environments.
  • ILLA Cloud is an open-source low-code platform for building AI-driven apps and internal tools.
    0
    0
    What is ILLA Cloud 2.0?
    ILLA Cloud is an open-source low-code platform designed to simplify the development of business applications. Utilizing a visual drag-and-drop interface, developers can quickly build AI-driven applications, data dashboards, admin panels, and various internal tools. The platform is designed to enhance productivity by minimizing manual coding and providing a seamless way to integrate AI capabilities. Whether you are creating a CRM, CMS, or any custom internal tool, ILLA Cloud provides a robust framework for rapid development and deployment.
  • Open-source Chrome extension enabling natural-language-driven web automation tasks using multi-agent workflows and customizable LLM integrations.
    0
    0
    What is NanoBrowser?
    NanoBrowser runs directly in your browser as a Chrome extension, enabling you to automate repetitive or complex web tasks via natural-language prompts. You configure it with your own LLM API key—OpenAI GPT, self-hosted LLaMA models, or others—and define workflows composed of multiple agents. It supports data scraping, form interactions, automated research, and workflow chaining through LangChain integration. You can orchestrate agents to collaborate on subtasks, export results in CSV or JSON, and debug or refine steps interactively. As an open-source alternative to proprietary operators, NanoBrowser prioritizes privacy, extensibility, and ease of use.
  • OpenWebResearcher is a web-based AI Agent that autonomously crawls, collects, analyzes, and summarizes online information.
    0
    0
    What is OpenWebResearcher?
    OpenWebResearcher acts as an autonomous web research assistant by orchestrating a pipeline of web crawling, data extraction, and AI-driven summarization. After configuration, the agent navigates target sites, identifies relevant content via heuristics or user-defined criteria, and retrieves structured data. It then employs large language models to analyze, filter, and distill key insights, generating bullet-point summaries or detailed reports. Users can customize scraping parameters, integrate custom plugins for specialized processing, and schedule recurring research tasks. The modular architecture lets developers extend capabilities with new parsers or output formats. Ideal for competitive intelligence, academic literature reviews, market analysis, and content monitoring, OpenWebResearcher reduces the time spent on manual data gathering and synthesis.
  • A suite of AI agent tools for OpenWebUI enabling LLMs to browse web, execute code, manage files, and run commands seamlessly.
    0
    0
    What is OpenWebUI Tools?
    OpenWebUI Tools provides a collection of plugins for OpenWebUI to enhance large language models with external tool access. It includes a web browsing and search module for live data retrieval, a Python REPL and terminal executor for on-the-fly code running, file system readers/writers for document access, and utilities for parsing PDFs or formatting JSON. These tools operate within the OpenWebUI front-end, letting users interactively call functions and combine AI reasoning with real-world actions for richer conversational and task-oriented experiences.
  • Get answers for CLI commands from ChatGPT directly in your terminal.
    0
    0
    What is AI CLI?
    AI CLI is a powerful command-line interface tool designed to fetch real-time answers for shell commands from ChatGPT directly within your terminal. This open-source tool is ideal for developers, system administrators, and CLI enthusiasts who want to streamline their workflows and minimize the need to constantly refer to documentation or external resources.
  • Easily fine-tune and monetize your AI models with one click.
    0
    0
    What is Bakery By Bagel?
    Bakery.dev is an open-source platform designed to simplify and streamline the fine-tuning and monetization of AI models. By providing a user-friendly interface, it enables AI startups, machine learning engineers, and researchers to create, upload datasets, fine-tune model settings, and offer their models on a marketplace. With integrated support for popular AI models and decentralized storage, Bakery.dev stands out as a robust and efficient tool for anyone looking to enhance their AI solutions and generate revenue.
  • A Java-based implementation of the Contract Net Protocol enabling autonomous agents to dynamically negotiate and allocate tasks in multi-agent systems.
    0
    0
    What is Contract Net Protocol?
    The Contract Net Protocol repository provides a full Java implementation of the FIPA Contract Net interaction protocol. Developers can create manager and contractor agents that exchange CFP (Call For Proposal), proposals, acceptances, and rejections over agent communication channels. The code includes core modules for broadcasting tasks, collecting bids, evaluating proposals based on customizable criteria, awarding contracts, and monitoring execution status. It can be integrated into larger multi-agent frameworks or used as a standalone library for research simulations, industrial scheduling, or robotic coordination.
  • Open-source ROS-based simulator enabling multi-agent autonomous racing with customizable control and realistic vehicle dynamics.
    0
    0
    What is F1Tenth Two-Agent Simulator?
    The F1Tenth Two-Agent Simulator is a specialized simulation framework built on ROS and Gazebo to emulate two 1/10th scale autonomous vehicles racing or cooperating on custom tracks. It supports realistic tire-model physics, sensor emulation, collision detection, and data logging. Users can plug in their own planning and control algorithms, adjust agent parameters, and run head-to-head scenarios to evaluate performance, safety, and coordination strategies under controlled conditions.
  • An AI-powered Python-based personal assistant using speech recognition and natural language queries to perform tasks and answer queries.
    0
    0
    What is JARVIS?
    JARVIS is an open-source AI agent built in Python that transforms voice commands into automated actions on the user's computer. Combining speech recognition (via libraries like SpeechRecognition and pyttsx3) with OpenAI’s GPT models, JARVIS can answer questions, search the web, play music, open applications, and send emails. With a modular code structure, developers can integrate additional APIs (e.g., weather, calendar, news), customize intent-handling logic, and extend capability to IoT devices. JARVIS leverages real-time audio input, processes user queries, and synthesizes natural language responses, creating a seamless conversational interface for hands-free computing. The project emphasizes easy installation via pip and clear documentation for rapid deployment.
  • Provides a FastAPI backend for visual graph-based orchestration and execution of language model workflows in LangGraph GUI.
    0
    0
    What is LangGraph-GUI Backend?
    The LangGraph-GUI Backend is an open-source FastAPI service that powers the LangGraph graphical interface. It handles CRUD operations on graph nodes and edges, manages workflow execution against various language models, and returns real-time inference results. The backend supports authentication, logging, and extensibility for custom plugins, enabling users to prototype, test, and deploy complex natural language processing workflows through a visual programming paradigm while maintaining full control over execution pipelines.
  • LlamaChat: Chat with LLaMA models on your Mac, including Alpaca and GPT4All.
    0
    0
    What is LlamaChat?
    LlamaChat is an open-source macOS app designed to facilitate interaction with LLaMA, Alpaca, and GPT4All models. By running these models locally on your device, LlamaChat ensures a seamless and private chatting experience. This tool is ideal for users who want to explore AI-based conversations without relying on cloud services, ensuring a focus on privacy and data security. The app provides an intuitive interface and robust performance, making it simple to engage with advanced language models.
  • An open-source Python framework for building customizable AI assistants with memory, tool integrations, and observability.
    0
    0
    What is Intelligence?
    Intelligence empowers developers to assemble AI agents by composing components that manage stateful memory, integrate language models like OpenAI GPT, and connect to external tools (APIs, databases, and knowledge bases). It features a plugin system for custom functionalities, observability modules to trace decisions and metrics, and orchestration utilities to coordinate multiple agents. Developers install via pip, define agents in Python with simple classes, and configure memory backends (in-memory, Redis, or vector stores). Its REST API server enables easy deployment, while CLI tools assist in debugging. Intelligence streamlines agent testing, versioning, and scaling, making it suitable for chatbots, customer support, data retrieval, document processing, and automated workflows.
  • Modular AI agent framework orchestrating LLM planning, tool usage, and memory management for autonomous task execution.
    0
    0
    What is MixAgent?
    MixAgent provides a plug-and-play architecture that lets developers define prompts, connect multiple LLM backends, and incorporate external tools (APIs, databases, or code). It orchestrates planning and execution loops, manages agent memory for stateful interactions, and logs chain-of-thought reasoning. Users can quickly prototype assistants, data fetchers, or automation bots without building orchestration layers from scratch, accelerating AI agent deployment.
Featured