litellm/litellm-rust
devin-ai-integration[bot] 1f8997398e
refactor(rust): extract the host coroutine into its own crate (#43129)
Move the generic async coroutine out of the host crate into litellm-coroutine,
with its requirements documented in the crate's AGENTS.md. RouteMachine becomes
CallMachine on top of it, host protocol ops move to host/src/protocol.rs, and
the messages, OCR, host-python, python-bridge and legacy callbacks crates adopt
the new types. Adds error definition rules to litellm-rust/AGENTS.md.

Co-authored-by: Yujong Lee <yujong@berri.ai>
2026-09-25 04:20:06 +00:00
..
crates refactor(rust): extract the host coroutine into its own crate (#43129) 2026-09-25 04:20:06 +00:00
.gitignore feat: add LiteLLM Rust workspace with Mistral OCR bridge (#31033) 2026-06-23 13:16:47 -07:00
AGENTS.md refactor(rust): extract the host coroutine into its own crate (#43129) 2026-09-25 04:20:06 +00:00
Cargo.lock refactor(rust): extract the host coroutine into its own crate (#43129) 2026-09-25 04:20:06 +00:00
Cargo.toml refactor(rust): extract the host coroutine into its own crate (#43129) 2026-09-25 04:20:06 +00:00
clippy.toml wip 2026-09-19 10:36:59 -07:00