@yxp934 在 ccr无法调用subagent的问题 中发帖
佬们,我最近用Gemini接入ccr,发现在处理subagent时有一些问题:gemini可以在主对话框调用agent,但是agent不能调用其他agent,却笃定自己调用了。
我的配置如下:
{
"LOG": true,
"CLAUDE_PATH": "",
"HOST": "127.0.0.1",
"PORT": 3456,
"APIKEY": "",
"API_TIMEOUT_MS": "600000",
"PROXY_URL": "",
"Transformers": [],
"Providers": [
{
"name": "went",
"api_base_url": "https://api.wentuo.ai/v1/chat/completions",
"api_key": "sk",
...