You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/agents
Duncan Brown 9b78bb7393
Fix a typo in the SQL agent prompt prefix (#2552)
Fix the grammar in this sentence, and remove the redundant "few"

"only ask for a the few relevant columns" -> "only ask for the relevant
columns"
1 year ago
..
agent_toolkits Fix a typo in the SQL agent prompt prefix (#2552) 1 year ago
chat Harrison/convo agent (#1642) 1 year ago
conversational Add Enum for agent types (#2321) 1 year ago
conversational_chat Improve chat tool prompt (#1989) 1 year ago
mrkl Add Enum for agent types (#2321) 1 year ago
react Removed duplicate BaseModel dependencies (#2471) 1 year ago
self_ask_with_search Add Enum for agent types (#2321) 1 year ago
__init__.py rfc: multi action agent (#2362) 1 year ago
agent.py Run tools concurrently in `_atake_next_step` (#2537) 1 year ago
agent_types.py Add Enum for agent types (#2321) 1 year ago
initialize.py Add Enum for agent types (#2321) 1 year ago
load_tools.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
loading.py Add Enum for agent types (#2321) 1 year ago
tools.py Make Tools own model, add ToolKit Concept (#1095) 1 year ago