ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos-ai.html
Apache License 2.0
11 stars 6 forks source link

Feature: Add compression/decompression option for CLI/Agent #151

Open danko-miladinovic opened 2 weeks ago

danko-miladinovic commented 2 weeks ago

Is your feature request related to a problem? Please describe.

The data that is being sent to the Agent sometimes needs to be compressed. This should be introduced as a new feature into CLI and the Agent should be modified to be able to decompress the data.

Describe the feature you are requesting, as well as the possible use case(s) for it.

Add an optional flag to data option of the CLI to compress and send data to the Agent. The Agent should then decompress the data and use it with the algorithm.

Indicate the importance of this feature to you.

Must-have

Anything else?

No response