mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
528ebfa351
multimodal was wrongly quarantined based on a local-only failure: the sample.png/sample.pdf demo assets are Git LFS pointers, and without git-lfs on PATH the attachment send fails before the run starts (runStartCount=0). langgraph-python multimodal fails locally for the exact same reason, yet declares the feature supported. Verified the MAF agent actually works: with the real assets in place the D6 cell is green (2 turns, assertions passed). Both production deploys serve the real 10KB PNG (LFS pulled), so multimodal is green in prod for MAF just like langgraph. not_supported_features now matches langgraph exactly: [gen-ui-interrupt, interrupt-headless].