plano/crates/common/src
Salman Paracha 9407ae6af7
Add support for Amazon Bedrock Converse and ConverseStream (#588)
* first commit to get Bedrock Converse API working. Next commit support for streaming and binary frames

* adding translation from BedrockBinaryFrameDecoder to AnthropicMessagesEvent

* Claude Code works with Amazon Bedrock

* added tests for openai streaming from bedrock

* PR comments fixed

* adding support for bedrock in docs as supported provider

* cargo fmt

* revertted to chatgpt models for claude code routing

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
Co-authored-by: Adil Hafeez <adil.hafeez@gmail.com>
2025-10-22 11:31:21 -07:00
..
api update code to use new json based system prompt for routing (#493) 2025-05-30 17:40:46 -07:00
configuration.rs Add support for Amazon Bedrock Converse and ConverseStream (#588) 2025-10-22 11:31:21 -07:00
consts.rs Add support for Amazon Bedrock Converse and ConverseStream (#588) 2025-10-22 11:31:21 -07:00
errors.rs updating the implementation of /v1/chat/completions to use the generi… (#548) 2025-08-20 12:55:29 -07:00
http.rs Integrate Arch-Function-Chat (#449) 2025-04-15 14:39:12 -07:00
lib.rs Introduce brightstaff a new terminal service for llm routing (#477) 2025-05-19 09:59:22 -07:00
llm_providers.rs better model names (#517) 2025-07-11 16:42:16 -07:00
path.rs Encode parameter values in http path and ... (#395) 2025-02-06 11:00:47 -08:00
pii.rs obfuscate auth header (#254) 2024-11-08 15:17:39 -06:00
ratelimit.rs Integrate Arch-Function-Chat (#449) 2025-04-15 14:39:12 -07:00
routing.rs add support for agents (#564) 2025-10-14 14:01:11 -07:00
stats.rs Break apart metrics into their own module (#335) 2024-12-09 10:46:46 -08:00
tokenizer.rs add support for v1/messages and transformations (#558) 2025-09-10 07:40:30 -07:00
tracing.rs Update arch_config and add tests for arch config file (#407) 2025-02-14 19:28:10 -08:00
utils.rs Introduce brightstaff a new terminal service for llm routing (#477) 2025-05-19 09:59:22 -07:00