LocalAGI  by mudler

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

Created 2 years ago
1,725 stars

Top 24.3% 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

1 week ago

Responsiveness

1 week

Pull Requests (30d)
10
Issues (30d)
2
Star History
83 stars in the last 30 days

Explore Similar Projects

Starred by Guy Podjarny Guy Podjarny(Founder of Tessl; Cofounder of Snyk; Ex-CTO of Akamai), Gabriel Almeida Gabriel Almeida(Cofounder of Langflow), and
12 more.

awesome-ai-agents by e2b-dev

0.5%
27k
AI agent list, open & closed source, for various uses
Created 2 years ago
Updated 1 year 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%
57k
Agentic framework for multi-agent AI applications
Created 2 years ago
Updated 5 days ago
Feedback? Help us improve.