init: project scaffold

This commit is contained in:
2026-03-28 20:55:00 +08:00
commit 7a4ad0efc9
4 changed files with 88 additions and 0 deletions

13
.project.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "AgentScope 多智能体框架研究",
"description": "AgentScope 开源多Agent框架深度分析与介绍",
"status": "active",
"created": "2026-03-28",
"ports": [
{
"port": 4350,
"label": "dev",
"fixed": true
}
]
}