Spaces:
Sleeping
Sleeping
Update agent.py
Browse filesRefactoring class name.
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
|
| 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 |
|