Tool call results are potentially way too big to be saved to a traditional DB. Let's add support for a document store and default to using a file store for these results to protect the DB from having issues from storing and retrieving these values.
Default -> local file store. put it in $SQUADRON_HOME
Alt -> Document or hosted file store like S3, Dynamo, Blob Storage, or CosmoDB
index by mission ID and session ID
Tool call results are potentially way too big to be saved to a traditional DB. Let's add support for a document store and default to using a file store for these results to protect the DB from having issues from storing and retrieving these values.
Default -> local file store. put it in $SQUADRON_HOME
Alt -> Document or hosted file store like S3, Dynamo, Blob Storage, or CosmoDB
index by mission ID and session ID