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

@@ -7,7 +7,7 @@ import tempfile
import pytest
import autogpt.commands.execute_code as sut # system under testing
from autogpt.agent.agent import Agent
from autogpt.agents.agent import Agent
from autogpt.config import Config