Skip to content

Commit

Permalink
Update agentverse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunlun-Zhu authored Oct 26, 2023
1 parent 641290d commit fab0ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentverse/agentverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import List

# from agentverse.agents import Agent
from agentverse.agents.conversation_agent import BaseAgent
from agentverse.agents.base import BaseAgent
from agentverse.environments import BaseEnvironment
from agentverse.initialization import load_agent, load_environment, prepare_task_config

Expand Down

0 comments on commit fab0ab8

Please sign in to comment.