Chaîne IA
Agents IA

Agents IA open source

Un agent IA est un programme qui utilise un modèle de langage pour décider de l’étape suivante, appelle des outils comme un navigateur, un interpréteur de code ou une API, et recommence jusqu’à ce que la tâche soit terminée. Les projets présentés ici vont des frameworks pour créer vos propres agents aux agents prêts à l’emploi qui écrivent du code, naviguent sur le web ou exécutent des processus métier.

Comment choisir

Comparez trois points : les modèles utilisables (un seul fournisseur, ou tout point de terminaison compatible OpenAI, y compris local), la manière de limiter ce que l’agent peut faire (bac à sable, étapes d’approbation, listes d’autorisations), et sa capacité à conserver une mémoire entre les étapes et les sessions. Un agent qui exécute du code ou des commandes shell doit tourner dans un bac à sable : vérifiez-le avant de lui donner accès à votre machine.

Projets les plus étoilés

337–360 sur 432
gi-dellav

zerostack

1 673

Lightweight coding agent written in Rust, optimized for memory footprint and performance

Rust
intentee

paddler

1 672

Open-source LLM/VLM load balancer and serving platform for self-hosting LLMs (and VLMs) at scale 🏓🦙 Alternative to projects like llm-d, Docker Model Runner, etc but with less moving parts and simple deployments built around ggml ecosystem. Runs on CPU and GPU.

Rust
AgentR1

Agent-R1

1 669

Agent-R1: Training Powerful LLM Agents with End-to-End Reinforcement Learning

Python
PurpleDoubleD

locally-uncensored

1 667

The all-in-one local AI studio for your desktop: chat, image and video generation and a coding agent in one free, open source app. Windows and Linux. No Docker, no terminal, no cloud required.

TypeScript
legeling

PromptHub

1 653

一款包含了 Prompt管理,Skill管理,Agent管理的一站式AI工具箱,助你高效管理提示词,一键分发skills ,一站式管理Agent资产,并实现云同步,备份,版本管理 | An all-in-one AI toolbox for prompt, agent, and skills management. Reuse prompts, distribute skills with one click, manage agent assets, and support cloud sync, backup, and version control

TypeScript
masamasa59

ai-agent-papers

1 649

A collection of AI Agents papers (Updated biweekly)

Python
patoles

agent-flow

1 647

Real-time visualization of Claude Code agent orchestration — see your agents think, branch, and coordinate as they work.

TypeScript
mediar-ai

terminator

1 639

playwright for windows computer use

Rust
fetchai

uAgents

1 636

A fast and lightweight framework for creating decentralized agents with ease.

Python
nasa-jpl

rosa

1 634

ROSA 🤖 is an AI Agent designed to interact with ROS1- and ROS2-based robotics systems using natural language queries. ROSA helps robot developers inspect, diagnose, understand, and operate robots.

Python
1 629

Demystify RAG by building it from scratch. Local LLMs, no black boxes - real understanding of embeddings, vector search, retrieval, and context-augmented generation.

JavaScript
1 624

This repository provides an advanced Retrieval-Augmented Generation (RAG) solution for complex question answering. It uses sophisticated graph based algorithm to handle the tasks.

Jupyter Notebook
pixeltable

pixeltable

1 623

The unified multimodal backend for AI data apps. Database, orchestration, and serving in one Python file.

Python
lucasastorian

llmwiki

1 615

Open Source Implementation of Karpathy's LLM Wiki. Upload documents, connect your Claude account via MCP, and have it write your wiki !

Python
shiwenwen

hope-agent

1 603

🦭 会记忆、能持续推进目标、会动态编排多 Agent 的跨端桌面 AI 助手,也可服务化常驻 NAS / 云端 | A cross-device desktop AI agent with memory, autonomous goals, dynamic workflows, and headless deployment

Rust
1 596

Chat language model that can use tools and interpret the results

Python
Kaelio

ktx

1 593

ktx is an executable context layer for data and analytics agents 🐙 Allow Claude Code, Codex, or other AI agents to query analytical databases accurately and with full context of your company

TypeScript
OpenOSINT

OpenOSINT

1 590

AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.

Python
mex-memory

mex

1 585

Team memory for engineers and their AI agents. Lives in your repo. Shared through Git.

TypeScript
BAI-LAB

MemoryOS

1 579

[EMNLP 2025 Oral] MemoryOS is designed to provide a memory operating system for personalized AI agents.

Python
1 577

Claude reads its own source code — 17-chapter architectural deep-dive into Claude Code v2.1.88. EN/ZH bilingual.

MLSysOps

MLE-agent

1 572

🤖 MLE-Agent: Your intelligent companion for seamless AI engineering and research. 🔍 Integrate with arxiv and paper with code to provide better code/research plans 🧰 OpenAI, Anthropic, Gemini, Ollama, etc supported. :fireworks: Code RAG

Python
modelscope

AgentEvolver

1 570

AgentEvolver: Towards Efficient Self-Evolving Agent System

Python
google

mantis

1 565

A modular, stack-agnostic toolkit of security review skills for AI coding agents to autonomously find, reproduce, and patch vulnerabilities.

Python