Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,5 +67,6 @@ agent = CodeAgent(
|
|
| 67 |
prompt_templates=prompt_templates
|
| 68 |
)
|
| 69 |
|
|
|
|
| 70 |
|
| 71 |
GradioUI(agent).launch()
|
|
|
|
| 67 |
prompt_templates=prompt_templates
|
| 68 |
)
|
| 69 |
|
| 70 |
+
print("Agent tools:", [t.name for t in agent.tools])
|
| 71 |
|
| 72 |
GradioUI(agent).launch()
|