Integuru-AI / Integuru

The first AI agent that builds third-party integrations through reverse engineering platforms' internal APIs.
https://integuru.ai
GNU Affero General Public License v3.0
1.39k stars 92 forks source link

Jupyter notebook error #3

Closed lockmeister closed 2 days ago

lockmeister commented 2 days ago

Error running cell 2 of main.ipynb

NotFoundError Traceback (most recent call last) Cell In[2], line 2 1 from typing import List ----> 2 from integration_agent.graph_builder import build_graph 3 from integration_agent.util.LLM import llm 4 from dotenv import load_dotenv

ModuleNotFoundError: No module named 'integration_agent'

alanalanlu commented 2 days ago

Good catch!