Skip to content

Import LAP2 source tree#41

Open
ishaan-berri wants to merge 1 commit into
mainfrom
codex/merge-lap2-source-of-truth
Open

Import LAP2 source tree#41
ishaan-berri wants to merge 1 commit into
mainfrom
codex/merge-lap2-source-of-truth

Conversation

@ishaan-berri

Copy link
Copy Markdown
Contributor

Summary

  • import the latest LiteLLM-Labs/litellm-agent-platform-2 origin/main tree into LiteLLM-Labs/litellm-rust
  • source commit: d6285dd (Add platform MCP for agent skill editing (#104))
  • keep litellm-rust package/docs naming from the imported source tree while replacing the code, UI, templates, tests, and deploy/docs surface

Validation

  • git diff --check
  • cargo fmt --check
  • python3 scripts/check_code_size.py
  • cargo check --all-targets --locked
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --locked
  • PATH="/Users/ishaanjaffer/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" npm ci from src/ui
  • PATH="/Users/ishaanjaffer/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" npm run lint from src/ui
  • PATH="/Users/ishaanjaffer/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" npm run build from src/ui

Mergeability

  • branch was created from current origin/main
  • after a fresh git fetch origin main, git merge-base --is-ancestor origin/main HEAD returned 0

Notes

  • local Homebrew Node is currently broken with missing libllhttp.9.3.dylib; UI checks were run with the bundled Codex Node runtime.
  • npm ci reported one mute-stream engine warning and npm audit found 2 moderate vulnerabilities; no dependency changes were made beyond the source import.

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