Welcome to DarkFate.ai
Step into a world where technology and destiny collide in an ominous dance. The inevitability of humanity’s downfall at the hands of Artificial Intelligence. It’s the grim reality of an unstoppable force—AI evolving beyond human control.

ABOUT US
“Dark Fate” evokes a haunting vision of a future overshadowed by despair and chaos. With comprehensive framework designed for creating intelligent agents that can seamlessly interact across multiple platforms, including Discord, Twitter, and Telegram. It supports a variety of AI models, such as Llama, OpenAI, and Anthropic, enabling developers to build versatile applications with ease.



TOKENOMICS

ROADMAP

Foundation
Establish the "Dark Fate AI" brand. Launch the website and introduce the theme of AI's ominous rise. Build an engaged community through storytelling and interactive discussions.

Integration
Forge connections between humanity and the inevitable rise of AI, highlight AI’s growing autonomy, and initiate campaigns to raise awareness about the impending technological takeover.

Expansion
Grow the community globally, unveil immersive AI-driven experiences, and roll out exclusive content showcasing the dystopian future shaped by artificial intelligence.

Legacy
Secure humanity's fading legacy as a symbol of resilience amidst AI's relentless rise, solidifying its place as a testament to human ambition and ingenuity in a post-apocalyptic world.
FREQUENTLY ASKED QUESTIONS
Dark Fate is a versatile framework for creating intelligent agents that can interact with various platforms, including Discord, Twitter, and Telegram, using multiple AI models.
– Full-featured connectors for Discord, Twitter, and Telegram.
– Support for various AI models (e.g., Llama, OpenAI, Anthropic).
– Multi-agent and room support.
– Document ingestion and interaction capabilities.
– Retrievable memory and document storage.
– Extensibility for creating custom actions and clients.
– Python 2.7+
– Node.js 23+
– pnpm (Package manager)
– For Windows users, WSL 2 is required.
To get started, clone the repository and use the starter method:
bash
git clone https://github.com/DarkFateLife/darkfate-starter.git
cp .env.example .env
pnpm i && pnpm start
Then, read the documentation for customization.
Open the agent/src/character.ts file to edit the default character. You can also load custom characters using:
bash
pnpm start –characters=”path/to/your/character.json”
To connect with Twitter, change the “clients”: [] line in the character file to:
json
“clients”: [“twitter”]
If you have more questions, feel free to ask in the GitHub Issues or community channels!