Results 9 comments of ZhangZheng

抱歉,时间太久了,我也忘记原来的注释了。

嗯是在中央区域有泛红的痕迹。

算法应该是基于DCT的,具体的话是参考论文_《JPEG图像版权保护水印算法》_改进的

可以自己编译APK的,项目太久已经不维护了。

> 请问可以贴一下case吗?目前tool执行失败都会被统一cache住,把报错信息给模型的 ``` 2025-04-29 13:19:182025-04-29 13:19:18 1-68106117-15cbd2fb-d7f24cd4eb88 [WARNING] An error occurred when calling tool `xxxxxxxxx`: JSONDecodeError: Unterminated string starting at: line 1 column 111 (char 110) Traceback: File "/opt/python/qwen_agent/agent.py", line...

同问,mcp的[python-sdk](https://github.com/modelcontextprotocol/python-sdk)已经支持streamable-http

> [@tuhahaha](https://github.com/tuhahaha) 您好能给一个具体的例子么,关于使用"streamable-http"类型的MCPserver时cfg怎么写,感谢! > > 例如 > > "mcpServers": { > "amap-amap-sse": { > "url": "https://mcp.amap.com/sse?key=fakekey" > } > } > 具体要怎么写呢 ```py "mcpServers": { "amap-amap-sse": { "url": "https://mcp.amap.com/mcp/", "type":...

有可能是调用数超过`QWEN_AGENT_MAX_LLM_CALL_PER_RUN`,默认为8