File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# MineCode
22
3- ** MineCode** 是一个极简的 AI 代码生成代理,使用 Java 17 实现。项目灵感来自 [ NanoCoder] ( https://github.com/he-yufeng/NanoCoder ) (基于 Claude Code 设计)和 [ AgentScope] ( https://github.com/alibaba/AgentScope ) 的架构思想,将其核心设计模式提炼为一个可读、可学习、可扩展的代码代理框架。
3+ ** MineCode** 是一个极简的 AI 代码生成代理,使用 Java 21 实现。项目灵感来自 [ NanoCoder] ( https://github.com/he-yufeng/NanoCoder ) (基于 Claude Code 设计)和 [ AgentScope] ( https://github.com/alibaba/AgentScope ) 的架构思想,将其核心设计模式提炼为一个可读、可学习、可扩展的代码代理框架。
44
55## 核心理念
66
Original file line number Diff line number Diff line change 1313 <description >Minimal AI coding agent in Java, inspired by Claude Code</description >
1414
1515 <properties >
16- <java .version>17 </java .version>
17- <maven .compiler.source>17 </maven .compiler.source>
18- <maven .compiler.target>17 </maven .compiler.target>
16+ <java .version>21 </java .version>
17+ <maven .compiler.source>21 </maven .compiler.source>
18+ <maven .compiler.target>21 </maven .compiler.target>
1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2020 <jackson .version>2.15.2</jackson .version>
2121 <slf4j .version>2.0.9</slf4j .version>
You can’t perform that action at this time.
0 commit comments