Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scaleapi/scale-agentex-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: scaleapi/scale-agentex-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.3
Choose a head ref
  • 4 commits
  • 18 files changed
  • 4 contributors

Commits on Feb 11, 2026

  1. feat: add OCI Helm registry support for agent deployments (#255)

    * feat: add OCI Helm registry support for agent deployments
    
    Add support for deploying agents using OCI-based Helm registries (e.g., Google Artifact Registry) as an alternative to classic Helm repositories.
    
    Changes:
    - Add `helm_oci_registry` and `helm_chart_version` fields to AgentEnvironmentConfig
    - Implement auto-login to Google Artifact Registry using gcloud credentials
    - Add `--use-latest-chart` CLI flag to fetch the latest chart version from OCI registry
    - Support both classic Helm repo mode and OCI registry mode based on environment config
    
    * .
    
    * .
    
    * refactor: nest OCI fields into sub-model and extract resolve_chart helper
    
    Address PR #255 review comments:
    - Create OciRegistryConfig sub-model replacing flat helm_oci_* fields
    - Remove use_oci boolean, branch on oci_registry presence directly
    - Extract resolve_chart() combining chart reference + version resolution
    - Add tests for nested OCI config YAML parsing
    smoreinis authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    5f054b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. feat: add HTTP-proxy LangGraph checkpointer

    Replace direct Postgres checkpointing with HTTP-proxied checkpoint
    operations through the agentex backend API. Agents no longer need
    DATABASE_URL or direct DB connections for LangGraph state persistence.
    
    - Add HttpCheckpointSaver that proxies through AsyncAgentex client
    - Add create_checkpointer() factory using the HTTP checkpointer
    - Replace langgraph-checkpoint-postgres dep with langgraph-checkpoint
    - Export checkpointer module from adk package
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    2 people authored and danielmillerp committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    19fae2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #258 from scaleapi/dm/checkpointer

    feat: HTTP-proxy LangGraph checkpointer
    danielmillerp authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    4edd46c View commit details
    Browse the repository at this point in the history
  3. release: 0.9.3

    stainless-app[bot] committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    66f9ee5 View commit details
    Browse the repository at this point in the history
Loading