-## TAKE BACK CONTROL
+## π What is LocalAGI?
-**LocalAgent** is an AI platform that runs 100% on your hardware. No clouds. No data sharing. No compromises.
+**LocalAGI** is a powerful, self-hostable AI Agent platform designed for maximum privacy and flexibility. A complete drop-in replacement for OpenAI's Responses APIsβwith advanced agentic capabilities. No clouds. No data leaks. Just pure local AI that respects your privacy.
-Built for those who value privacy as non-negotiable, LocalAgent lets you deploy intelligent agents that never phone home. Your data stays where you put it β period. Are you tired of agent wrappers to cloud APIs? me too.
+## π‘οΈ Take Back Your Privacy
-## WHY LOCALAGENT?
+Are you tired of AI wrappers calling out to cloud APIs, risking your privacy? So were we.
-- **β TRUE PRIVACY** β Everything runs on your hardware, nothing leaves your machine
-- **β MODEL FREEDOM** β Works with local LLM formats (GGUF, GGML) you already have
-- **β BUILD YOUR WAY** β Extensible architecture for custom agents with specialized skills
-- **β SLICK INTERFACE** β Clean web UI for hassle-free agent interactions
-- **β DEV-FRIENDLY** β Comprehensive REST API for seamless integration
-- **β PLAYS WELL WITH OTHERS** β Optimized for [LocalAI](https://github.com/mudler/LocalAI)
-- **β RUN ANYWHERE** β Linux, macOS, Windows β we've got you covered
+LocalAGI ensures your data stays exactly where you want itβon your hardware. No API keys, no cloud subscriptions, no compromise.
-## THE LOCAL ECOSYSTEM
+## π Key Features
-LocalAgent is part of a trinity of tools designed to keep AI under your control:
+- π **No-Code Agents**: Easy-to-configure multiple agents via Web UI.
+- π₯ **Web-Based Interface**: Simple and intuitive agent management.
+- π€ **Advanced Agent Teaming**: Instantly create cooperative agent teams from a single prompt.
+- π‘ **Connectors Galore**: Built-in integrations with Discord, Slack, Telegram, GitHub Issues, and IRC.
+- π **Comprehensive REST API**: Seamless integration into your workflows. Every agent created will support OpenAI Responses API out of the box.
+- π **Short & Long-Term Memory**: Powered by [LocalRAG](https://github.com/mudler/LocalRAG).
+- π§ **Planning & Reasoning**: Agents intelligently plan, reason, and adapt.
+- πΌ **Multimodal Support**: Ready for vision, text, and more.
+- π§ **Extensible Custom Actions**: Easily script dynamic agent behaviors in Go (interpreted, no compilation!).
+- π **Fully Customizable Models**: Use your own models or integrate seamlessly with [LocalAI](https://github.com/mudler/LocalAI).
-- [**LocalAI**](https://github.com/mudler/LocalAI) β Run LLMs on your hardware
-- [**LocalRAG**](https://github.com/mudler/LocalRAG) β Local Retrieval-Augmented Generation
-- [**LocalAgent**](https://github.com/mudler/LocalAgent) β Deploy AI agents that respect your privacy
-
-## Features
-
-### Powerful WebUI
-
-
-
-
-
-
-### Connectors ready-to-go
-
-
-
-
-
-
-
-
-
-## QUICK START
-
-### One-Command Docker Setup
-
-The fastest way to get everything running β LocalRAG, LocalAI, and LocalAgent pre-configured:
+## π οΈ Quickstart
```bash
-docker-compose up
-```
+# Clone the repository
+git clone https://github.com/mudler/LocalAGI
+cd LocalAGI
-> No API keys. No cloud subscriptions. No external dependencies. Just AI that works.
+# CPU setup
+docker compose up -f docker-compose.yml
-### Manual Launch
-
-Run the binary and you're live:
-
-```bash
-./localagent
+# GPU setup
+docker compose up -f docker-compose.gpu.yml
```
Access your agents at `http://localhost:3000`
+## π Why Choose LocalAGI?
+
+- **β Ultimate Privacy**: No data ever leaves your hardware.
+- **β Flexible Model Integration**: Supports GGUF, GGML, and more.
+- **β Developer-Friendly**: Rich APIs and intuitive interfaces.
+- **β Effortless Setup**: Simple Docker setups and pre-built binaries.
+- **β Platform Agnostic**: Works seamlessly on Linux, macOS, and Windows.
+
+## π The Local Ecosystem
+
+LocalAGI is part of the powerful Local family of privacy-focused AI tools:
+
+- [**LocalAI**](https://github.com/mudler/LocalAI): Run Large Language Models locally.
+- [**LocalRAG**](https://github.com/mudler/LocalRAG): Retrieval-Augmented Generation with local storage.
+- [**LocalAGI**](https://github.com/mudler/LocalAGI): Deploy intelligent AI agents securely and privately.
+
+## π Screenshots
+
+### Powerful Web UI
+
+
+
+
+
+### Connectors Ready-to-Go
+
+
+
+
+
+
+
+
+
+## π Full Documentation
+
+Explore detailed documentation including:
+- [Installation Options](#installation-options)
+- [REST API Documentation](#rest-api)
+- [Connector Configuration](#connectors)
+- [Agent Configuration](#agent-configuration-reference)
+
### Environment Configuration
| Variable | What It Does |
@@ -93,7 +109,7 @@ Access your agents at `http://localhost:3000`
| `LOCALAGENT_ENABLE_CONVERSATIONS_LOGGING` | Toggle conversation logs |
| `LOCALAGENT_API_KEYS` | A comma separated list of api keys used for authentication |
-## INSTALLATION OPTIONS
+## Installation Options
### Pre-Built Binaries
diff --git a/webui/old/public/dash.png b/webui/old/public/dash.png
deleted file mode 100644
index abc8dab..0000000
Binary files a/webui/old/public/dash.png and /dev/null differ
diff --git a/webui/old/public/dash2.png b/webui/old/public/dash2.png
deleted file mode 100644
index 627a432..0000000
Binary files a/webui/old/public/dash2.png and /dev/null differ
diff --git a/webui/old/public/logo_1.png b/webui/old/public/logo_1.png
index 117ccc6..28c2cfd 100644
Binary files a/webui/old/public/logo_1.png and b/webui/old/public/logo_1.png differ
diff --git a/webui/old/public/logo_2.png b/webui/old/public/logo_2.png
new file mode 100644
index 0000000..dea225b
Binary files /dev/null and b/webui/old/public/logo_2.png differ
diff --git a/webui/old/views/partials/menu.html b/webui/old/views/partials/menu.html
index ccc7278..14ae0ee 100644
--- a/webui/old/views/partials/menu.html
+++ b/webui/old/views/partials/menu.html
@@ -7,7 +7,7 @@