LocalAGI  by mudler

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

created 2 years ago
942 stars

Top 39.8% on sourcepulse

GitHubView on GitHub
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)
28
Issues (30d)
2
Star History
329 stars in the last 90 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems) and Robert Stojnic Robert Stojnic(Creator of Papers with Code).

Agent-S by simular-ai

1.2%
6k
Agentic framework for autonomous computer interaction
created 9 months ago
updated 16 hours ago
Starred by Elie Bursztein Elie Bursztein(Cybersecurity Lead at Google DeepMind), Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), and
1 more.

SuperAGI by TransformerOptimus

0.2%
17k
Open-source framework for autonomous AI agent development
created 2 years ago
updated 6 months ago
Feedback? Help us improve.