4 Commits

Author SHA1 Message Date
149f16fe29 docs: Fix workflow status badge paths (#3517)
The status badge paths were updated and the query params `?branch=main`
don't work with the old schema.

https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/adding-a-workflow-status-badge
2025-03-04 07:45:57 +00:00
51d7fbc06d docs: Remove AI assist badges (#3477)
# Description
CommandDash is shutting down and the AI Code assist isn't operational
anymore. This PR requests its removal from the all Readme.

We're thankful for being able to serve the community and apologise for
the interruption.

## Checklist

- [X] I have followed the [Contributor Guide] when preparing my PR.
- [X] I have updated/added tests for ALL new/updated/fixed
functionality.
- [X] I have updated/added relevant documentation in `docs` and added
dartdoc comments with `///`.
- [x] I have updated/added relevant examples in `examples` or `docs`.
2025-02-08 09:53:54 +00:00
380d6aa946 docs: Add AI assist badge to readme(s) (#3226)
Added the AI assist badge to readme files. Currently, I've done it for
all packges for consistency, but if it is preferred to just have it in
the main flame package, plmk and I'll update the PR.
2024-07-19 09:05:57 +00:00
faf2df4b8c feat: Add initial version of behavior_tree and flame_behavior_tree package (#3045)
First pass on adding behavior tree for flame. This PR adds 2 packages:

- behavior_tree: A pure dart implementation of behavior tree.
- flame_behavior_tree: A bridge package that integrates behavior_tree
with flame.

Demo: 


https://github.com/flame-engine/flame/assets/33748002/1d2b00ab-1b6e-406e-9052-a24370c8f1ab
2024-03-10 17:29:15 +01:00