Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
@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 380 68

  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 3

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 17 repositories

Top languages

Loading…

Most used topics

Loading…

Morty Proxy This is a proxified and sanitized view of the page, visit original site.