242816
242816
Is it possible to get `goose` to add this feature? A prompt something like... ``` Using the existing `crates/goose/src/providers/openai.rs` create a new provider called `openai_compatible.rs`. This should have the following...
We're possible not sending the tool call result even though its in the database ``` { "model": "meta-llama/llama-4-maverick-17b-128e-instruct", "stream": true, "max_tokens": 1024, "messages": [ { "role": "user", "content": "Retrieve labeling...
Issue may be due to the size of the results returned from an API call. Example that we looked at had a huge result.
## Jumpwire PoC N.B. Can't get this working it would require us to make API calls to get a db password. ```yaml # configure a postgresql database manifests: - id:...
## Cipherstash PoC Looks like you need the to have a CipherStash account to store the meta data (i.e. datasets) The proxy works but unless I can have the config...
## Acra PoC ```yaml services: # Creating keys: # - ./.acrakeys/acra-server/${ACRA_CLIENT_ID}_storage # - ./.acrakeys/acra-server/${ACRA_CLIENT_ID}_storage.pub # - ./.acrakeys/acra-server/${ACRA_CLIENT_ID}_storage_sym acra-keymaker_client: image: "cossacklabs/acra-keymaker:${ACRA_DOCKER_IMAGE_TAG:-0.93.0}" environment: ACRA_MASTER_KEY: ${ACRA_SERVER_MASTER_KEY:-N0MyZEVCRGY1cHA4ODRSVHp3c3BNeGtDekxaV3BhTHI=} volumes: - ./.acrakeys:/keys command: >- --client_id="client" --generate_acrawriter_keys...
@kulbinderdio Anything in the logs?