Skip to content

chore(cockpit): add missing uv.lock for chat/* + render/* python backends#713

Open
blove wants to merge 1 commit into
mainfrom
claude/cockpit-chat-render-uv-locks
Open

chore(cockpit): add missing uv.lock for chat/* + render/* python backends#713
blove wants to merge 1 commit into
mainfrom
claude/cockpit-chat-render-uv-locks

Conversation

@blove

@blove blove commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Summary

The cockpit/ag-ui/*, cockpit/langgraph/*, cockpit/deep-agents/*, and examples/* python backends all track a uv.lock, but the cockpit/chat/* (11) and cockpit/render/* (6) families did not — so their backends resolved dependencies unpinned on each uv sync (non-reproducible installs). This surfaced when running the cockpit/chat/subagents e2e generated an untracked uv.lock.

This adds the missing uv.lock for all 17 projects, generated with uv lock (cross-platform resolution — no host-specific bindings), bringing them to parity with their siblings.

Verification

  • uv lock succeeded for all 17 (each has a real graph.py backend + pyproject.toml).
  • New locks match the sibling format (version = 1, revision = 3, requires-python = ">=3.12"); spot-checked cockpit/chat/subagents resolves langgraph + langchain-openai as declared.

No code changes — lockfiles only.

🤖 Generated with Claude Code

…ends

The ag-ui, langgraph, deep-agents and examples python projects all track a
uv.lock; the cockpit/chat/* (11) and cockpit/render/* (6) families did not,
so their backends resolved deps unpinned on each uv sync. Generate and commit
locks for all 17 for reproducible installs and parity with siblings.
@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
threadplane Ready Ready Preview, Comment Jun 20, 2026 12:17am

Request Review

@blove blove enabled auto-merge (squash) June 20, 2026 00:07

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

@github-actions

github-actions Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 1m 24s —— View job


PR Review

  • Read CLAUDE.md for repo guidelines
  • Review changed files and lockfile contents
  • Compare with sibling lockfiles for consistency
  • Post findings

This PR looks good. Lockfile-only change; no correctness, security, or API concerns.

Spot-checked against the existing cockpit/ag-ui/* and cockpit/langgraph/* sibling lockfiles:

Check Result
Header format (version = 1, revision = 3, requires-python = ">=3.12") ✅ All 17 match sibling format
Unique project package per lockfile ✅ Each embeds its own project name (e.g. cockpit-chat-subagents, cockpit-render-registry)
Key deps resolved (langgraph>=0.3, langchain-openai>=0.3, langsmith>=0.2) ✅ Present in every lockfile
Cross-platform wheels (Linux, macOS, Windows; x86_64, arm64, aarch64) ✅ No host-specific bindings
No code changes ✅ Lockfiles only

The 17 files cover all missing backends (11 chat/* + 6 render/*), completing parity with their siblings.

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.

1 participant