externalAgentConfig/detect 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"cwds": [
"example"
],
"includeHome": false,
"maxSessionAgeDays": 1,
"maxSessions": 1,
"migrationSource": "example",
"source": "example"
}curl --location '/v1/yousure/externalAgentConfig/detect' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cwds": [
"example"
],
"includeHome": false,
"maxSessionAgeDays": 1,
"maxSessions": 1,
"migrationSource": "example",
"source": "example"
}'{
"result": {
"items": [
{
"description": "example",
"itemType": "AGENTS_MD",
"cwd": "/workspace/project",
"details": {
"commands": [],
"hooks": [],
"mcpServers": [],
"memory": [
"example"
],
"plugins": [],
"sessions": [],
"skills": [],
"subagents": []
}
}
],
"connectors": []
}
}