# go2agent **Repository Path**: smart_kitchen/go2agent ## Basic Information - **Project Name**: go2agent - **Description**: 使用go语言实现的一个自然语言转sql的agent - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2025-03-03 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go2agent #### 介绍 本仓库主要是使用go语言进行AI Agent开发及一些有趣的小实验 #### 软件架构 使用字节开源的eino框架进行AI Agent创作 ``` go2agent | core | - - agent.go - - sql.go - - sql_test.go ``` #### 安装教程 ``` git clone https://gitee.com/smart_kitchen/go2agent.git go mod tidy ``` #### 使用说明 目前只开发了将自然语言转换为sql的Agent 可以查看sql_test.go文件 #### 效果 ![img.png](img.png)