jafhaponiuk commited on
Commit
497f444
·
verified ·
1 Parent(s): 6b0fd37

Update agent.py

Browse files

Refactoring class name.

Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -65,7 +65,7 @@ builder.add_edge("final", END)
65
  agent_executor = builder.compile()
66
 
67
  # Entry point for the agent
68
- class GAIAAgent:
69
  def __init__(self):
70
  self.agent = agent_executor
71
 
 
65
  agent_executor = builder.compile()
66
 
67
  # Entry point for the agent
68
+ class BasicAgent:
69
  def __init__(self):
70
  self.agent = agent_executor
71