Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed import error for AutoGPT e.g. from langchain.experimental.auton… (
#5101) `from langchain.experimental.autonomous_agents.autogpt.agent import AutoGPT` results in an import error as AutoGPT is not defined in the __init__.py file https://python.langchain.com/en/latest/use_cases/autonomous_agents/marathon_times.html An Alternate, way would be to be directly update the import statement to be `from langchain.experimental import AutoGPT` Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
- Loading branch information