catalog-agent/project_registry.json
2025-10-07 14:01:27 +08:00

18 lines
395 B
JSON

{
"projects": [
{
"project_id": "demo-project",
"data_dir": "/Users/moshui/Documents/felo/qwen-agent/projects/demo-project/",
"name": "演示项目",
"description": "演示多项目隔离功能",
"allowed_file_types": [
".json",
".txt",
".csv",
".pdf"
],
"max_file_size_mb": 100,
"is_active": true
}
]
}