beet icon indicating copy to clipboard operation
beet copied to clipboard

A modular behavior library for the Bevy Engine.

Results 15 beet issues
Sort by recently updated
recently updated
newest added

For integration of agentic workflows with bevy it looks like the industry is standardizing on MCP. At a glance it looks like this means building something like `bevy_mcp` on top...

A-Control-Flow
C-Feature
D-Complex
S-Adopt-Me
S-Needs-Design

Currently types of content are hardcoded as [ContentType](https://github.com/mrchantey/beet/blob/d4b72725f8fa927aecdbd2daa8f2c7496b80b3a2/crates/beet_mcp/src/crate_rag/content_type.rs#L81) and [CrateMeta](https://github.com/mrchantey/beet/blob/d4b72725f8fa927aecdbd2daa8f2c7496b80b3a2/crates/beet_mcp/src/crate_rag/index_repository.rs#L32), being able to create tool descriptions based on a config file will allow us to move beyond the hardcoded types,...

C-Feature
M-Needs-Release-Note
S-Adopt-Me
A-MCP

We need to be able to configure and share the source info for each crate for rag indexing. Now that the `KnownSources` can be serialized and passed in we can...

C-Usability
M-Needs-Release-Note
S-Adopt-Me
S-Needs-Design
A-MCP

Here's a proposal for a beet-style implementation of planning algorithms. ## Overview The key to planning in Beet is to maintain a second mutable planning world, kept in sync through...

A-Control-Flow
C-Feature

We'll need to get familiar with pathfinding solvers like a* etc. I can think of two major use-cases: - Calculating scores for navigation actions - Searching through possible actions and...

A-Control-Flow
C-Feature
S-Adopt-Me

I really want to give beet a go for BTs but the example and the docs don’t really tell me enough to know what it’s doing. My BT knowledge is...

A-Control-Flow
C-Examples
C-Docs

Any `#[should_panic]` test will spoil all other tests, hiding the actual cause.

C-Bug

Parent elements of a signal fragment arent always applied, see ErrorText for example

C-Bug
A-RSX

Dynamic nodes add their style to the global space, they need to be scoped just like static nodes.

C-Bug
A-RSX

The HTMX pattern is very similar to the server islands pattern: a route that returns html, defined with template directives. We have an even greater motivation to reduce running client-side...

A-DOM
C-Feature
S-Adopt-Me
A-RSX