Skip to content

edenartlab/eve

Repository files navigation

🚧 Under Construction 🚧

Note: This repository is under heavy active development. Expect frequent changes and updates as we evolve the platform.

🌱 Introduction

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.

🎯 Goal

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.

🤝 Contribute Your Tools

Join our ecosystem by contributing your own tools and workflows:

We invite you to contribute workflows that will become accessible to all creative agents in Eden's ecosystem!

Agent Deploy Wiki

Get started with Eve

Local FalkorDB with Docker Compose

  • Run docker compose up falkordb to start a local FalkorDB instance (default port 6380 mapped to the container’s 6379 and web UI on http://localhost:8380).
  • Authentication is disabled by default. Set FALKORDB_USERNAME and FALKORDB_PASSWORD in 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 with FALKORDB_PORT and FALKORDB_WEB_PORT if needed.

Releases

No releases published

Packages

No packages published

Contributors 6

Languages