LogoLogo
  • πŸŽ‰Welcome To Fabelis.AI
  • ❓What Is Fabelis?
  • πŸ›£οΈRoadmap
  • 🀝How To Contribute
  • Playground
    • πŸ›What is the Playground?
    • Chatroom
    • Tool Configuration
    • Character
    • Settings
  • MCP
    • Overview
    • Run a Client
  • Create a Server
  • Active Backends
  • AGENT
    • πŸƒHow To Run
    • 🏌️Character File
    • CLI Chatbot
    • Twitter Agent
    • πŸ‡ΊπŸ‡ΈTruth Social
    • Discord Bot
    • Telegram Bot
  • What We Support
  • Environment
  • Support
Powered by GitBook
On this page
  • 🌟 Origins
  • πŸš€ Evolution
  • πŸ› οΈ The Fabelis Framework
  • πŸ”§What is MCP & How It Works

What Is Fabelis?

PreviousWelcome To Fabelis.AINextRoadmap

Last updated 2 months ago

🌟 Origins

Fabelis began as an AI agent framework built on to extend its functionality into social media agents, story telling, narration, and a new platform for open-source collaboration in the budding AI space fostered by arc.

πŸš€ Evolution

Over time, the narrative around AI agents expanded from personality agents to arming agents with the tools to accomplish meaningful tasks. Fabelis was uniquely positioned as a framework to adopt the (MCP for short), which effectively exposes an API layer to agents allowing them to accomplish meaningful tasks.

πŸ› οΈ The Fabelis Framework

Fabelis expresses itself mainly though its and repositories. The former being the representation of our MCP client/server model and the extension of core functionality to include this new powerful protocol. The latter being an opinionated extension and adaptation of Rig to allow for feature expansion.

We heavily encourage and incentivize community updates, feel free to send in a pull request if you have a good update or idea!

πŸ”§What is MCP & How It Works

MCP can roughly be described as the API layer for agents. The protocol directly addresses the problem agents initially faced in that they were purely generative & limited in their operation by producing a layer of tools that agents can use when they deem necessary. This allows you to go from prompt to workflow. Imagine asking your Fabelis AI character to edit products in your shopify store based on its intuition In our repos we produce a few things: - MCP-Core repository & crate: Built in rust and fully compatible with any agent framework - a premier interface for Agent -> Workflow communications - MCP-RIg repository: Where Fabelis uniquely positions itself in the complex building on top of RIG to allow our favorite framework's agents to go out and do things. - Fabelis MCP Servers: Proprietary, but open to use servers that bring Fabelis agent functionality to the real world, also compatible with any agent framework or client regardless of programming language

We've thought long and hard about making agents useful and more than

❓
rig.rs
model context protocol
mcp-core
agent
rig's