This website requires JavaScript.
Explore
Help
Sign In
CalvinBackup
/
invariant-gateway
Watch
1
Star
0
Fork
0
mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced
2026-09-20 21:50:41 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e32ec74ed2b44d6cda2bfc9559e5f1ed953859f4
invariant-gateway
/
gateway
/
routes
T
History
Hemang
edd9fd9a5c
When tool_call is blocked in MCP Post method, add the error message to a pending error messages list. Create two queues in the MCP SSE Get endpoint which correspond to the MCP server events and these pending error messages. These two queues are merged to return events back to the client.
2025-05-09 11:05:33 +05:30
..
__init__.py
Rename proxy to gateway.
2025-03-05 14:35:39 +01:00
anthropic.py
Update streaming in anthropic route to handle chunks with incomplete events. Introduce an sse_buffer which keeps track of the current incomplete event from the last processed chunk.
2025-05-07 01:08:15 +05:30
gemini.py
Fix asyncio and threading. Dedupe annotations before pushing. Add README.
2025-04-17 07:15:28 +02:00
mcp_sse.py
When tool_call is blocked in MCP Post method, add the error message to a pending error messages list. Create two queues in the MCP SSE Get endpoint which correspond to the MCP server events and these pending error messages. These two queues are merged to return events back to the client.
2025-05-09 11:05:33 +05:30
open_ai.py
Fix asyncio and threading. Dedupe annotations before pushing. Add README.
2025-04-17 07:15:28 +02:00