企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[TOC] > https://github.com/zakaria-chahboun/cute ## 概述 ## 示例 ### Print line ``` cute.Println("Hi everyone", "My name is", "Zakaria!") ``` ![](https://img.kancloud.cn/a5/b5/a5b51ca4af1b47af6dc2eec77016a648_548x155.png) ### Print muti-lines ``` cute.Printlns("Hi everyone", "My name is Zakaria!", "Zaki is my nick name.") ``` ![](https://img.kancloud.cn/5d/60/5d6045b8ec4dd9a7114e59849ca8e20b_548x168.png) ### Check errors ``` cute.Check("Error Title", errors.New("This is a cute panic!")) ``` ![](https://img.kancloud.cn/66/b9/66b9d355f8bcd3fc3a81c3378372f3c6_548x168.png)