Pete Hayman

Results 29 issues of Pete Hayman

I'm working on a feature that requires the use of `ureq` as well as http caching, any tips or prior art for using `http-cache` with ureq?

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

It seems that every agent has its own opinion about where the `mcp.json` should live, cluttering the workspace and becoming a chore to keep in sync. ## Examples - cursor:...

enhancement

Currently chunks are split into an `Iterator` without context for what part of the document they came from. For instance markdown subheadings dont have context for their parent heading. Instead...

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