TEE (Intel SGX) Framework Implementation
Upon service startup, the TEE generates a unique signing key within its secure environment. The system provides mechanisms to obtain attestations from the CPU and GPU, verifying that the service is indeed running within a confidential and secure TEE environment. These attestations include the public key of the signing key, providing proof that the key was generated within the secure TEE. All inference results generated by the AI Agents are signed using this secure signing key. External parties can then use the public key to independently verify the authenticity and integrity of these inference results, ensuring that they were indeed generated within the secure TEE environment.
Last updated