biblemate 0.0.21__tar.gz → 0.0.22__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biblemate
3
- Version: 0.0.21
3
+ Version: 0.0.22
4
4
  Summary: BibleMate AI - Automate Your Bible Study
5
5
  Home-page: https://toolmate.ai
6
6
  Author: Eliran Wong
@@ -88,21 +88,63 @@ How to swap?
88
88
  * Enter `.chat` in BibleMate AI prompt to enable chat mode and disable agent mode.
89
89
  * Enter `.agent` in BibleMate AI prompt to enable agent mode and disable chat mode.
90
90
 
91
- ## Specify Toos(s) for a Particular Task
91
+ ## Manual Tool Selection
92
92
 
93
+ In some cases, you may want to specify a particular tool for a simple task, rather than having a tool automatically selected in the fully automatic `agent mode`.
93
94
 
95
+ You can specify a single tool by prefixing a tool name with `@` at the beginning of your prompt. For example,
94
96
 
95
- ## Action Menu
97
+ ```
98
+ @retrieve_bible_cross_references Deut 6:4; John 3:16
99
+ ```
100
+
101
+ Watch this video: https://youtu.be/50m1KRj6uhs
102
+
103
+ ## Custom Master Plan with Multiple Tools
96
104
 
97
- *(Coming soon)*
105
+ In some cases, you may want to specify a `custom plan` with multiple tools specified for different steps for a complex task, rather than having a `master plan` automatically generated in fully automatic agent mode.
98
106
 
99
- ## Keyboard Shortcut
107
+ You can use a custom 'Master Plan' of your own, instead of one generated by BibleMate AI. To do this, start your BibleMate AI prompt with '@@' followed by your own master plan for a Bible study. For example,
100
108
 
101
- *(Coming soon)*
109
+ ```
110
+ @@ Analyze John 3:16 with the following steps:
111
+ 1. Call tool 'retrieve_english_bible_verses' for Bible text,
112
+ 2. Call tool 'retrieve_bible_cross_references' for Bible cross-references,
113
+ 3. Call tool 'interpret_new_testament_verse' for interpretation, and
114
+ 4. Call tool 'write_bible_theology' to explain its theology.
115
+ ```
102
116
 
103
- ## Customization
117
+ Watch this video: https://youtu.be/Lejq0sAx030
118
+
119
+ The '@@' trick works even when you are using 'chat' mode with 'agent' mode disabled.
120
+
121
+ ## Action Menu
104
122
 
105
- *(Coming soon)*
123
+ There is a set of predefined entries, that starts with a dot sign `.`:
124
+
125
+ - `.new` - new conversation
126
+ - `.quit` - quit
127
+ - `.backend` - change backend
128
+ - `.chat` - enable chat mode
129
+ - `.agent` - enable agent mode
130
+ - `.tools` - list available tools
131
+ - `.backup` - backup conversation
132
+ - `.open` - open a file or directory, e.g. `.open /home/user/report.html`
133
+
134
+ ## Keyboard Shortcuts
135
+
136
+ The following key bindings are supported in BibleMate AI prompt field:
137
+
138
+ - `Ctrl+N` new conversation
139
+ - `Ctrl+Q` quit
140
+ - `Ctrl+C` copy selected prompt text
141
+ - `Ctrl+V` paste text in a prompt
142
+ - `Ctrl+I` or `TAB` new line
143
+ - `Ctrl+Z` clear prompt text
144
+ - `Esc+a` jump to the beginning of a prompt
145
+ - `Esc+z` jump to the end of a prompt
146
+ - `Esc+b` or `HOME` jump to the beginning of a line in a prompt
147
+ - `Esc+e` or `END` jump to the end of a line in a prompt
106
148
 
107
149
  ## License
108
150
 
@@ -61,21 +61,63 @@ How to swap?
61
61
  * Enter `.chat` in BibleMate AI prompt to enable chat mode and disable agent mode.
