Commit Graph
327 Commits
Author SHA1 Message Date
Rin d049b2edeb chore(minecraft): temp personality for debugging, revert me later 2026-02-18 11:10:01 +08:00
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 8704bce444 docs(minecraft): update with current file structure 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 cc56e6bfec docs(minecraft): add architecture design to README 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
Nashchennc 5b1e6ead18 refactor(satori-bot): implement dispatcher-centric action registry (#1029) 2026-02-17 02:11:31 +08:00
Neko Ayaka 2197a3e5ad release: v0.8.4 2026-01-30 17:00:13 +08:00
LemonNeko ae6783964f release: v0.8.3 2026-01-29 17:45:32 +08:00
LemonNeko 79db07694f release: v0.8.2 2026-01-29 17:44:17 +08:00
藍+85CD 43fe9e89f2 perf: setup knip, remove unused dependencies (#992) 2026-01-24 15:08:08 +08:00
Neko Ayaka d051a07da9 chore(deps): bump dependencies 2026-01-21 05:42:01 +08:00
Neko Ayaka ccf1faaf5e release: v0.8.1 2026-01-21 02:00:18 +08:00
Lilia-Chen 8787db198a release: v0.8.1-beta.13 2026-01-19 19:51:29 +00:00
Neko Ayaka ce56400b3e release: v0.8.1-beta.12 2026-01-15 03:07:46 +08:00
skyline624 2a8019821f feat(discord): add guild segmentation, DM support and context enrichment (#942) 2026-01-14 11:15:13 +08:00
Neko Ayaka bc05e1e5b0 release: v0.8.1-beta.11 2026-01-13 04:35:55 +08:00
Neko Ayaka 385744f3ab release: v0.8.1-beta.10 2026-01-13 04:27:08 +08:00
skyline624andNeko Ayaka b500eb8f5b fix(stage-ui): preserve and propagate discord context in bridge (#934)
---------

Co-authored-by: Neko Ayaka <neko@ayaka.moe>
2026-01-11 23:42:45 +08:00
Neko Ayaka 1ddaa3391a release: v0.8.1-beta.9 2026-01-11 03:53:50 +08:00
skyline624andNeko 5d9040e430 fix(stage-ui,server-*): implement handling for input:text from anywhere, support for Discord (#928)
---------

Co-authored-by: Neko <neko@ayaka.moe>
2026-01-11 03:35:32 +08:00
Neko Ayaka 2bccfcc24a release: v0.8.1-beta.8 2026-01-10 03:19:27 +08:00
Neko Ayaka 26529bc36f release: v0.8.1-beta.7 2026-01-09 18:23:01 +08:00
Neko Ayaka 99159f0635 release: v0.8.1-beta.6 2026-01-09 03:27:43 +08:00
Ayaka Neko 00ce4668ab release: v0.8.1-beta.5 2026-01-08 23:50:20 +08:00
Neko Ayaka 7e027561ec release: v0.8.1-beta.4 2026-01-08 15:56:43 +08:00