2024-07-09 13:36:17 -07:00
|
|
|
{
|
|
|
|
|
"folders": [
|
|
|
|
|
{
|
|
|
|
|
"name": "root",
|
|
|
|
|
"path": "."
|
|
|
|
|
},
|
|
|
|
|
{
|
2024-10-16 14:20:26 -07:00
|
|
|
"name": "common",
|
|
|
|
|
"path": "crates/common"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "prompt_gateway",
|
|
|
|
|
"path": "crates/prompt_gateway"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "llm_gateway",
|
2024-10-17 10:16:40 -07:00
|
|
|
"path": "crates/llm_gateway"
|
2024-07-09 13:36:17 -07:00
|
|
|
},
|
2024-10-09 15:47:32 -07:00
|
|
|
{
|
|
|
|
|
"name": "arch/tools",
|
|
|
|
|
"path": "arch/tools"
|
|
|
|
|
},
|
2024-07-18 14:04:51 -07:00
|
|
|
{
|
2024-09-17 08:47:35 -07:00
|
|
|
"name": "model_server",
|
|
|
|
|
"path": "model_server"
|
2024-07-18 14:04:51 -07:00
|
|
|
},
|
2024-07-24 14:13:18 -07:00
|
|
|
{
|
2024-09-17 08:47:35 -07:00
|
|
|
"name": "chatbot_ui",
|
|
|
|
|
"path": "chatbot_ui"
|
2024-07-24 14:13:18 -07:00
|
|
|
},
|
2024-07-09 13:36:17 -07:00
|
|
|
{
|
2024-09-17 08:47:35 -07:00
|
|
|
"name": "demos/function_calling",
|
|
|
|
|
"path": "./demos/function_calling",
|
2024-08-06 23:40:06 -07:00
|
|
|
},
|
2024-10-03 18:21:27 -07:00
|
|
|
{
|
|
|
|
|
"name": "demos/insurance_agent",
|
|
|
|
|
"path": "./demos/insurance_agent",
|
|
|
|
|
},
|
2024-09-20 14:38:10 -07:00
|
|
|
{
|
|
|
|
|
"name": "demos/function_calling/api_server",
|
|
|
|
|
"path": "./demos/function_calling/api_server",
|
|
|
|
|
},
|
2024-07-09 13:36:17 -07:00
|
|
|
],
|
|
|
|
|
"settings": {}
|
2024-07-18 11:01:02 -07:00
|
|
|
}
|