feat: add emulated tool-calling bridge for Lingma
Add a proxy-side tool emulation layer so Lingma requests can surface stable OpenAI tool_calls and Anthropic tool_use blocks even when upstream tool events are missing or inconsistent. Constraint: Keep native Lingma tool event bridging as the first path and layer emulation as a fallback Rejected: Depend exclusively on Lingma native tool/invoke events | tool visibility remains inconsistent across models and transports Confidence: high Scope-risk: moderate
This commit is contained in:
@@ -3,3 +3,4 @@ uvicorn[standard]==0.30.6
|
||||
websockets==13.1
|
||||
pydantic==2.9.2
|
||||
playwright==1.52.0
|
||||
mcp==1.12.4
|
||||
|
||||
Reference in New Issue
Block a user