476 Commits

Author SHA1 Message Date
kennethreitz 052781014d bump version to 0.3.2 and improve Deepseek provider v0.3.2 2025-01-27 11:54:03 -05:00
kennethreitz db28f1195c bump version to 0.3.1 in pyproject.toml 2025-01-27 11:49:51 -05:00
kennethreitz b0a7197c6e Update changelog to reflect introduction of Deepseek provider in version 0.3.1 2025-01-27 11:49:29 -05:00
kennethreitz 7684c2568b Update changelog to include Deepseek provider introduction 2025-01-27 11:48:53 -05:00
kennethreitz 8b90dbba40 Add Deepseek provider information to README 2025-01-27 11:48:23 -05:00
kennethreitz 752ccb1de8 Merge pull request #55 from jin10086/deepseek
add llm_provider  Deepseek
2025-01-27 11:46:57 -05:00
kennethreitz 391bfaaeab bump version to 0.3.0 and update changelog for conversation save/load functionality 2025-01-11 08:42:32 -05:00
kennethreitz d963bc0b1c Update simplemind/providers/deepseek.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-01-10 11:40:20 -05:00
jin10086 0c1f225252 add llm_provider Deepseek
docs: https://api-docs.deepseek.com/
2025-01-10 09:33:15 +08:00
kennethreitz 4decaa0722 Merge pull request #51 from lucianosrp/feat/save-conversation
feat: add conversation save/load functionality
2025-01-09 17:08:14 -05:00
kennethreitz 39b5a5e19d Merge pull request #54 from gabrielmotaa/fix/missing-dependency-gemini
Missing dependency when using Gemini
2024-12-10 17:28:55 -05:00
Gabriel da Mota ef38fea767 fix missing dependency 2024-12-09 11:28:43 -03:00
Luciano 3aacfd51ee Merge branch 'main' into feat/save-conversation 2024-11-26 16:38:56 +01:00
Luciano Scarpulla a2991eec0c add conversation save/load functionality 2024-11-26 23:37:30 +08:00
kennethreitz 9ae9a2703a Merge pull request #49 from wei840222/main
Fix: Ollama error TypeError: 'Chat' object is not callable
2024-11-22 12:07:00 -05:00
wei840222 0661b097d2 fix: Ollama error TypeError: 'Chat' object is not callable 2024-11-23 00:56:33 +08:00
kennethreitz fad442ba3f Update FUNDING.yml 2024-11-17 06:29:05 -05:00
kennethreitz 5b9624c385 Remove Ko-fi and thanks_dev entries from funding configuration 2024-11-17 06:26:10 -05:00
kennethreitz 8ff0521e17 Add funding configuration for project contributors 2024-11-17 06:25:14 -05:00
kennethreitz d5bdb712e9 Add tool_calling.py and test_tools.py 2024-11-15 20:29:35 -05:00
Luciano Scarpulla a97f9be2c8 fix openai 2024-11-15 12:09:39 +08:00
Luciano Scarpulla 107f983a18 add openai 2024-11-14 17:25:34 +08:00
Luciano Scarpulla 2404e2c977 some refactoring 2024-11-13 18:05:51 +08:00
Luciano Scarpulla c87a598286 fix import 2024-11-13 17:55:46 +08:00
Luciano Scarpulla 9662b60177 add decorator test 2024-11-13 17:54:58 +08:00
Luciano Scarpulla ea997aae7b add tool decorator and example 2024-11-13 12:24:02 +08:00
Luciano Scarpulla 081baf203c add README section 2024-11-12 12:18:33 +08:00
Luciano Scarpulla 4cb18e9e3b re-add changes from main 2024-11-12 11:54:24 +08:00
Luciano 0462ea0e38 Merge branch 'main' into feat-function-calling 2024-11-12 11:50:55 +08:00
Luciano Scarpulla 8492ec9456 add base edits 2024-11-12 11:49:06 +08:00
Luciano Scarpulla 1709055e1a first basic working version (anthropic) 2024-11-12 11:48:27 +08:00
kennethreitz 5fa67c3b2f Update CHANGELOG.md and pyproject.toml for version 0.2.4 v0.2.4 2024-11-11 11:38:03 -05:00
kennethreitz b7e950a8f0 Refactor imports in amazon.py 2024-11-11 11:37:30 -05:00
kennethreitz 735c6ba665 Bump version to 0.2.3 in pyproject.toml 2024-11-11 11:30:11 -05:00
kennethreitz 9132030cbd Update CHANGELOG.md to remove default max-tokens for OpenAI provider 2024-11-11 11:30:11 -05:00
kennethreitz aeea8936ce Merge pull request #42 from Siddhesh-Agarwal/main
Removed redundant variables
2024-11-11 11:30:02 -05:00
Luciano Scarpulla c2303114ab fix base 2024-11-11 12:40:20 +08:00
Luciano Scarpulla fe5af93780 first draft 2024-11-11 12:29:00 +08:00
Siddhesh Agarwal e79b474215 fixed dependencies 2024-11-10 20:05:49 +05:30
Siddhesh Agarwal fe2ca9d5f5 black + isort formatting 2024-11-10 20:00:13 +05:30
Siddhesh Agarwal 670240b943 removed reduntant variables. moved few inside the class 2024-11-10 19:59:52 +05:30
kennethreitz 2e66c0232b Refactor EnhancedContextPlugin to remove unnecessary imports and enable Logfire for debugging 2024-11-07 10:08:14 -05:00
kennethreitz 8b1f63f796 Refactor EnhancedContextPlugin to include command autocompletion and history 2024-11-07 09:34:36 -05:00
kennethreitz 5d7a917d23 Refactor EnhancedContextPlugin to include /lumina command and clipboard copy/paste functionality 2024-11-07 08:49:37 -05:00
kennethreitz 9703332967 Refactor EnhancedContextPlugin to include user/llm breakdown in entity context 2024-11-07 08:37:03 -05:00
kennethreitz fe6001e710 Refactor EnhancedContextPlugin to include custom command autocompletion 2024-11-07 07:58:48 -05:00
kennethreitz 63343d1c61 Refactor EnhancedContextPlugin to simplify command list and remove unnecessary commands 2024-11-07 07:53:48 -05:00
kennethreitz ece056a5e0 Refactor EnhancedContextPlugin to include command autocompletion and history 2024-11-07 07:53:29 -05:00
kennethreitz f44ec977a4 Refactor EnhancedContextPlugin to include clipboard copy and paste functionality 2024-11-07 07:50:33 -05:00
kennethreitz 33f8fcde11 Refactor EnhancedContextPlugin to format output using markdown and improve command handling 2024-11-07 07:36:23 -05:00