Skip to content

Commit

Permalink
removed unecessary agent class
Browse files Browse the repository at this point in the history
  • Loading branch information
nerfZael committed Mar 24, 2024
1 parent a0d91ca commit ac50a4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions autotx/agents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
from crewai import Agent as CrewAgent

class Agent(CrewAgent):
name: str
1 change: 1 addition & 0 deletions autotx/auto_tx_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from langchain_openai import ChatOpenAI
from autotx.auto_tx_tool import AutoTxTool
from autotx.utils.llm import open_ai_llm
from crewai import Agent

class AutoTxAgent(Agent):
name: str
Expand Down

0 comments on commit ac50a4a

Please sign in to comment.