Skip to content

Craft-Agent v0.1.0

Choose a tag to compare

@XJungit XJungit released this 07 Aug 09:11
· 132 commits to main since this release

Craft-Agent v0.1.0

基于 Azalea Rust 客户端协议的 LLM 驱动 Minecraft bot。目标:击败末影龙。

核心能力

  • 6 个 crate:agent 框架 / MC 适配器(azalea)/ LLM 客户端 / viewer / autopilot / ctl
  • 49 个 LLM 工具(OpenAI function calling,原生多轮协议)
  • 23 个结构化任务(tier1-6:工作台 → 末影龙 → 鞘翅)
  • 10 个反应式模式(tick 级,独立于 LLM)
  • WorldMemory 空间记忆(7 类型,chunk 索引 O(1) 邻近查询)
  • 末地路径已打通(P117-P121 里程碑)

质量

  • 410 tests 全绿(workspace 实测 2026-08-07)
  • CI 三 job:fmt+clippy / test / coverage(llvm-cov,上传 lcov artifact)
  • 52 个 probe 脚本(工具层秒级验证,无需 LLM)
  • DeepSeek 前缀缓存命中 >93%

文档

  • README(6-crate 架构 / 13 步 loop / 任务表 / 工具表)
  • docs/benchmarks.md、docs/mindcraft-gap.md(差距分析队列)
  • CHANGELOG(Keep a Changelog + SemVer)