rht
rht
I wasn't aware of `uv_build` when I created this PR. According to https://github.com/astral-sh/uv/issues/3957, the issue itself was closed on July 3 2025. I suppose as of today it makes more...
I just tried `uv_build` and found that it doesn't support dynamic version field: https://github.com/astral-sh/uv/issues/11718.
This depends on how '-r' is done in each of the case. Will update.
> @rht lmk if you have any preference I'm just a passerby :sweat_smile: . I think @isha-gpt 's preference carries the weight here. That said, I agree with option A,...
My 2c for the seed.yaml is that, less assumption on where/what the seed.yaml filename/filepath, and instead explicitly specifying the path is better for any agentic coding to reason about. Imagine...
I'm an ex-maintainer of https://github.com/mesa/mesa, an agent-based model library in Python. I can help with automating the release to PyPI. You can adapt https://github.com/mesa/mesa/blob/main/.github/workflows/release.yml to this repo. But before this,...
I have been using bloom as is. But my other use case that would require changing the workflow, involves injecting several turns of conversation to test if the models would...
If it is too early to post on PyPI, at least a 1 line instruction `pip install git+https://github.com/safety-research/bloom@` would be helpful. I saw that [Petri](https://github.com/safety-research/petri) does this.
> Its called [CodeOptiX](https://super-agentic.ai/code-optix) Its open source and available on the [Github](https://github.com/SuperagenticAI/codeoptix)Docs [here](https://superagenticai.github.io/codeoptix/) Interesting, hadn't thought of using Bloom outside of the scope of AI safety. Though for agentic behavior,...