LocalAGI  by mudler

Self-hostable AI agent platform for local, private AI automation

Created 2 years ago
1,185 stars

Top 32.9% on SourcePulse

GitHubView on GitHub
1 Expert Loves This Project
Project Summary

LocalAGI provides a self-hostable AI agent platform for maximum privacy and flexibility, acting as a drop-in replacement for OpenAI's API with advanced agentic capabilities. It targets users who want to run AI locally on consumer-grade hardware, offering a no-code approach to building customizable AI assistants and automations.

How It Works

LocalAGI leverages a Go backend with a React frontend, integrating with LocalAI for model inference and LocalRecall for memory management. Agents can be configured via a web UI or REST API, supporting complex behaviors like planning, reasoning, and teaming. Its architecture emphasizes local execution, eliminating the need for cloud services or API keys, and includes built-in connectors for various communication platforms.

Quick Start & Requirements

  • Install/Run: Clone the repository and use docker compose up (CPU), docker compose -f docker-compose.nvidia.yaml up (NVIDIA GPU), or docker compose -f docker-compose.intel.yaml up (Intel GPU).
  • Prerequisites: Docker, NVIDIA drivers/CUDA (for GPU), or Intel drivers/SYCL (for Intel GPU).
  • Resources: Consumer-grade CPU or GPU.
  • Docs: Full Documentation

Highlighted Details

  • No-code agent creation via Web UI.
  • Advanced agent teaming and cooperative capabilities.
  • Integrations with Discord, Slack, Telegram, GitHub Issues, and IRC.
  • OpenAI-compatible REST API for seamless integration.
  • Supports multimodal and image generation models.
  • Extensible custom actions scriptable in Go.

Maintenance & Community

The project is actively maintained by mudler. Community links are not explicitly provided in the README.

Licensing & Compatibility

  • License: MIT License.
  • Compatibility: Permissive license suitable for commercial use and integration with closed-source applications.

Limitations & Caveats

The project is primarily distributed via Docker, which may add a layer of complexity for users unfamiliar with containerization. While it supports CPU, performance will be significantly limited compared to GPU acceleration. Specific model compatibility and performance tuning may require user effort.

Health Check
Last Commit

2 days ago

Responsiveness

1 week

Pull Requests (30d)
24
Issues (30d)
4
Star History
122 stars in the last 30 days

Explore Similar Projects

Starred by Elie Bursztein Elie Bursztein(Cybersecurity Lead at Google DeepMind), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
7 more.

SuperAGI by TransformerOptimus

0.1%
17k
Open-source framework for autonomous AI agent development
Created 2 years ago
Updated 7 months ago
Starred by Wes McKinney Wes McKinney(Author of Pandas), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
22 more.

autogen by microsoft

0.5%
50k
Agentic framework for multi-agent AI applications
Created 2 years ago
Updated 19 hours ago
Feedback? Help us improve.