mirror of
https://github.com/langchain-ai/langsmith-pii-removal.git
synced 2026-07-01 19:54:41 -04:00
11 lines
303 B
JSON
11 lines
303 B
JSON
{
|
|
"graphs": {
|
|
"langgraph_pii_masking": "./langgraph-example/agent.py:compile_agent",
|
|
"langchain_pii_masking": "./langchain-example/agent.py:compile_agent"
|
|
},
|
|
"env": ".env",
|
|
"python_version": "3.11",
|
|
"dependencies": ["requirements.txt"],
|
|
"image_distro": "wolfi"
|
|
}
|