rigging icon indicating copy to clipboard operation
rigging copied to clipboard

Lightweight LLM Interaction Framework

Results 15 rigging issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | | --- ## Generated Summary - Updated the `types-requests` dependency version from `2.32.0.20250515` to `2.31.0.6`....

type/digest
area/python

This PR contains the following updates: | Package | Type | Update | Change | | --- ## Generated Summary - Updated the Renovate GitHub Action from version `42.0.3` to...

type/digest
area/github

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vllm](https://redirect.github.com/vllm-project/vllm) | extras | minor | `^0.5.0` -> `^0.8.0` | ### GitHub Vulnerability...

type/digest
area/python

As per documentation: > ... Your function can return standard objects to cast into strings, ..., or even content parts for multi-modal generation ([ContentImageUrl](https://docs.dreadnode.io/rigging/api/message/#rigging.message.ContentImageUrl)) However using a tool that returns...

I am just starting to use rigging, in combination with the [fabric-rti-mcp](https://github.com/microsoft/fabric-rti-mcp). Using this crashed the `_process_field` since it returns a schema like this: ``` {'additionalProperties': True, 'type': 'object'} ```...