Luciano Scarpulla
fe5af93780
first draft
2024-11-11 12:29:00 +08:00
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
kennethreitz
598bcd514d
Refactor EnhancedContextPlugin to include list of all topics mentioned
2024-11-07 07:27:59 -05:00
kennethreitz
8bdbe4d8d5
Refactor EnhancedContextPlugin to simplify memory system message and remove explicit memory creation and reminder functionality
2024-11-07 07:09:39 -05:00
kennethreitz
d4068cf07a
Refactor EnhancedContextPlugin to simplify memory system message and remove explicit memory creation and reminder functionality
2024-11-07 07:01:29 -05:00
kennethreitz
747488f633
Refactor EnhancedContextPlugin to simplify memory system message and remove explicit memory creation and reminder functionality
2024-11-07 06:39:08 -05:00
kennethreitz
9ae03685b5
Refactor .gitignore to include enhanced_context_sarah.db
2024-11-06 13:03:09 -05:00
kennethreitz
91af281a9d
Refactor OpenAI provider in simplemind
...
Update the DEFAULT_MAX_TOKENS and DEFAULT_KWARGS variables in the OpenAI provider module in simplemind. Set DEFAULT_MAX_TOKENS to None and DEFAULT_KWARGS to an empty dictionary. This refactor allows for more flexibility in configuring the OpenAI provider.
2024-11-06 13:00:39 -05:00
kennethreitz
309f390800
Refactor EnhancedContextPlugin to handle command line arguments for LLM provider selection and model specification
2024-11-06 13:00:23 -05:00
kennethreitz
b316352311
Refactor EnhancedContextPlugin to handle command line arguments for LLM provider selection and store datetime in SQLite format, handle datetime strings properly, and extract/store entities for context. Add memory system message to conversation initialization and implement memory creation and reminder functionality in post-response hook. Implement LLM memory storage from the LLM's perspective.
2024-11-06 11:59:36 -05:00
kennethreitz
236020b3b9
Refactor EnhancedContextPlugin to handle command line arguments for LLM provider selection
2024-11-06 11:32:36 -05:00
kennethreitz
8a5a29f864
Refactor EnhancedContextPlugin to handle command line arguments for LLM provider selection
2024-11-06 10:34:26 -05:00
kennethreitz
30d8412bbf
Refactor LLM provider and model in enhanced_context.py
2024-11-06 09:57:27 -05:00
kennethreitz
4a852e6220
Refactor LLM provider and model in enhanced_context.py
2024-11-06 09:15:54 -05:00
kennethreitz
7f5ba667bd
Refactor EnhancedContextPlugin to store datetime in SQLite format, handle datetime strings properly, and extract/store entities for context
2024-11-06 09:13:59 -05:00
kennethreitz
4b87a8b91c
Refactor EnhancedContextPlugin to store datetime in SQLite format, handle datetime strings properly, and extract/store entities for context
2024-11-06 09:03:38 -05:00
kennethreitz
4c1d1fa873
Refactor EnhancedContextPlugin to store datetime in SQLite format and handle datetime strings properly
2024-11-06 08:46:21 -05:00
kennethreitz
0087a7e8f2
Refactor enhanced_context.py and update requirements.txt
2024-11-06 08:42:43 -05:00
kennethreitz
07715ed8df
Refactor enhanced_context.py and update requirements.txt
2024-11-06 08:30:29 -05:00
kennethreitz
03f91c5153
Refactor enhanced_context.py and update requirements.txt
2024-11-06 08:18:27 -05:00
kennethreitz
aa601648c6
Refactor EnhancedContextPlugin to extract and store entities for context
2024-11-06 08:09:15 -05:00
kennethreitz
a26c51014b
Refactor enhanced_context.py and update requirements.txt
2024-11-06 08:08:43 -05:00
kennethreitz
b3946f1ff9
Refactor mood_detector_plugin.py by removing unused import
2024-11-06 08:00:25 -05:00
kennethreitz
7a84ade5a4
Add MoodDetectorPlugin to examples/mood_detector_plugin.py and update requirements.txt
2024-11-06 08:00:09 -05:00
kennethreitz
3e1d1f98ad
Refactor InspirationPlugin in examples/inspiration_plugin.py
2024-11-06 07:54:42 -05:00
kennethreitz
48e6ef2a43
Add InspirationPlugin to examples/inspiration_plugin.py and allow extra fields in BasePlugin's Config
2024-11-06 07:54:11 -05:00
kennethreitz
1528dc2a21
Revert "Merge pull request #39 from lucianosrp/fix-sys-role-anthropic"
...
This reverts commit 46cd19ea90 , reversing
changes made to 3e8d5662d2 .
2024-11-06 07:42:55 -05:00
kennethreitz
46cd19ea90
Merge pull request #39 from lucianosrp/fix-sys-role-anthropic
...
fix: anthropic system message
2024-11-06 07:42:07 -05:00
Luciano
2848e86dce
Update simplemind/providers/anthropic.py
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-11-06 02:25:07 +01:00
Luciano Scarpulla
6aadc9fcd7
resolve conflict
2024-11-06 09:07:17 +08:00
Luciano Scarpulla
a8792319a8
add sys prompt handling
2024-11-06 09:00:27 +08:00
kennethreitz
3e8d5662d2
Merge pull request #38 from SZubarev/fix/amazon-inference
...
use inference profile with Claude 3.5 on Bedrock
2024-11-05 16:48:48 -05:00
Stan Zubarev
51c1646ef4
use inference profile with Claude 3.5 on Bedrock
2024-11-05 16:41:08 -05:00
kennethreitz
f09052c18e
rename
2024-11-04 11:22:10 -05:00
kennethreitz
1d3ae26301
Merge pull request #31 from Siddhesh-Agarwal/main
...
[Add to cookbook]: Multi-LLM Discussion
2024-11-04 11:21:37 -05:00
kennethreitz
44fd3468fa
Revert "Merge pull request #37 from lucianosrp/fix-sys-role-anthropic"
...
This reverts commit 5770c37edf , reversing
changes made to a5c7486dfc .
2024-11-04 11:21:07 -05:00
kennethreitz
5770c37edf
Merge pull request #37 from lucianosrp/fix-sys-role-anthropic
...
fix: anthropic system message
2024-11-04 11:14:20 -05:00
kennethreitz
37334a21c5
Update simplemind/providers/anthropic.py
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-11-04 11:14:02 -05:00
Luciano Scarpulla
57d54abf24
remove unrelted changes
2024-11-04 17:23:48 +08:00
Luciano Scarpulla
c3397488e3
fix: antropic system message
2024-11-04 17:18:59 +08:00
Siddhesh Agarwal
678a8a8b32
Merge branch 'kennethreitz:main' into main
2024-11-04 10:20:44 +05:30
kennethreitz
a5c7486dfc
oops
2024-11-03 10:17:36 -05:00