62
62
  * Enter `.agent` in BibleMate AI prompt to enable agent mode and disable chat mode.
63
63
 
64
- ## Specify Toos(s) for a Particular Task
64
+ ## Manual Tool Selection
65
65
 
66
+ In some cases, you may want to specify a particular tool for a simple task, rather than having a tool automatically selected in the fully automatic `agent mode`.
66
67
 
68
+ You can specify a single tool by prefixing a tool name with `@` at the beginning of your prompt. For example,
67
69
 
68
- ## Action Menu
70
+ ```
71
+ @retrieve_bible_cross_references Deut 6:4; John 3:16
72
+ ```
73
+
74
+ Watch this video: https://youtu.be/50m1KRj6uhs
75
+
76
+ ## Custom Master Plan with Multiple Tools
69
77
 
70
- *(Coming soon)*
78
+ In some cases, you may want to specify a `custom plan` with multiple tools specified for different steps for a complex task, rather than having a `master plan` automatically generated in fully automatic agent mode.
71
79
 
72
- ## Keyboard Shortcut
80
+ You can use a custom 'Master Plan' of your own, instead of one generated by BibleMate AI. To do this, start your BibleMate AI prompt with '@@' followed by your own master plan for a Bible study. For example,
73
81
 
74
- *(Coming soon)*
82
+ ```
83
+ @@ Analyze John 3:16 with the following steps:
84
+ 1. Call tool 'retrieve_english_bible_verses' for Bible text,
85
+ 2. Call tool 'retrieve_bible_cross_references' for Bible cross-references,
86
+ 3. Call tool 'interpret_new_testament_verse' for interpretation, and
87
+ 4. Call tool 'write_bible_theology' to explain its theology.
88
+ ```
75
89
 
76
- ## Customization
90
+ Watch this video: https://youtu.be/Lejq0sAx030
91
+
92
+ The '@@' trick works even when you are using 'chat' mode with 'agent' mode disabled.
93
+
94
+ ## Action Menu
77
95
 
78
- *(Coming soon)*
96
+ There is a set of predefined entries, that starts with a dot sign `.`:
97
+
98
+ - `.new` - new conversation
99
+ - `.quit` - quit
100
+ - `.backend` - change backend
101
+ - `.chat` - enable chat mode
102
+ - `.agent` - enable agent mode
103
+ - `.tools` - list available tools
104
+ - `.backup` - backup conversation
105
+ - `.open` - open a file or directory, e.g. `.open /home/user/report.html`
106
+
107
+ ## Keyboard Shortcuts
108
+
109
+ The following key bindings are supported in BibleMate AI prompt field:
110
+
111
+ - `Ctrl+N` new conversation
112
+ - `Ctrl+Q` quit
113
+ - `Ctrl+C` copy selected prompt text
114
+ - `Ctrl+V` paste text in a prompt
115
+ - `Ctrl+I` or `TAB` new line
116
+ - `Ctrl+Z` clear prompt text
117
+ - `Esc+a` jump to the beginning of a prompt
118
+ - `Esc+z` jump to the end of a prompt
119
+ - `Esc+b` or `HOME` jump to the beginning of a line in a prompt
120
+ - `Esc+e` or `END` jump to the end of a line in a prompt
79
121
 
80
122
  ## License
81
123
 
@@ -39,6 +39,7 @@ async def main_async():
39
39
  tools_raw = await client.list_tools()
40
40
  #print(tools_raw)
41
41
  tools = {t.name: t.description for t in tools_raw}
42
+ tools = dict(sorted(tools.items()))
42
43
  tools_schema = {}
43
44
  for t in tools_raw:
44
45
  schema = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biblemate
3
- Version: 0.0.21
3
+ Version: 0.0.22
4
4
  Summary: BibleMate AI - Automate Your Bible Study
5
5
  Home-page: https://toolmate.ai
