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 logging capability for algo output using vsock #152

Open SammyOina opened 2 weeks ago

SammyOina commented 2 weeks ago

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

Algorithm execution lacks debuging and visibility. Implement a logging system that captures and stores algorithm output using vsock.

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

Pass algo std out and stderr to the logger which will then be passed via vsock to manager.

Indicate the importance of this feature to you.

Should-have

Anything else?

No response