ecs-observable/src/bt
hypercross 4e37e03d3f feat: add behavior tree implementation
Introduces a `TaskRunner` for executing behavior trees within the
ECS world. Supports leaf, sequential, parallel, and random task
kinds, along with status propagation (succeeded, failed, cancelled).
2026-06-01 22:52:10 +08:00
..
index.ts feat: add behavior tree implementation 2026-06-01 22:52:10 +08:00
runner.ts feat: add behavior tree implementation 2026-06-01 22:52:10 +08:00
task.ts feat: add behavior tree implementation 2026-06-01 22:52:10 +08:00