New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

agdi

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agdi

Multi-channel AI gateway with extensible messaging integrations

latest
Source
npmnpm
Version
2026.3.28
Version published
Maintainers
1
Created
Source

⚡ Agdi ⚡

The AI that actually does things.

Version License Node.js

An advanced, open-source orchestration system for AI agents. Run it anywhere, connect to any model, deploy to any messaging channel, and securely execute real-world tasks.

📦 One-Line Install

Get started instantly with the global npm package:

npm install -g agdi

Once installed, simply type agdi in your terminal to launch the setup wizard and access the dashboard!

🌟 Comprehensive Capabilities

Agdi is not just a chatbot—it is a full-fledged agentic orchestration platform. Here is everything it can do out of the box:

🧠 Model Agnostic (Bring Your Own AI)

Seamlessly switch between the best AI models in the world without changing your workflow.

  • Anthropic Claude (Opus, Sonnet, Haiku)
  • OpenAI (GPT-4o, GPT-4 Turbo)
  • Google Gemini (Pro, Flash)
  • Local Models (Llama 3, Mistral, via Ollama & LM Studio)
  • Vision & Audio Processing (Send images, documents, and voice notes directly to the AI)

💬 Universal Messaging Channels

Interact with your AI assistant where you already spend your time. Agdi natively connects to:

  • Discord (Threads, direct messages, attachments)
  • Slack (Interactive buttons, thread tracking)
  • Microsoft Teams (Rich cards, streaming replies, seamless enterprise integration)
  • Telegram & WhatsApp
  • Apple iMessage & SMS (via macOS integration)
  • Web Dashboard (Built-in rich chat interface)

🔌 Powerful Plugin & Skill Ecosystem

Give your AI the tools it needs to take action in the real world.

  • File System & Terminal: Securely read/write files and execute shell commands.
  • Web Browsing & Search: Search the internet, summarize articles, and extract data from websites.
  • Smart Home Controls: Control Philips Hue, Sonos, Eight Sleep, and other IoT devices.
  • Productivity Apps: Read and write to Apple Notes, Notion, Google Calendar, and Trello.
  • GitHub & DevOps: Automate PR reviews, issue management, and GitHub Actions.
  • Plus dozens of community plugins easily installable via agdi skills list.

🔐 Unmatched Privacy & Security

  • Local First: All your API keys, configuration files, and chat logs are stored strictly on your local machine (or your VPS). Nothing routes through third-party telemetry servers.
  • Execution Guardrails: Fine-grained permissions ensure the AI cannot run destructive terminal commands or access sensitive files without explicit approval.
  • Secure Remote Access: Built-in Tailscale support allows you to securely access your Agdi instance remotely without exposing ports to the public internet.

🖥️ Built-In Control Dashboard

Agdi ships with a stunning, local web dashboard designed for true control:

  • Manage running agents and monitor CPU/Memory usage.
  • Install, configure, and toggle plugins with a single click.
  • Review and approve pending tool execution requests.
  • Read analytics, token usage, and execution traces.

🚀 Getting Started (From Source)

If you prefer to run Agdi from source or contribute to the project:

Prerequisites

Installation Steps

  • Clone the repository:

    git clone https://github.com/anassagd432/Agdi.git
    cd Agdi
    
  • Install dependencies:

    pnpm install
    
  • Build the core engine:

    pnpm build
    
  • Start the application:

    pnpm dev
    

📚 Documentation & Help

To see all available CLI commands, simply run agdi --help.

For complete guides on configuring specialized channels (like provisioning the Slack bot or setting up Microsoft Teams), configuring Docker, or developing your own custom plugins using the OpenClaw plugin SDK architecture, check the docs/ folder in this repository.


Built with ❤️ for true automation.

Keywords

agent

FAQs

Package last updated on 27 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts