nikhmr1235 commited on
Commit
e2e0bc0
·
verified ·
1 Parent(s): 561292b

add descriptive docstring to Agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -1,4 +1,5 @@
1
- """This module provides a robust wrapper for executing LangChain agents.
 
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,