Skip to content

Conversation

@vishwamartur
Copy link
Contributor

Related to #1

Update project to resolve installation and module import issues.

  • pyproject.toml: Update the name field to "integuru" and add [tool.poetry.scripts] section with integuru = "integuru.__main__:cli" entry.
  • main.ipynb: Update all imports to use integuru instead of integration_agent and update the kernel name to match the new project name "integuru".
  • README.md: Update the usage instructions to reflect the new project name "integuru" and add instructions to register the Poetry virtual environment with Jupyter.
  • integuru/agent.py: Update import statements to use integuru.util.LLM, integuru.models.DAGManager, integuru.util.har_processing, integuru.models.request, and integuru.models.agent_state instead of integration_agent.util.LLM, integration_agent.models.DAGManager, integration_agent.util.har_processing, integration_agent.models.request, and integration_agent.models.agent_state.
  • integuru/graph_builder.py: Update import statements to use integuru.models.agent_state, integuru.agent, and integuru.util.print instead of integration_agent.models.agent_state, integration_agent.agent, and integration_agent.util.print.
  • integuru/main.py: Update import statements to use integuru.graph_builder and integuru.util.LLM instead of integration_agent.graph_builder and integration_agent.util.LLM.
  • integuru/main.py: Update the import statement to use integuru.main instead of integration_agent.main.
  • integuru/models/DAGManager.py: Remove unnecessary blank lines.
  • tests/init.py: Delete the file.

Related to Integuru-AI#1

Update project to resolve installation and module import issues.

* **pyproject.toml**: Update the `name` field to "integuru" and add `[tool.poetry.scripts]` section with `integuru = "integuru.__main__:cli"` entry.
* **main.ipynb**: Update all imports to use `integuru` instead of `integration_agent` and update the kernel name to match the new project name "integuru".
* **README.md**: Update the usage instructions to reflect the new project name "integuru" and add instructions to register the Poetry virtual environment with Jupyter.
* **integuru/agent.py**: Update import statements to use `integuru.util.LLM`, `integuru.models.DAGManager`, `integuru.util.har_processing`, `integuru.models.request`, and `integuru.models.agent_state` instead of `integration_agent.util.LLM`, `integration_agent.models.DAGManager`, `integration_agent.util.har_processing`, `integration_agent.models.request`, and `integration_agent.models.agent_state`.
* **integuru/graph_builder.py**: Update import statements to use `integuru.models.agent_state`, `integuru.agent`, and `integuru.util.print` instead of `integration_agent.models.agent_state`, `integration_agent.agent`, and `integration_agent.util.print`.
* **integuru/main.py**: Update import statements to use `integuru.graph_builder` and `integuru.util.LLM` instead of `integration_agent.graph_builder` and `integration_agent.util.LLM`.
* **integuru/__main__.py**: Update the import statement to use `integuru.main` instead of `integration_agent.main`.
* **integuru/models/DAGManager.py**: Remove unnecessary blank lines.
* **tests/__init__.py**: Delete the file.
@CLAassistant
Copy link

CLAassistant commented Nov 2, 2024

CLA assistant check
All committers have signed the CLA.

@alanalanlu alanalanlu merged commit 110056e into Integuru-AI:main Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants