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

NOISSUE - Refactor single algorithm processing #117

Closed SammyOina closed 2 months ago

SammyOina commented 2 months ago

What type of PR is this?

This is a feature, as it changes the computation manifest

What does this do?

Simplified the agent service's algorithm handling logic to process a single algorithm instead of multiple. This change:

The single-algorithm approach streamlines the computation running process, reducing complexity and potential error conditions. It directly impacts how external services will construct and send computation requests.

Which issue(s) does this PR fix/relate to?

none

Have you included tests for your changes?

no

Did you document any new/modified feature?

Notes