12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"calculator": {
|
|
"command": "python",
|
|
"args": ["dummy/calculator.py"],
|
|
"transport": "stdio"
|
|
},
|
|
"rag": {
|
|
"command": "python",
|
|
"args": ["lang_agent/rag/simple.py"],
|
|
"transport": "stdio"
|
|
}
|
|
} |