Newest software de código aberto Solutions for 2024

Explore cutting-edge software de código aberto tools launched in 2024. Perfect for staying ahead in your field.

software de código aberto

  • 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.
  • 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.
  • 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.
  • 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.
  • ChatTTS: Realistic text-to-speech for engaging conversation simulations.
    0
    0
    What is ChatTTS Site?
    ChatTTS is an advanced text-to-speech (TTS) tool optimized for conversational tasks, providing natural and expressive speech synthesis. It supports multiple languages and speakers, enabling a more engaging user experience. Whether you're an application developer, an educator, or a content creator, ChatTTS offers high-quality voice generation to better connect with your audience. Its open-source nature makes it customizable and adaptable to various project needs.
  • ClearML is an open-source MLOps platform to manage machine learning workflows.
    0
    0
    What is clear.ml?
    ClearML is an enterprise-grade, open-source MLOps platform that automates and streamlines the entire machine learning lifecycle. With features like experiment management, data versioning, model serving, and pipeline automation, ClearML helps data scientists, machine learning engineers, and DevOps teams to efficiently manage their ML projects. The platform can be scaled from individual developers to large teams, providing a unified solution for all ML operations.
  • 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.
  • Exo is an open-source AI agent framework enabling developers to build chatbots with tool integration, memory management, and conversation workflows.
    0
    0
    What is Exo?
    Exo is a developer-centric framework enabling the creation of AI-driven agents capable of communicating with users, invoking external APIs, and preserving conversational context. At its core, Exo uses TypeScript definitions to describe tools, memory layers, and dialogue management. Users can register custom actions for tasks like data retrieval, scheduling, or API orchestration. The framework automatically handles prompt templates, message routing, and error handling. Exo’s memory module can store and recall user-specific information across sessions. Developers deploy agents in Node.js or serverless environments with minimal configuration. Exo also supports middleware for logging, authentication, and metrics. Its modular design ensures components can be reused across multiple agents, accelerating development and reducing redundancy.
  • 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.
  • A Python-based framework implementing flocking algorithms for multi-agent simulation, enabling AI agents to coordinate and navigate dynamically.
    0
    0
    What is Flocking Multi-Agent?
    Flocking Multi-Agent offers a modular library for simulating autonomous agents exhibiting swarm intelligence. It encodes core steering behaviors—cohesion, separation and alignment—alongside obstacle avoidance and dynamic target pursuit. Using Python and Pygame for visualization, the framework allows adjustable parameters such as neighbor radius, maximum speed, and turning force. It supports extensibility through custom behavior functions and integration hooks for robotics or game engines. Ideal for experimentation in AI, robotics, game development, and academic research, it demonstrates how simple local rules lead to complex global formations.
  • An agent-based simulation framework for demand response coordination in Virtual Power Plants using JADE.
    0
    0
    What is JADE-DR-VPP?
    JADE-DR-VPP is an open-source Java framework that implements a multi-agent system for Virtual Power Plant (VPP) demand response (DR). Each agent represents a flexible load or generation unit that communicates via JADE messaging. The system orchestrates DR events, schedules load adjustments, and aggregates resources to meet grid signals. Users can configure agent behaviors, run large-scale simulations, and analyze performance metrics for energy management strategies.
  • 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.
  • Open-source AI-driven content generation tool for marketers, writers, and businesses.
    0
    0
    What is Jema.ai?
    Jema.ai is an open-source alternative to Jasper, designed to cater to marketers, writers, and businesses by providing AI-driven content generation. The platform leverages cutting-edge algorithms to create compelling and engaging content, ranging from blog posts and social media updates to more intricate business communications. By using Jema.ai, users can significantly reduce their workload and focus on higher-level strategic tasks while the AI handles the content creation.
  • Just Chat is an open-source web chat UI for LLMs, offering plugin integration, conversational memory, file uploads, and customizable prompts.
    0
    0
    What is Just Chat?
    Just Chat delivers a complete self-hosted chat interface for interacting with large language models. By inputting API keys for providers like OpenAI, Anthropic, or Hugging Face, users can start multi-turn conversations with memory support. The platform enables attachments, letting users upload documents for context-aware Q&A. Plugin integration allows external tool calls such as web search, calculations, or database queries. Developers can design custom prompt templates, control system messages, and switch between models seamlessly. The UI is built using React and Node.js, offering a responsive web experience on desktop and mobile. With its modular plugin system, users can add or remove features easily, tailoring Just Chat to customer support bots, research assistants, content generators, or educational tutors.
  • 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.
  • Llamator is an open-source JavaScript framework that builds modular autonomous AI agents with memory, tools, and dynamic prompts.
    0
    0
    What is Llamator?
    Llamator is an open-source JavaScript library that enables developers to build autonomous AI agents by combining memory modules, tool integrations, and dynamic prompt templates in a unified pipeline. It orchestrates planning, action execution, and reflection loops to handle multi-step tasks, supports multiple LLM providers, and allows custom tool definitions for API calls or data processing. With Llamator, you can rapidly prototype chatbots, personal assistants, and automated workflows within web or Node.js applications, leveraging a modular architecture for easy extension and testing.
  • AI tool to interactively read and query PDFs, PPTs, Markdown, and webpages using LLM-powered question-answering.
    0
    0
    What is llm-reader?
    llm-reader provides a command-line interface that processes diverse documents—PDFs, presentations, Markdown, and HTML—from local files or URLs. Upon providing a document, it extracts text, splits it into semantic chunks, and creates an embedding-based vector store. Using your configured LLM (OpenAI or alternative), users can issue natural-language queries, receive concise answers, detailed summaries, or follow-up clarifications. It supports exporting the chat history, summary reports, and works offline for text extraction. With built-in caching and multiprocessing, llm-reader accelerates information retrieval from extensive documents, enabling developers, researchers, and analysts to quickly locate insights without manual skimming.
  • An open-source Python framework for building customizable AI assistants with memory, tool integrations, and observability.
    0
    1
    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