plano/crates/common/src
Salman Paracha d5a273f740
enable state management for v1/responses (#631)
* first commit with tests to enable state mamangement via memory

* fixed logs to follow the conversational flow a bit better

* added support for supabase

* added the state_storage_v1_responses flag, and use that to store state appropriately

* cleaned up logs and fixed issue with connectivity for llm gateway in weather forecast demo

* fixed mixed inputs from openai v1/responses api (#632)

* fixed mixed inputs from openai v1/responses api

* removing tracing from model-alias-rouing

* handling additional input types from openairs

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>

* resolving PR comments

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
2025-12-17 12:18:38 -08:00
..
api removing model_server python module to brightstaff (function calling) (#615) 2025-11-22 12:55:00 -08:00
traces Improve end to end tracing (#628) 2025-12-11 15:21:57 -08:00
configuration.rs enable state management for v1/responses (#631) 2025-12-17 12:18:38 -08:00
consts.rs Add support for v1/responses API (#622) 2025-12-03 14:58:26 -08: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 Improve end to end tracing (#628) 2025-12-11 15:21:57 -08: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 removing model_server python module to brightstaff (function calling) (#615) 2025-11-22 12:55:00 -08: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 fixed bug in Bedrock translation code and dramatically improved tracing for outbound LLM traffic (#601) 2025-10-24 14:07:05 -07:00
utils.rs Introduce brightstaff a new terminal service for llm routing (#477) 2025-05-19 09:59:22 -07:00