Boostrix

Results 459 comments of Boostrix

This could be really useful and as long as this is not supported we need to prime the llm to tell it that it can by default only execute a...

This looks interesting and just so that you know: I kinda implemented a similar scheme to run multiple commands at once with less code by allowing pre/post execution hooks to...

> @Boostrix Cool. Would be helpful if you share your result! you can look at the diff here: #4063 This is based on the old/original plugin interface where you could...

See also: #1060 If/when this is revisited, should take into account: - #4045

in the mid-term, the "budget manager" should probably become a "constraint manager" as per #3466 (quotas) and if in doubt, the budget manager would merely implement the interface of an...

for the time being, there is no proper persistence scheme - just several disconnected parts at attempting to improve the situation a little, but there's no checkpointing support - neither...

closing for now, not to discourage discussion - but it's not a bug per se, simply a missing feature, but one that is being worked on - if in doubt,...

Is this something that you consider trivial to be reviewed/added or should I clean up/update the merge request ?

FWIW, I actually exposed these limits via the command interface, so that the LLM can dynamically modify these once an error occurs. The background being that I ran into a...