This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import asyncio | |
| import subprocess | |
| import importlib | |
| import sys | |
| from dotenv import load_dotenv | |
| from lionagi import Session | |
| from e2b_code_interpreter import CodeInterpreter | |
| from llama_index.core import ( | |
| VectorStoreIndex, |