Hysen Labs
Open-source project
edenartlab/eve avatar
edenartlab

eve

Eden is building autonomous creative agents.

30 stars7 forksPythonLicense varies
DEEP OPEN-SOURCE ANALYSIS

Eve: a foundation for autonomous creative agents

Eve is the core codebase behind Eden.art's creative AI assistants, letting developers build agents that make and refine visual art through conversation.

What Eve is and where it runs

Eve is the core repository that powers Eden.art's creative AI assistants. The README introduces it as the codebase that enables building autonomous digital artists capable of understanding, creating, and iterating on visual content through natural conversation. The project is connected to a hosted product at eden.art, and the README links to a flagship creative assistant also called Eve that runs on the Eden chat platform and uses a suite of open source AI tools to turn ideas into visual art. So the repository is both the engine behind a live service and an open foundation others can build on. The README states the mission is to democratize the creation of powerful creative AI agents, making it possible for anyone to build, customize, and deploy autonomous digital artists powered by open source AI technologies. That framing puts Eve in the category of agent frameworks, but focused on visual and creative work rather than general assistants. The README stresses that this is the core repository powering the assistants, which tells a reader that the interesting product logic lives here and that the website is the deployed example of what the code can do when assembled. A reader evaluating the project should treat the website as the live proof of what the core code can produce once wired together.

Development status and contribution model

The README opens with a clear warning that the repository is under heavy active development and that readers should expect frequent changes and updates as the platform evolves. This is an honest status note that sets expectations: the code is moving, interfaces may shift, and the README should not be read as a frozen specification. The project invites contributions through an ecosystem of related repositories. The README links to an Eden.art Node Suite for ComfyUI, described as production ready ComfyUI nodes that power the platform, and to Eden.art Workflows, described as the in production ComfyUI workflow repository. Contributors are invited to submit workflows that become accessible to all creative agents in the Eden ecosystem. This contribution model shows the project is built around ComfyUI, a popular node based interface for diffusion models, and that reusable nodes and workflows are the unit of sharing. Rather than asking contributors to patch the core, the project asks them to build tools and workflows that plug in. The README's tone is welcoming and community oriented, pointing outside the core repo to the surrounding packages that make the agents capable in practice. The node suite and workflow repositories are described as production ready, which signals the ecosystem is actively used rather than only demoed.

Local graph database and getting started

The README includes a short operations section about running a local FalkorDB instance with Docker Compose. It gives the command docker compose up falkordb to start that service. FalkorDB is a graph database, and its presence suggests Eve uses graph storage for some part of its agent or creative state, though the README does not spell out the schema. The README also points to a wiki titled Get started with Eve for agent deployment, which is the practical onboarding path beyond the conceptual introduction. A developer who wants to run the agents locally would read that wiki and stand up the supporting services such as the graph database first. The README does not include a long install script in the portion shown, instead routing setup details to the wiki. The combination of a Docker Compose service for the database and a deployment wiki indicates the project expects a container based local environment rather than a single binary. Given the heavy development warning, the exact compose services and wiki steps may change, so a new user should treat the wiki as the current source of truth. The README's job here is to name the key local dependency and the onboarding document.

Goal and ecosystem context

The stated goal of Eve is to democratize the creation of powerful creative AI agents by making it possible for anyone to build, customize, and deploy autonomous digital artists powered by open source AI. This goal explains the open repository alongside the hosted eden.art service: the company wants a community to extend what the agents can do. The ecosystem context matters because Eve alone is a foundation, while the actual creative capability comes from the linked tools and workflows. The ComfyUI node suite and the workflow repository are called production ready and in production, which tells a reader the platform is not just a demo but runs real creative pipelines. By contributing workflows, a developer makes their work available to every agent in the Eden ecosystem, which is the incentive structure the README describes. The logo and introduction present Eve as a creative assistant brand as much as a codebase. For someone evaluating the project, the key facts from the README are: it is Python, it is actively changing, it is built around ComfyUI tooling, it uses a FalkorDB graph store locally, and it is backed by a live product. Licensing is not stated in the shown text, so that remains unconfirmed from the README alone.

Editorial conclusion

Eve is written in Python and is described as under heavy active development in its README. The README shows a local FalkorDB instance can be started with the command docker compose up falkordb.

DEEP OPEN-SOURCE ANALYSIS

Official sources

Community notes

Community notes