Spaces:
Sleeping
Sleeping
add descriptive docstring to Agent.py
Browse files
agent.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
"""
|
|
|
|
| 2 |
|
| 3 |
The primary class, BasicAgent, enhances LangChain's AgentExecutor with a
|
| 4 |
resilient retry mechanism. It is designed to handle intermittent API issues,
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
This module provides a robust wrapper for executing LangChain agents.
|
| 3 |
|
| 4 |
The primary class, BasicAgent, enhances LangChain's AgentExecutor with a
|
| 5 |
resilient retry mechanism. It is designed to handle intermittent API issues,
|