File tree Expand file tree Collapse file tree
md/project/ai-agent-scaffold/part-5 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ module.exports = {
352352 link : '/md/project/ai-mcp-gateway/ai-mcp-gateway.md'
353353 } ,
354354 {
355- text : 'AI Agent 智能体(RAG、MCP、Prompt) ' ,
355+ text : 'AI Agent 拖拉拽 + 动态配置 ' ,
356356 link : '/md/project/ai-knowledge/ai-knowledge.md'
357357 } ,
358358 {
Original file line number Diff line number Diff line change 11---
2- title : 第5-1节:初始化工程搭建
3- lock : no
2+ title : 【更】 第5-1节:初始化工程搭建
3+ pay : https://t.zsxq.com/ELrPx
44---
55
66# 《AI Agent 场景应用 - MobileOpenClaw》第5-1节:初始化工程搭建
77
88作者:小傅哥
99<br />博客:[ https://bugstack.cn ] ( https://bugstack.cn )
10+ <br />视频:[ https://t.zsxq.com/dx4wS ] ( https://t.zsxq.com/dx4wS )
1011
1112> 沉淀、分享、成长,让自己和他人都能有所收获!😄
1213
13- ## 一、前言
14+ ## 一、本章诉求
1415
15- ... 新章节,编写中
16+ 本节初始搭建 MobileOpenClaw - ` 智能体手机 ` ,服务端工程和安卓网关工程。服务端基于 AI Agent Scaffold 脚手架创建,用于智能体决策部分。安卓作为网关终端,设计接收智能体下发的指令,以及完成一些列动作,如;` 启动应用 ` 、` 点击指定坐标 ` 、` 输入文本 ` 、` 滑动屏幕 ` 、` 长按 ` 、` 双击 ` 、` 请求人工接管(登录/验证码) ` 等。
17+
18+ <div align =" center " >
19+ <img src="https://bugstack.cn/images/article/project/ai-agent-scaffold/part-5/5-1/images/ai-agent-scaffold-5-1-00.png" width="550px"/>
20+ </div >
21+
22+ > 整个 MobileOpenClaw - 智能体手机,使用的是` 安卓 ` 开发的手机端 apk 应用,它可以拿到更高的权限,方便做工程开发测试。
23+
24+ ## 二、开发环境
25+
26+ - JDK 17、Maven 3.8.x、SpringBoot 3.4.3 ~ 4.1.0-M1、Spring AI 1.1.0-M3 ~ 2.0.0-M2、Google ADK
27+ - IntelliJ IDEA CE 2023+
28+ - Android Studio - 官网(下载):[ https://developer.android.com/studio?hl=zh-cn#get-android-studio ] ( https://developer.android.com/studio?hl=zh-cn#get-android-studio ) 星球(下载):[ https://t.zsxq.com/19Rnk98M0 ] ( https://t.zsxq.com/19Rnk98M0 ) ` 首次安装时间会比较长 `
You can’t perform that action at this time.
0 commit comments