Provider refactor — curl-based configuration workflow #72
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Opening this PR now so we can work from the same place if anybody is inclined to take a crack at it tomorrow morning while I'm flying (I cannot into streaming LLM tokens via plane wifi and am therefore basically retarded).
This implements the Provider refactor #69 — I have no idea if it works, because before the actual new mechanism in
curl_executorcan even be tried it continually fails at the transaction validation step.See:
That said, actual provider configuration seems to work fine and if my goobercoding has preserved the validation logic (highly suspect it might not have) it at least works on that axis. Screenshot of what the curl-based provider config workflow looks like:
It's not quite as stylish as I'd like it to be but I think it's workable. Obviously needs to be tested e2e.