Commit Graph
13 Commits
Author SHA1 Message Date
Neko Ayaka 3605548973 chore: lint & lock 2026-03-06 16:49:31 +08:00
Rin aa2d7af17c refactor(minecraft): further cleanup 2026-02-18 11:14:45 +08:00
Rin 9e31bf33d5 refactor(minecraft): change action return types from string to unknown and improve search actions
Replace string return type with unknown in ActionRegistry/TaskExecutor to support structured responses, change searchForBlock/searchForEntity from navigation to pure search returning structured data with found/block/entity/distance fields, add validation result handling in js-planner to return failed validations as ActionRuntimeResult instead of throwing, use nullish coalescing (??) instead of OR (
2026-02-18 11:14:37 +08:00
Rin b02d4a9b8b feat(minecraft): run conscious brain in js repl with runtime globals 2026-02-18 11:14:37 +08:00
Rin 6488a3b43c feat(minecraft): back to xsai, again :D 2026-02-18 11:14:36 +08:00
Rin 54b3bfdc06 refactor(minecraft): remove legacy action adapter and simplify execution model
- Remove unused ActionLLMHandler and createActionNeuriAgent from adapter.ts
- Replace execution:'parallel'/'sequential' with readonly:true for query tools
- Add 'skip' action for explicit no-op turns
- Remove error suggestion logic (now handled by brain retry)
- Simplify TaskExecutor to use ActionAgent.performAction directly
- Update tests to use createNeuriAgent() without bot parameter
2026-02-18 11:14:08 +08:00
Rin 2ea93a391b refactor(minecraft): chat as tools to prevent scheme mismatch 2026-02-18 11:12:05 +08:00
Rin 9c9ba1e717 feat(minecraft): action parallelism with feedback timeout 2026-02-18 11:12:05 +08:00
Rin 0b3a9f24e5 refactor(minecraft): better blackboard and task scheduling 2026-02-18 11:12:04 +08:00
Rin 112ed4ea9f fix(minecraft): no need for feedback on interruptions 2026-02-18 11:12:04 +08:00
Rin 311d3ed0da feat(minecraft): add require_feedback for actions, updates prompt 2026-02-18 11:10:01 +08:00
Rin 15d6d5aa79 refactor(minecraft): context encapsulation and more 2026-02-18 11:10:00 +08:00
Rin 8facbdacfc feat(minecraft): architecture redesign, blackboard pattern and OODA 2026-02-18 11:09:58 +08:00