6
6
  Author: Eliran Wong
@@ -88,21 +88,63 @@ How to swap?
88
88
  * Enter `.chat` in BibleMate AI prompt to enable chat mode and disable agent mode.
89
89
  * Enter `.agent` in BibleMate AI prompt to enable agent mode and disable chat mode.
90
90
 
91
- ## Specify Toos(s) for a Particular Task
91
+ ## Manual Tool Selection
92
92
 
93
+ In some cases, you may want to specify a particular tool for a simple task, rather than having a tool automatically selected in the fully automatic `agent mode`.
93
94
 
95
+ You can specify a single tool by prefixing a tool name with `@` at the beginning of your prompt. For example,
94
96
 
95
- ## Action Menu
97
+ ```
98
+ @retrieve_bible_cross_references Deut 6:4; John 3:16
99
+ ```
100
+
101
+ Watch this video: https://youtu.be/50m1KRj6uhs
102
+
103
+ ## Custom Master Plan with Multiple Tools
96
104
 
97
- *(Coming soon)*
105
+ In some cases, you may want to specify a `custom plan` with multiple tools specified for different steps for a complex task, rather than having a `master plan` automatically generated in fully automatic agent mode.
98
106
 
99
- ## Keyboard Shortcut
107
+ You can use a custom 'Master Plan' of your own, instead of one generated by BibleMate AI. To do this, start your BibleMate AI prompt with '@@' followed by your own master plan for a Bible study. For example,
100
108
 
101
- *(Coming soon)*
109
+ ```
110
+ @@ Analyze John 3:16 with the following steps:
111
+ 1. Call tool 'retrieve_english_bible_verses' for Bible text,
112
+ 2. Call tool 'retrieve_bible_cross_references' for Bible cross-references,
113
+ 3. Call tool 'interpret_new_testament_verse' for interpretation, and
114
+ 4. Call tool 'write_bible_theology' to explain its theology.
115
+ ```
102
116
 
103
- ## Customization
117
+ Watch this video: https://youtu.be/Lejq0sAx030
118
+
119
+ The '@@' trick works even when you are using 'chat' mode with 'agent' mode disabled.
120
+
121
+ ## Action Menu
104
122
 
105
- *(Coming soon)*
123
+ There is a set of predefined entries, that starts with a dot sign `.`:
124
+
125
+ - `.new` - new conversation
126
+ - `.quit` - quit
127
+ - `.backend` - change backend
128
+ - `.chat` - enable chat mode
129
+ - `.agent` - enable agent mode
130
+ - `.tools` - list available tools
131
+ - `.backup` - backup conversation
132
+ - `.open` - open a file or directory, e.g. `.open /home/user/report.html`
133
+
134
+ ## Keyboard Shortcuts
135
+
136
+ The following key bindings are supported in BibleMate AI prompt field:
137
+
138
+ - `Ctrl+N` new conversation
139
+ - `Ctrl+Q` quit
140
+ - `Ctrl+C` copy selected prompt text
141
+ - `Ctrl+V` paste text in a prompt
142
+ - `Ctrl+I` or `TAB` new line
143
+ - `Ctrl+Z` clear prompt text
144
+ - `Esc+a` jump to the beginning of a prompt
145
+ - `Esc+z` jump to the end of a prompt
146
+ - `Esc+b` or `HOME` jump to the beginning of a line in a prompt
147
+ - `Esc+e` or `END` jump to the end of a line in a prompt
106
148
 
107
149
  ## License
108
150
 
@@ -27,7 +27,7 @@ with open(os.path.join(package, "requirements.txt"), "r") as fileObj:
27
27
  # https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
28
28
  setup(
29
29
  name=package,
30
- version="0.0.21",
30
+ version="0.0.22",
31
31
  python_requires=">=3.8, <3.13",
32
32
  description=f"BibleMate AI - Automate Your Bible Study",
33
33
  long_description=long_description,
File without changes