Note: This repository is under heavy active development. Expect frequent changes and updates as we evolve the platform.
Welcome to Eve, the core repository powering Eden.art's creative AI assistants. This codebase enables the development of autonomous digital artists capable of understanding, creating, and iterating on visual content through natural conversation.
Eve provides the foundation for building AI agents like our flagship creative assistant Eve, which leverages a suite of open-source AI tools to transform ideas into visual art.
Our mission is to democratize the creation of powerful creative AI agents. Eve makes it possible for anyone to build, customize, and deploy autonomous digital artists powered by open-source AI technologies.
Join our ecosystem by contributing your own tools and workflows:
- Eden.art Node Suite for ComfyUI - Production-ready ComfyUI nodes that power our platform
- Eden.art Workflows - Our in-production ComfyUI workflow repository
We invite you to contribute workflows that will become accessible to all creative agents in Eden's ecosystem!
- Run
docker compose up falkordbto start a local FalkorDB instance (default port6380mapped to the container’s6379and web UI onhttp://localhost:8380). - Authentication is disabled by default. Set
FALKORDB_USERNAMEandFALKORDB_PASSWORDin your shell only if you enable credentials on a remote instance. - Use
redis-cli -h localhost -p 6380(or another Redis client) to verify the database is reachable before running integrations. Override the host/UI ports withFALKORDB_PORTandFALKORDB_WEB_PORTif needed.