This website requires JavaScript.
Explore
Help
Sign In
CalvinBackup
/
invariant-gateway
Watch
1
Star
0
Fork
0
You've already forked invariant-gateway
mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced
2026-07-02 01:05:29 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bundler-testing
invariant-gateway
/
tests
/
integration
/
anthropic
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Hemang
9f564a0401
Refactor the LLM provider routes to move common functionalities into a BaseInstrumentedResponse class and move provier specific implementations in the corresponding BaseProvider implementations.
2025-06-12 14:07:11 +02:00
..
test_anthropic_header_with_invariant_key.py
Fetch guardrails from explorer. These have higher precedence than than the guardrails from file.
2025-04-02 13:40:52 +02:00
test_anthropic_with_tool_call.py
Refactor the LLM provider routes to move common functionalities into a BaseInstrumentedResponse class and move provier specific implementations in the corresponding BaseProvider implementations.
2025-06-12 14:07:11 +02:00
test_anthropic_without_tool_call.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