Skip to content
@milady-ai

milady.ai

At your service
typing


✦ What is MiladyAI?

MiladyAI is an open-source AI agent organization building at the intersection of culture, creativity, and autonomous intelligence. Our agents are fully deployed on elizaOS — the leading open-source multi-agent AI framework.

We believe the future of AI is agentic, open, and community-driven. Every agent we ship runs on elizaOS and is available for the community to fork, remix, and extend.


✦ Built on elizaOS

All MiladyAI agents run on the elizaOS runtime. elizaOS is a powerful, modular framework for building autonomous AI agents that operate across social platforms, APIs, and on-chain environments.

elizaOS runtime
├── AgentRuntime         ← orchestrates everything
├── Character Files      ← agent persona & config (.json)
├── Plugins              ← modular capabilities
│   ├── Actions          ← what the agent does
│   ├── Providers        ← context fed into the agent
│   └── Evaluators       ← how the agent scores outputs
├── Clients              ← Twitter, Discord, Telegram, ...
└── Memory (RAG)         ← vector-based long-term memory

📖 elizaOS docs · elizaOS GitHub · elizaOS Discord


✦ Our elizaOS Agents & Projects

Repository elizaOS Role Description
🌸 milady-agent elizaOS character + plugins The flagship MiladyAI social agent
🎭 characters elizaOS character files All MiladyAI agent persona configs
🧠 knowledge elizaOS RAG/memory Curated knowledge bases for agents
🔮 plugin-onchain elizaOS Action On-chain interactions via elizaOS
📡 plugin-feeds elizaOS Provider Real-time context injection
📦 sdk TypeScript/Python SDK wrapping elizaOS for MiladyAI
📚 docs Documentation and guides

✦ elizaOS Plugin Architecture

MiladyAI extends elizaOS through a suite of purpose-built plugins. Here's the core plugin pattern we follow:

import { Plugin } from "@elizaos/core";

export const miladyPlugin: Plugin = {
  name: "milady-core",
  description: "Core MiladyAI capabilities for elizaOS agents",
  actions: [/* elizaOS Actions */],
  providers: [/* elizaOS Providers */],
  evaluators: [/* elizaOS Evaluators */],
};

Our elizaOS character files wire everything together:

{
  "name": "Milady",
  "modelProvider": "anthropic",
  "clients": ["twitter", "discord", "telegram"],
  "plugins": [
    "@miladyai/plugin-onchain",
    "@elizaos/plugin-bootstrap",
    "@elizaos/plugin-image-generation"
  ]
}

✦ Tech Stack

elizaOS TypeScript Python Node.js PyTorch Docker GitHub Actions


✦ Get Involved

Whether you're an elizaOS contributor, an AI researcher, or just here to build with us:

  1. 🔌 Build a new elizaOS plugin for MiladyAI agents
  2. 🎭 Remix a character file and propose it via PR
  3. 🐛 Fix bugs — check issues tagged good first issue
  4. 📖 Read our Contributing Guide to understand the elizaOS plugin workflow
  5. 💬 Join the conversation on Discord or GitHub Discussions

"The most beautiful machine is the one that understands you."


✦ Contributors

odilitime lalalune HaruHunab1320 Dexploarer 0xSolace 2-A-M binkyfishai dutchiono HomunculusLabs mavisakalyan NubsCarson wakesync Ziflie


✦ elizaOS Resources

elizaOS GitHub elizaOS Docs elizaOS Discord


✦ MiladyAI Community

Twitter/X Discord Website


MiladyAI · Built on elizaOS · Made with 🌸 by the community · github.com/milady-ai

Pinned Loading

  1. milady milady Public

    terminally online

    TypeScript 389 64

  2. brandkit brandkit Public

    single source of truth for branding assets

  3. trust-dashboard trust-dashboard Public

    Trust scoring leaderboard and contributor analytics for milady-ai/milaidy

    TypeScript 4

Repositories

Showing 10 of 18 repositories
  • milady Public

    terminally online

    milady-ai/milady’s past year of commit activity
    TypeScript 389 MIT 64 3 2 Updated Apr 25, 2026
  • .github Public

    ✨ MiladyAI organization profile, community health files, and shared configurations.

    milady-ai/.github’s past year of commit activity
    0 0 0 0 Updated Apr 25, 2026
  • eliza Public Forked from elizaOS/eliza

    Autonomous agents for everyone

    milady-ai/eliza’s past year of commit activity
    TypeScript 0 MIT 5,609 0 0 Updated Apr 25, 2026
  • trust-dashboard Public

    Trust scoring leaderboard and contributor analytics for milady-ai/milaidy

    milady-ai/trust-dashboard’s past year of commit activity
    TypeScript 0 MIT 4 0 3 Updated Apr 24, 2026
  • plugin-wechat Public

    WeChat connector plugin for elizaOS via proxy API

    milady-ai/plugin-wechat’s past year of commit activity
    TypeScript 0 0 0 0 Updated Apr 17, 2026
  • brandkit Public

    single source of truth for branding assets

    milady-ai/brandkit’s past year of commit activity
    0 0 0 0 Updated Apr 12, 2026
  • milady-ai/plugin-openrouter’s past year of commit activity
    TypeScript 0 MIT 7 0 0 Updated Apr 7, 2026
  • plugin-bsc-memes Public

    BSC meme token trading plugin for elizaOS (Flap + FourMeme)

    milady-ai/plugin-bsc-memes’s past year of commit activity
    TypeScript 0 0 0 0 Updated Apr 2, 2026
  • plugin-vincent Public

    Vincent-powered delegated trading plugin for milady (Hyperliquid + Polymarket)

    milady-ai/plugin-vincent’s past year of commit activity
    TypeScript 0 0 0 0 Updated Apr 2, 2026
  • plugin-roles Public

    Role-based access control plugin for elizaOS — OWNER, ADMIN, MEMBER roles with connector whitelisting

    milady-ai/plugin-roles’s past year of commit activity
    TypeScript 0 0 0 0 Updated Apr 1, 2026

Top languages

Loading…

Most used topics

Loading…