10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"name": "self-correcting-agent",
|
|
"version": "1.0.0",
|
|
"description": "A simple self-correcting agent using LangChain and LangGraph",
|
|
"main": "main.py",
|
|
"dependencies": {
|
|
"langchain-core": "^0.2.0",
|
|
"langgraph": "^0.0.1"
|
|
}
|
|
} |