Commit Graph
112 Commits
Author SHA1 Message Date
Rin 1ac8e3fb28 fix(minecraft): implement proper interrupt method to stop bot actions
- Add `interrupt()` method to Mineflayer class with comprehensive action stopping
- Stop pathfinder, pvp, digging, item usage, and control states
- Replace non-working `emit('interrupt')` with `interrupt()` call in stop tool
- Add logging for interrupt requests and completion
- Remove FIXME comment as issue is now resolved
2026-02-18 11:10:01 +08:00
Rin 3bf1ebde73 chore(minecraft): remove unused actions and update descriptions
- Remove `stats` action (redundant with status info)
- Remove `stay` action (unused functionality)
- Update action descriptions from "bot's" to "your" for consistency
- Add TODO comment for file relocation
2026-02-18 11:10:01 +08:00
Rin d0d6f14f03 chore(minecraft): add FIXME comment for non-working interrupt emit 2026-02-18 11:10:01 +08:00
Rin c155e4e3d4 fix(minecraft): fix tool action result message (fix #5) 2026-02-18 11:10:01 +08:00
Rin 311d3ed0da feat(minecraft): add require_feedback for actions, updates prompt 2026-02-18 11:10:01 +08:00
Rin 88bff91a60 chore(minecraft): minor refactors and TODOs
chore(minecraft): add TODOs

chore(minecraft): rename BrainResponse to LLMResponse
2026-02-18 11:10:00 +08:00
Rin 0a5a7c9279 chore(minecraft): time llm call duration 2026-02-18 11:10:00 +08:00
Rin 4b2d06db3b chore(minecraft): various legacy code cleanup 2026-02-18 11:10:00 +08:00
Rin 90588bd65c chore(minecraft): rename EventType to EventCategory 2026-02-18 11:10:00 +08:00
Rin 15d6d5aa79 refactor(minecraft): context encapsulation and more 2026-02-18 11:10:00 +08:00
Rin 684ffa8f1c chore(minecraft): rename 2026-02-18 11:10:00 +08:00
Rin 569ef88f9a chore(minecraft): clean up 2026-02-18 11:09:59 +08:00
Rin 54c93f6d49 fix(minecraft): dashboard not working 2026-02-18 11:09:59 +08:00
Rin 3f113cf1ce feat(minecraft): better debug server, event queue for the brain 2026-02-18 11:09:59 +08:00
Rin 9d3e808a06 fix(minecraft): fix model not specified 2026-02-18 11:09:59 +08:00
Rin f2ccde5f61 fix(minecraft): prevent handled events from reaching the brain 2026-02-18 11:09:59 +08:00
Rin 2f3a35e101 chore(minecraft): remove outdated comments 2026-02-18 11:09:59 +08:00
Rin 5e715f7ec4 refactor(minecraft): code cleanup, better naming 2026-02-18 11:09:59 +08:00
Rin bb507d7451 refactor(minecraft): extract prompt 2026-02-18 11:09:58 +08:00
Rin 8facbdacfc feat(minecraft): architecture redesign, blackboard pattern and OODA 2026-02-18 11:09:58 +08:00
Rin 9b698ae42d feat(minecraft): async concious
update dashboard
2026-02-18 11:09:58 +08:00
Rin 7c3f9236a9 refactor(minecraft): refactor file structure 2026-02-18 11:09:57 +08:00
Rin 4962c8106a refactor(minecraft): extract system prompts to separate modules 2026-02-18 11:09:57 +08:00
Rin 4611964210 feat(minecraft) introduce new cognition architecture 2026-02-18 11:09:57 +08:00
Rin dd395241a4 fix(minecraft): planning agent ctx 2026-02-18 11:09:57 +08:00
Rin d20bcab692 feat(minecraft): add debug web dashboard 2026-02-18 11:09:57 +08:00
Rin 3b22a45bd3 feat(minecraft): introduce structured ActionError for skill failures, implement fail-fast logic in planning, and remove unused planning code. 2026-02-18 11:09:56 +08:00
Neko Ayaka b29ed05f75 feat(minecraft): support to auth with Microsoft auth, added docs 2025-11-21 17:10:08 +08:00
Neko Ayaka 20cb21f82f fix: usLogg from @guiiai/logg error 2025-09-10 21:18:48 +08:00
RainbowBird 733b8893c7 refactor: replace useLogg with useLogger (#563) 2025-09-07 23:47:23 +08:00
Neko Ayaka 8ee87f9e70 style(*): stronger import sort 2025-06-30 02:23:40 +08:00
藍+85CD c13811b392 refactor: use @moeru/std (#226) 2025-06-25 15:31:30 +08:00
Neko Ayaka 50e05b114b chore(*): use @moeru/std & cleanup code, rename 2025-06-23 15:34:07 +08:00
Neko AyakaandMakito cc449b1d0c style: use @sumimakito integrated perfectionist/sort-imports`
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com>
2025-06-17 14:03:27 +08:00
Neko Ayaka ff2255b736 fix: lint & incorrect deps 2025-02-14 17:30:41 +08:00
RainbowBird fdb1bd1b00 chore: useLogger 2025-02-07 01:55:41 +08:00
RainbowBird 63643b9832 refactor: config 2025-02-07 01:36:26 +08:00
RainbowBird ce7f179e4f chore: move container.ts to libs/llm-agent 2025-02-07 01:24:26 +08:00
RainbowBird 2631b4041b refactor: move prompt to self folders 2025-02-07 01:22:44 +08:00
RainbowBird 31988e6964 refactor: move llm-agent to lib folder 2025-02-07 01:11:24 +08:00
RainbowBird 2171483b43 chore: remove unused config 2025-02-07 01:05:46 +08:00
Neko Ayaka 0a7e1b9bf4 chore: bump deps 2025-02-03 15:37:12 +07:00
RainbowBird 946cbb4c9d refactor: split llm-agent 2025-01-28 16:30:33 +08:00
RainbowBird 8a5795cac6 feat: global configurable model and reasoning model 2025-01-28 16:18:20 +08:00
RainbowBird b804f687cd refactor: planning agent v2 (#2) 2025-01-22 00:47:59 +08:00
RainbowBird 0ba9cf631f feat: planning, action, chat, memory agent implementation (#1) 2025-01-22 00:41:51 +08:00
RainbowBird a550722aef style: import 2025-01-18 19:08:07 +08:00
Neko Ayaka 8f74b65873 fix: error handling, retriable handling 2025-01-17 02:47:51 +08:00
RainbowBird 5d70b7ae53 chore: short memory 2025-01-17 02:03:33 +08:00
RainbowBird fa99d16c22 chore: bot reconnect 2025-01-17 00:58:49 +08:00