Skip to content

Updated changes for TEE x402#165

Merged
kylexqian merged 10 commits intomainfrom
kyle/tee-changes-2
Mar 2, 2026
Merged

Updated changes for TEE x402#165
kylexqian merged 10 commits intomainfrom
kyle/tee-changes-2

Conversation

@kylexqian
Copy link
Contributor

Currently using experimental x402 module locally, will remove and use official pypi version once validated.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the SDK’s TEE/x402 integration to work with newer model identifiers and an experimental x402 module, while adding client-side normalization for block-structured chat content and changing the default TEE LLM endpoint.

Changes:

  • Update TEE_LLM model enum values (add new models, remove older identifiers).
  • Add ad-hoc TLS certificate fetching/pinning and pass verify= into the x402 httpx client.
  • Change default TEE LLM server URLs to an HTTPS IP endpoint; bump SDK + dependency versions; tweak CLI/Makefile examples.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 12 comments.

Show a summary per file
File Description
src/opengradient/types.py Updates the list of supported TEE model IDs (but removes existing enum members).
src/opengradient/defaults.py Points default LLM endpoints to a hard-coded IP address and adds a TODO about registry-based discovery.
src/opengradient/client/llm.py Adds TLS “pinning” logic, wires it into the HTTP client, and normalizes block-list content responses.
src/opengradient/cli.py Normalizes list-of-block content when printing chat output.
requirements.txt Bumps og-test-v2-x402 version.
pyproject.toml Bumps package version and og-test-v2-x402 dependency.
Makefile Updates default MODEL and adds tool-calling examples; adjusts .PHONY.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

kylexqian and others added 6 commits February 27, 2026 00:41
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@kylexqian kylexqian merged commit 2683803 into main Mar 2, 2026
1 of 2 checks passed
@kylexqian kylexqian deleted the kyle/tee-changes-2 branch March 2, 2026 02:22
@kylexqian kylexqian restored the kyle/tee-changes-2 branch March 2, 2026 02:25
@kylexqian kylexqian deleted the kyle/tee-changes-2 branch March 2, 2026 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants