Comprehensive 오픈소스 도구 Tools for Every Need

Get access to 오픈소스 도구 solutions that address multiple requirements. One-stop resources for streamlined workflows.

오픈소스 도구

  • CopilotKit is a Python-based SDK to create AI agents with multi-tool integration, memory management, and conversational LangGraph.
    0
    0
    What is CopilotKit?
    CopilotKit is an open-source Python framework designed for developers to build customized AI agents. It offers a modular architecture where you can register and configure tools — such as file system access, web search, Python REPL, and SQL connectors — then wire them into agents that leverage any supported LLM. Built-in memory modules allow conversation state persistence, while LangGraph lets you define structured reasoning flows for complex tasks. Agents can be deployed in scripts, web services, or CLI apps and scale across cloud providers. CopilotKit works seamlessly with OpenAI, Azure OpenAI, and Anthropic models, empowering automated workflows, chatbots, and data analysis bots.
  • An open-source engine for creating and managing AI persona agents with customizable memory and behavior policies.
    0
    0
    What is CoreLink-Persona-Engine?
    CoreLink-Persona-Engine is a modular framework that empowers developers to create AI agents with unique personas by defining personality traits, memory behaviors, and conversation flows. It provides a flexible plugin architecture to integrate knowledge bases, custom logic, and external APIs. The engine manages both short-term and long-term memory, enabling contextual continuity across sessions. Developers can configure persona profiles using JSON or YAML, connect to LLM providers like OpenAI or local models, and deploy agents on various platforms. With built-in logging and analytics, CoreLink facilitates monitoring agent performance and refining behavior, making it suitable for customer support chatbots, virtual assistants, role-playing applications, and research prototypes.
  • Agent Script is an open-source framework orchestrating AI model interactions with customizable scripts, tools, and memory for task automation.
    0
    0
    What is Agent Script?
    Agent Script provides a declarative scripting layer over large language models, enabling you to write YAML or JSON scripts that define agent workflows, tool calls, and memory usage. You can plug in OpenAI, local LLMs, or other providers, connect external APIs as tools, and configure long-term memory backends. The framework handles context management, asynchronous execution, and detailed logging out of the box. With minimal code, you can prototype chatbots, RPA workflows, data extraction agents, or custom control loops, making it easy to build, test, and deploy AI-powered automations.
  • An open web platform to discover, filter, and contribute AI agents with detailed listings and community submissions.
    0
    0
    What is AI Agent Marketplace?
    AI Agent Marketplace is a community-driven directory for AI agents, allowing developers, researchers, and enthusiasts to discover, evaluate, and contribute agents. Users can filter agents by category, view detailed functionality and integration instructions, and submit their own agents via pull requests. The platform aggregates metadata, links, and examples for each agent, making it easier to compare capabilities and find the right tool for specific use cases.
  • Arenas is an open-source framework enabling developers to prototype, orchestrate, and deploy customizable LLM-powered agents with tool integrations.
    0
    0
    What is Arenas?
    Arenas is designed to streamline the development lifecycle of LLM-powered agents. Developers can define agent personas, integrate external APIs and tools as plugins, and compose multi-step workflows using a flexible DSL. The framework manages conversation memory, error handling, and logging, enabling robust RAG pipelines and multi-agent collaboration. With a command-line interface and REST API, teams can prototype agents locally and deploy them as microservices or containerized applications. Arenas supports popular LLM providers, offers monitoring dashboards, and includes built-in templates for common use cases. This flexible architecture reduces boilerplate code and accelerates time-to-market for AI-driven solutions across domains like customer engagement, research, and data processing.
  • Powerful Auto Researcher automatically iterates research questions, fetches AI-generated answers, and compiles and exports structured insights.
    0
    0
    What is Powerful Auto Researcher?
    Powerful Auto Researcher is a Python-based AI agent framework designed to automate and accelerate research workflows. Users define topics or initial questions, and the agent iteratively generates follow-up questions, submits them to OpenAI models, and aggregates the responses. It supports customizable prompt templates, workflow chaining, and automated export to Markdown, JSON, or PDF. Integrated logging and result management enable reproducibility. This tool is ideal for academic literature reviews, competitive intelligence gathering, market research, and technical deep dives, reducing manual overhead and ensuring systematic coverage of research questions.
  • ClassiCore-Public automates ML classification, offering data preprocessing, model selection, hyperparameter tuning, and scalable API deployment.
    0
    0
    What is ClassiCore-Public?
    ClassiCore-Public provides a comprehensive environment for building, optimizing, and deploying classification models. It features an intuitive pipeline builder that handles raw data ingestion, cleaning, and feature engineering. The built-in model zoo includes algorithms like Random Forests, SVMs, and deep learning architectures. Automated hyperparameter tuning uses Bayesian optimization to find optimal settings. Trained models can be deployed as RESTful APIs or microservices, with monitoring dashboards tracking performance metrics in real time. Extensible plugins let developers add custom preprocessing, visualization, or new deployment targets, making ClassiCore-Public ideal for industrial-scale classification tasks.
  • A lightweight Python framework enabling developers to build autonomous AI agents with modular pipelines and tool integrations.
    0
    0
    What is CUPCAKE AGI?
    CUPCAKE AGI (Composable Utilitarian Pipeline for Creative, Knowledgeable, and Evolvable Autonomous General Intelligence) is a flexible Python framework that simplifies building autonomous agents by combining language models, memory, and external tools. It offers core modules including a goal planner, a model executor, and a memory manager to retain context across interactions. Developers can extend functionality via plugins to integrate APIs, databases, or custom toolkits. CUPCAKE AGI supports both synchronous and asynchronous workflows, making it ideal for research, prototyping, and production-grade agent deployments across diverse applications.
  • Open-source MS Word equivalent for embedding vectors.
    0
    0
    What is [Embedditor]?
    Embedditor is a cutting-edge, open-source tool designed as an efficient MS Word equivalent for embedding vectors. It offers a user-friendly interface for editing LLM vector embeddings, enabling users to upload, join, split, and edit content in various file formats. The aim is to optimize vector search capabilities, ensuring better performance and more precise search results. This tool provides significant flexibility and control over embedding processes, making it a valuable addition to any vector search and language model workflow.
  • An open-source JS framework that lets AI agents call and orchestrate functions, integrate custom tools for dynamic conversations.
    0
    0
    What is Functionary?
    Functionary provides a declarative way to register custom tools — JavaScript functions encapsulating API calls, database queries, or business logic. It wraps an LLM interaction to analyze user prompts, determine which tools to execute, and parse the tool outputs back into conversational responses. The framework supports memory, error handling, and chaining of actions, offering hooks for pre- and post-processing. Developers can quickly spin up agents capable of dynamic function orchestration without boilerplate, enhancing control over AI-driven workflows.
  • HMAS is a Python framework for building hierarchical multi-agent systems with communication and policy training features.
    0
    0
    What is HMAS?
    HMAS is an open-source Python framework that enables development of hierarchical multi-agent systems. It offers abstractions for defining agent hierarchies, inter-agent communication protocols, environment integration, and built-in training loops. Researchers and developers can use HMAS to prototype complex multi-agent interactions, train coordinated policies, and evaluate performance in simulated environments. Its modular design makes it easy to extend and customize agents, environments, and training strategies.
  • InfantAgent is a Python framework for rapidly building intelligent AI agents with pluggable memory, tools, and LLM support.
    0
    0
    What is InfantAgent?
    InfantAgent offers a lightweight structure for designing and deploying intelligent agents in Python. It integrates with popular LLMs (OpenAI, Hugging Face), supports persistent memory modules, and enables custom tool chains. Out of the box, you get a conversational interface, task orchestration, and policy-driven decision making. The framework’s plugin architecture allows easy extension for domain-specific tools and APIs, making it ideal for prototyping research agents, automating workflows, or embedding AI assistants into applications.
  • LLPhant is a lightweight Python framework for building modular, customizable LLM-based agents with tool integration and memory management.
    0
    0
    What is LLPhant?
    LLPhant is an open-source Python framework enabling developers to create versatile LLM-driven agents. It offers built-in abstractions for tool integration (APIs, search, databases), memory management for multi-turn conversations, and customizable decision loops. With support for multiple LLM backends (OpenAI, Hugging Face, others), plugin-style components, and configuration-driven workflows, LLPhant accelerates agent development. Use it to prototype chatbots, automate tasks, or build digital assistants that leverage external tools and contextual memory without boilerplate code.
  • NagaAgent is a Python-based AI agent framework enabling custom tool chaining, memory management, and multi-agent collaboration.
    0
    0
    What is NagaAgent?
    NagaAgent is an open-source Python library designed to simplify the creation, orchestration, and scaling of AI agents. It provides a plug-and-play tool integration system, persistent conversational memory objects, and an asynchronous multi-agent controller. Developers can register custom tools as functions, manage agent state, and choreograph interactions between multiple agents. The framework includes logging, error-handling hooks, and configuration presets for rapid prototyping. NagaAgent is ideal for building complex workflows—customer support bots, data processing pipelines, or research assistants—without infrastructure overhead.
  • An open-source visual IDE enabling AI engineers to build, test, and deploy agentic workflows 10x faster.
    0
    1
    What is PySpur?
    PySpur provides an integrated environment for constructing, testing, and deploying AI agents via a user-friendly, node-based interface. Developers assemble chains of actions—such as language model calls, data retrieval, decision branching, and API interactions—by dragging and connecting modular blocks. A live simulation mode lets engineers validate logic, inspect intermediate states, and debug workflows before deployment. PySpur also offers version control of agent flows, performance profiling, and one-click deployment to cloud or on-premise infrastructure. With pluggable connectors and support for popular LLMs and vector databases, teams can prototype complex reasoning agents, automated assistants, or data pipelines quickly. Open-source and extensible, PySpur minimizes boilerplate and infrastructure overhead, enabling faster iteration and more robust agent solutions.
  • Open-source Python framework to build AI agents with memory management, tool integration, and multi-agent orchestration.
    0
    0
    What is SonAgent?
    SonAgent is an extensible open-source framework designed for building, organizing, and running AI agents in Python. It provides core modules for memory storage, tool wrappers, planning logic, and asynchronous event handling. Developers can register custom tools, integrate language models, manage long-term agent memory, and orchestrate multiple agents to collaborate on complex tasks. SonAgent’s modular design accelerates the development of conversational bots, workflow automations, and distributed agent systems.
Featured