Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing reference to o365_toolkit module in __init__.py of agent_toolkits #6936

Closed
1 of 14 tasks
oberthou opened this issue Jun 29, 2023 · 4 comments
Closed
1 of 14 tasks
Labels
01 bug Confirmed bug

Comments

@oberthou
Copy link

System Info

Langchain 0.0.218

Who can help?

No response

Information

  • The official example notebooks/scripts
  • My own modified scripts

Related Components

  • LLMs/Chat Models
  • Embedding Models
  • Prompts / Prompt Templates / Prompt Selectors
  • Output Parsers
  • Document Loaders
  • Vector Stores / Retrievers
  • Memory
  • Agents / Agent Executors
  • Tools / Toolkits
  • Chains
  • Callbacks/Tracing
  • Async

Reproduction

E4D3964C-8891-46EE-879F-D4F862351BC1

Expected behavior

The module should be found automatically.

@dosubot dosubot bot added the 01 bug Confirmed bug label Jun 29, 2023
@sdelgadoc
Copy link
Contributor

sdelgadoc commented Jun 29, 2023

Thanks you for submitting! This is caused because the __init__.py file in the "agent_toolkits" folder does not include the O365_Toolkit module, so Python can't find the toolkit. I will update the file and submit a PR to resolve.

hwchase17 pushed a commit that referenced this issue Jul 5, 2023
…on (#7046)

## Description
Added Office365 tool modules to `__init__.py` files
## Issue
As described in Issue
#6936, the Office365
toolkit can't be loaded easily because it is not included in the
`__init__.py` files.
## Reviewer
@dev2049
aerrober pushed a commit to aerrober/langchain-fork that referenced this issue Jul 24, 2023
…on (langchain-ai#7046)

## Description
Added Office365 tool modules to `__init__.py` files
## Issue
As described in Issue
langchain-ai#6936, the Office365
toolkit can't be loaded easily because it is not included in the
`__init__.py` files.
## Reviewer
@dev2049
@dosubot
Copy link

dosubot bot commented Sep 28, 2023

Hi, @oberthou. I'm Dosu, and I'm helping the LangChain team manage their backlog. I wanted to let you know that we are marking this issue as stale.

From what I understand, the issue is about a missing reference to the o365_toolkit module in the init.py file of the agent_toolkits. The expected behavior is that the module should be found automatically. It seems that sdelgadoc has acknowledged the issue and will submit a pull request to resolve it.

Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the LangChain repository. If it is, please let the LangChain team know by commenting on the issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days.

Thank you for your understanding and contribution to the LangChain project. Let us know if you have any further questions or concerns.

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Sep 28, 2023
@sdelgadoc
Copy link
Contributor

sdelgadoc commented Sep 28, 2023

Hi, @oberthou. I'm Dosu, and I'm helping the LangChain team manage their backlog. I wanted to let you know that we are marking this issue as stale.

From what I understand, the issue is about a missing reference to the o365_toolkit module in the init.py file of the agent_toolkits. The expected behavior is that the module should be found automatically. It seems that sdelgadoc has acknowledged the issue and will submit a pull request to resolve it.

Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the LangChain repository. If it is, please let the LangChain team know by commenting on the issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days.

Thank you for your understanding and contribution to the LangChain project. Let us know if you have any further questions or concerns.

This issue is resolved in pull request #7046.

@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Sep 28, 2023
@dosubot
Copy link

dosubot bot commented Sep 28, 2023

Thank you for your response, @sdelgadoc! We appreciate your contribution to the LangChain project. Based on your comment and the pull request you submitted, we will be closing this issue. If you have any further questions or concerns, please let us know.

@dosubot dosubot bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 bug Confirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants