AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 引入开发包 使用maven管理开发包,将下面的依赖拷贝到项目的pom文件中并修改对应的版本号 <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.pub</artifactId> <version>1.0.1</version> <type>jar</type> </dependency> <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.base</artifactId> <version>1.0.1</version> <type>jar</type> </dependency> <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.app</artifactId> <version>1.0.1</version> <type>jar</type> </dependency> <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.web</artifactId> <version>1.0.1</version> <type>war</type> </dependency> <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.web</artifactId> <version>1.0.1</version> <type>warpath</type> </dependency>