HazyResearch / eclair-agents

Automating enterprise workflows with multimodal agents

Home Page:https://arxiv.org/abs/2405.03710

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError

bbugs opened this issue · comments

Description

Running record.py results in ModuleNotFoundError: No module named 'eclair.executors'.

This line fails:
from eclair.executors.modules.observer.observer import Observer

There's a class Observer at eclair.agent.execute.observer.observer. Is this import you meant?