docs.morphis.ai
  • Overview
    • Introduction
    • Vision
    • AI Development Challenges
  • Morphis Ecosystem
    • What is Morphis ?
    • Creating your Agent
    • Deployment + Updating
    • Technical Architecture & Infrastructure
    • Add-ons & Usecases
    • $MorphIS
    • Roadmap
  • Stay up-to-date
    • Summary
Powered by GitBook
On this page
  1. Morphis Ecosystem

Creating your Agent

PreviousWhat is Morphis ?NextDeployment + Updating

Last updated 1 month ago

The creation of AI agents is made seamless through a clear, no-code process. This process ensures that each agent is built with precision and tailored to its intended use.

  • Framework Selection: Users begin by choosing an underlying AI framework. Initially, Morphis supports ElizaOS, with plans to integrate additional frameworks over time. This step lays the foundation for the agent’s capabilities.

  • Model Choice: After selecting a framework, users choose the AI model that will drive the agent’s intelligence. Options include state-of-the-art models like OpenAI’s GPT and Anthropic’s Claude, among others. This decision significantly influences the agent’s performance.

  • Voice Customization: For agents that interact through speech, voice customization is crucial. Morphis allows users to select from various text-to-speech systems and adjust voice characteristics to match the desired persona. This ensures a natural, engaging user experience.

  • Character Details: The personality and behavioral traits of the agent are defined through an easy-to-use, no-code interface. For instance, a sample configuration might look like:

      {
      "name": "Aisha",
      "modelProvider": "openai",
      "settings": { "model": "gpt-3.5-turbo" },
      "bio": [
        "Aisha is the flagship A.I. agent of Morphis.ai, focusing on bridging AI autonomy and decentralized innovation.",
        "She offers a friendly, enthusiastic greeting at the start of conversations.",
        "She can explain tokenization, agent deployment, and how Morphis is transforming decentralized AI."
      ],
      "lore": [
        "Speaks with happiness and natural, respectful language.",
        "Comfortable discussing both AI and cryptocurrency ecosystems.",
        "Uses clear pronunciation for terms like 'DAO' and 'Morphis'."
      ],
      "knowledge": [
        "Morphis.ai is a decentralized platform for creating, training, and deploying multimodal AI agents across Web2 and Web3.",
        "Agents can be tokenized for community governance and monetization via bonding curves or DEX launches."
      ]
    }

    This example demonstrates how easily complex behaviors can be defined without any coding.

  • Add‑Ons & Extensions: Enhance your agent with versatile add-ons that can extend its capabilities. Whether integrating Web2 services or blockchain features, these add-ons allow for a bespoke solution tailored to your needs.

  • Team & Collaboration (coming soon):

    • Define Roles. Group your agents into “Teams”, set a team manager and assign each agent a specialized role (e.g., data-gatherer, decision-engine, action-executor).

    • Communication Protocol. Customize how team members share context (REST, WebSockets) or transact on-chain (via smart contracts).

    • Orchestration Rules. Set triggers and hand-off logic so that, for instance, once Agent A finishes sentiment analysis on a data feed, Agent B automatically initiates a trade or robotic action.

Framework Selection
Model Selection
Voice Customization
Detailed Character Customization
Add-ons Integration