litellm/litellm-rust/crates/python-interop/AGENTS.md
2026-09-07 19:50:22 -07:00

346 B

litellm-python-interop is the domain-neutral PyO3 foundation.

  • Owns generic Python/Serde conversion and interpreter primitives (gil, marshal)
  • Depends on PyO3 but no LiteLLM domain crate; no route types, no API registration, no cdylib
  • Keep it free of litellm-core, OcrRequest, CallServices, LiteLLM exceptions or _native surface