Commit graph

22 commits

Author SHA1 Message Date
Shoubhit Dash
ca85721b6c replace generic exceptions with custom exception classes 2025-10-30 15:05:09 +05:30
Shoubhit Dash
2e8c19034a fix httpx client resource leak with proper async cleanup 2025-10-30 15:01:44 +05:30
Shoubhit Dash
a185dc252b fix event loop exception handling to not mask legitimate errors 2025-10-30 14:59:31 +05:30
Shoubhit Dash
5a00ee1f0a add proper cleanup for sync client threadpoolexecutor 2025-10-28 00:18:26 +05:30
Shoubhit Dash
efbc0126ca improve memory client resource management with reusable httpx client 2025-10-28 00:07:45 +05:30
Shoubhit Dash
742a67d09d fix non-string content handling for multimodal messages 2025-10-28 00:05:20 +05:30
Shoubhit Dash
817c319e38 fix incomplete role handling for system and tool messages 2025-10-28 00:03:32 +05:30
Shoubhit Dash
550aa0e975 fix message mutation by creating copies of input data 2025-10-28 00:02:45 +05:30
Shoubhit Dash
253b01fab0 improve error handling with warnings in verbose mode 2025-10-27 23:57:56 +05:30
Shoubhit Dash
9f1d545543 add input validation for options and container tag 2025-10-27 23:56:43 +05:30
Shoubhit Dash
69e94b83ee fix event loop management in sync wrapper 2025-10-27 23:54:46 +05:30
Shoubhit Dash
6fea475b6c update readme with withsupermemory usage examples 2025-10-27 23:48:43 +05:30
Shoubhit Dash
7edcb16c16 export withsupermemory wrapper from package 2025-10-27 23:48:15 +05:30
Shoubhit Dash
ca61502107 add httpx dependency for memory client 2025-10-27 23:47:51 +05:30
Shoubhit Dash
2b3f9111b6 add withsupermemory wrapper for openai clients 2025-10-27 23:47:11 +05:30
Shoubhit Dash
a9438dc0a7 add utils for message processing and memory formatting 2025-10-27 23:46:50 +05:30
Shoubhit Dash
459953cb3d add memory client for supermemory profile api 2025-10-27 23:45:41 +05:30
Shreyans Jain
4467b65524
fix: openai python sdk package export (#432) 2025-10-08 15:54:42 -07:00
Dhravya Shah
4d6fd37c99 fix: model names 2025-10-03 02:41:49 -07:00
CodeWithShreyans
101f3817bd
feat: openai python sdk (#409) 2025-09-03 21:48:36 +00:00
CodeWithShreyans
cae7051d1a
feat: new tools package (#407) 2025-09-02 23:11:19 +00:00
CodeWithShreyans
3a0e264b7e
feat: openai js and python sdk utilities (#389)
needs testing
2025-08-27 23:34:49 +00:00