Ultimate 開源軟體 Solutions for Everyone

Discover all-in-one 開源軟體 tools that adapt to your needs. Reach new heights of productivity with ease.

開源軟體

  • 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.
  • DeepSeek AI provides in-depth web content analysis using advanced AI technology.
    0
    0
    What is DeepSeek AI?
    DeepSeek AI is a free and open-source browser extension tool designed to provide comprehensive analysis and intelligent responses to web content. Users can highlight any text on a webpage and utilize DeepSeek's advanced AI models to gain insights and answers. The extension offers features such as real-time AI streaming responses, customizable keyboard shortcuts, Markdown rendering, LaTeX math formulas, and the ability to regenerate responses if needed. DeepSeek AI aims to enhance user experience in tasks like academic research, data analysis, and understanding complex information during casual browsing.
  • An AI-powered Python tool that automatically categorizes, labels, and organizes incoming emails into meaningful folders.
    0
    0
    What is EmailOrganizer?
    EmailOrganizer is a command-line Python application that streamlines email management by leveraging machine learning classification. It connects to any IMAP-compatible email service, downloads messages in bulk or real time, and uses a pre-trained model to assign each email to customizable categories. Users can define folder-mapping rules, train or fine-tune the classifier on their own data, and review classification confidence scores. The tool supports secure OAuth authentication for providers like Gmail, offers incremental processing to avoid duplicates, and provides logs for audit and error tracking. Ideal for those overwhelmed by high email volume, it automates sorting and tagging to reduce manual inbox maintenance.
  • Emma-X is an open-source framework to build and deploy AI chat agents with customizable workflows, tool integration, and memory.
    0
    0
    What is Emma-X?
    Emma-X provides a modular agent orchestration platform for building conversational AI assistants using large language models. Developers can define agent behaviors via JSON configurations, select LLM providers like OpenAI, Hugging Face, or local endpoints, and attach external tools such as search, database, or custom APIs. The built-in memory layer preserves context across sessions, while the UI components handle chat rendering, file uploads, and interactive prompts. Plugin hooks allow real-time data fetching, analytics, and custom action buttons. Emma-X ships with example agents for customer support, content creation, and code generation. Its open architecture lets teams extend agent capabilities, integrate with existing web applications, and quickly iterate on conversation flows without deep LLM expertise.
  • Quickly explore GitHub repositories with an AI assistant.
    0
    0
    What is GitHub Sage?
    GitHub Sage is a browser extension designed for developers who frequently evaluate open-source software (OSS) on GitHub. By integrating an AI assistant that opens a side panel on GitHub tabs, it allows users to ask questions and receive insights about the repository they are viewing. This helps in quickly determining whether an OSS repository fits your needs or understanding updates in your projects. It's ideal for developers managing multiple repositories, evaluating new projects, and keeping up with changes in active projects.
  • CLI AI assistant automating personalized LinkedIn connection requests, follow-up messages, and profile interactions for efficient networking.
    0
    0
    What is LinkedIn Agent?
    LinkedIn Agent is an open-source command-line tool powered by the OpenAI API to automate various LinkedIn tasks. It generates personalized connection request messages based on target profiles, crafts follow-up sequences to nurture relationships, and endorses skills with context-aware comments. The agent can extract profile data, such as current roles and experiences, to tailor outreach, and supports bulk campaign execution by processing CSV lists of targets. Users define templates or rely on AI-generated content, while adjusting tone and length through parameters. The tool handles authentication, session management, and rate limits, ensuring smooth operation. By integrating AI-driven messaging with LinkedIn's network interface, it dramatically accelerates business development, recruitment, and personal branding efforts.
  • 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.
  • A Python framework using LLMs to autonomously evaluate, propose, and finalize negotiations in customizable domains.
    0
    0
    What is negotiation_agent?
    negotiation_agent provides a modular toolkit for building autonomous negotiation bots powered by GPT-like models. Developers can specify negotiation scenarios by defining items, preferences, and utility functions to model agent objectives. The framework includes pre-defined agent templates and allows integration of custom strategies, enabling offer generation, counteroffer evaluation, acceptance decisions, and deal closure. It manages dialogue flows using standardized protocols, supports batch simulations for tournament-style experiments, and calculates performance metrics such as agreement rate, utility gains, and fairness scores. The open architecture facilitates swapping underlying LLM backends and extending agent logic through plugins. With negotiation_agent, teams can quickly prototype and evaluate automated bargaining solutions in e-commerce, research, and educational settings.
  • 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.
  • Open-source Python framework enabling developers to build customizable AI agents with tool integration and memory management.
    0
    0
    What is Real-Agents?
    Real-Agents is designed to simplify the creation and orchestration of AI-powered agents that can perform complex tasks autonomously. Built on Python and compatible with major large language models, the framework features a modular design comprising core components for language understanding, reasoning, memory storage, and tool execution. Developers can rapidly integrate external services like web APIs, databases, and custom functions to extend agent capabilities. Real-Agents supports memory mechanisms to retain context across interactions, enabling multi-turn conversations and long-running workflows. The platform also includes utilities for logging, debugging, and scaling agents in production environments. By abstracting low-level details, Real-Agents streamlines the development cycle, allowing teams to focus on task-specific logic and deliver powerful automated solutions.
  • Rolodexter 3 orchestrates modular AI agents that collaborate to automate complex tasks via customizable prompts and integrated memory.
    0
    0
    What is Rolodexter 3?
    Rolodexter 3 enables you to build, customize, and orchestrate autonomous AI agents that work together to complete multi-step processes. Each agent can be assigned a specific role with tailored prompts, access external tools or APIs, and store or retrieve memory across sessions. The platform features an intuitive web UI for monitoring agent activity, logs, and results in real time. Developers can extend the system with custom plugins or integrate new data sources, making it ideal for rapid prototyping, research automation, and complex task delegation.
  • sma-begin is a minimal Python framework offering prompt chaining, memory modules, tool integrations, and error handling for AI agents.
    0
    0
    What is sma-begin?
    sma-begin sets up a streamlined codebase to create AI-driven agents by abstracting common components like input processing, decision logic, and output generation. At its core, it implements an agent loop that queries an LLM, interprets the response, and optionally executes integrated tools, such as HTTP clients, file handlers, or custom scripts. Memory modules allow the agent to recall previous interactions or context, while prompt chaining supports multi-step workflows. Error handling catches API failures or invalid tool outputs. Developers only need to define the prompts, tools, and desired behaviors. With minimal boilerplate, sma-begin accelerates prototyping of chatbots, automation scripts, or domain-specific assistants on any Python-supported platform.
  • Open-source Python framework using multiple AI agents to automate stock data acquisition, signal generation, backtesting, and live trading execution.
    0
    0
    What is Stock Market Multi-Agent?
    Stock Market Multi-Agent is an advanced open-source Python framework designed to streamline automated trading through coordinated AI agents. Each agent specializes in a specific function: Data Acquisition agents fetch and clean real-time market feeds, Signal Generation agents apply machine learning models for predictive insights, Backtesting agents rigorously evaluate strategies on historical datasets, Portfolio Management agents optimize asset allocation, Execution agents interface with brokerage APIs to place orders, and Risk Management agents enforce safeguards. The config-driven architecture allows plug-and-play modules, supporting customization of algorithms, data sources, and risk parameters. Suitable for research, live trading, and development, it accelerates quantitative strategy deployment and operational scalability.
  • Thufir is an open-source Python framework for building autonomous AI agents with planning, long-term memory, and tool integration.
    0
    0
    What is Thufir?
    Thufir is a Python-based open-source agent framework designed to facilitate the creation of autonomous AI agents capable of complex task planning and execution. At its core, Thufir provides a planning engine that decomposes high-level objectives into actionable steps, a memory module for storing and retrieving contextual information across sessions, and a plug-and-play tool interface allowing agents to interact with external APIs, databases, or code execution environments. Developers can leverage Thufir’s modular components to customize agent behaviors, define custom tools, manage agent state, and orchestrate multi-agent workflows. By abstracting away low-level infrastructure concerns, Thufir accelerates the development and deployment of intelligent agents for use cases like virtual assistants, workflow automation, research, and digital workers.
  • Autoware is an advanced open-source software platform for self-driving vehicles.
    0
    0
    What is Autoware?
    Autoware is a cutting-edge open-source software platform designed for autonomous vehicle functions. It integrates various capabilities such as perception, localization, planning, and control, catering to the needs of developers and researchers. With Autoware, users can create sophisticated autonomous driving applications, accessing a wide array of tools and pre-configured software modules, facilitating rapid testing and deployment in real-world environments.
  • AVAPLS is an open-source desktop application for running language models locally.
    0
    0
    What is Ava PLS?
    AVAPLS is an advanced, open-source desktop application designed to facilitate the local execution of large language models, such as Llama. Users can perform various language tasks like text generation, translation, summarization, and more without relying on remote servers. With AVAPLS, users can enjoy the benefits of high-powered language models while maintaining control over their data and ensuring privacy.
  • 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.
  • Cooper is an AI CLI agent that performs automated developer tasks like code generation, file management, and Git workflows.
    0
    0
    What is Cooper?
    Cooper is an open-source command-line assistant that translates natural language prompts into actionable shell commands. Built on OpenAI’s GPT models, it handles code generation, file manipulation, Git operations, API integrations, and more. Developers can request tasks like creating boilerplate modules, batch renaming files, deploying scripts, or generating commit messages. Before execution, Cooper presents the proposed commands for review and approval, ensuring full transparency and safety. Its plugin architecture allows extension through custom handlers, making it adaptable for diverse workflows and environments.
Featured