Claude Code远超想象复杂
最近项目一直在开发Agent产品,从最优秀的Claude Code开始借鉴其设计思路,发现结构复杂,Prompt也写得非常棒,参考价值非常高。比如简单的文件读取: Reads a file from the local filesystem. You can access any file directly by using this tool. Assume this tool is able to read all files on the machine. If the User provides a path to a file assume that path is valid.…