Refactor/rename agent subpackage to agents (#4961)

* Add links to github issues in the README and clarify run instructions

* Rename agent subpackage to agents

* Revert all unwanted changes

* Use relative import in `agents/__init__.py`

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
James Collins
2023-07-13 07:31:49 -07:00
committed by GitHub
parent 4177c37b51
commit c9adedf746
26 changed files with 26 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ from pathlib import Path
import pytest
from pytest_mock import MockerFixture
from autogpt.agent import Agent
from autogpt.agents import Agent
from autogpt.commands.execute_code import execute_python_file
from autogpt.workspace import Workspace
from tests.challenges.challenge_decorator.challenge_decorator import challenge