Skip to content

Provide four void * tethers per struct splinter_slot to enable persistent model context and vocabulary. #11

@splinterhq

Description

@splinterhq

Each slot will get:

void *tether_1;
void *tether_2;

The library will provide:

splinter_attach_tether(const char *key, void *src_ptr, unsigned int tether_number);
splinter_detach_tether(const  char *key, unsigned int tether_number);

splinter_unset(), splinter_create(), splinter_get_slot_snapshot() and other affected artifacts will be updated. Heap allocation will be managed, but occur entirely on the client side.

This will allow Splinter to manage multiple intrinsically-safe context windows simultaneously with so many different paths for governance.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions