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-07-31 14:27:28 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bfb57029e6cc5d0279bbb5ec97cf7c5335ea3d77
invariant-gateway
/
gateway
/
routes
T
History
Hemang
ab3fb98b67
Add blocking and logging related tests for MCP streamable HTTP route.
2025-05-27 23:11:57 +02:00
..
__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
Move hook_tool_call and hook_tool_call_response to mcp_utils.py so that it can be used by both SSE and Streamable implementations.
2025-05-27 23:11:57 +02:00
mcp_streamable.py
Add blocking and logging related tests for MCP streamable HTTP route.
2025-05-27 23:11:57 +02:00
open_ai.py
Fix asyncio and threading. Dedupe annotations before pushing. Add README.
2025-04-17 07:15:28 +02:00