mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-17 21:14:21 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user