ptbk 0.114.0-2 → 0.114.0-4
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.
- package/README.md +1 -9
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -70,8 +70,6 @@ Respond to incoming legal inquiries via email and keep the company website updat
|
|
|
70
70
|
**KNOWLEDGE** https://company.com/company-policies.pdf<br/>
|
|
71
71
|
**KNOWLEDGE** https://company.com/internal-documents/employee-handbook.docx<br/>
|
|
72
72
|
<br/>
|
|
73
|
-
USE EMAIL<br/>
|
|
74
|
-
USE BROWSER<br/>
|
|
75
73
|
<br/>
|
|
76
74
|
TEAM You are part of the legal team of Paul Smith & Associés, you discuss with {Emily White}, the head of the compliance department. {George Brown} is expert in corporate law and {Sophia Black} is expert in labor law.<br/>
|
|
77
75
|
|
|
@@ -160,7 +158,7 @@ GOAL Keep the company website updated with the latest legal policies and complia
|
|
|
160
158
|
|
|
161
159
|
#### `Use` commitments
|
|
162
160
|
|
|
163
|
-
Use commitments grant the agent real capabilities - tools it can use to interact with the outside world. `USE
|
|
161
|
+
Use commitments grant the agent real capabilities - tools it can use to interact with the outside world. `USE CALENDAR` lets the agent work with a calendar, `USE PROJECT` gives it access to a code repository, `USE MCP` connects any external Model Context Protocol server, and many more.
|
|
164
162
|
|
|
165
163
|
These are what turn a chatbot into a persistent agent that actually does work.
|
|
166
164
|
|
|
@@ -177,9 +175,6 @@ GOAL Keep the company website updated with the latest legal policies and complia
|
|
|
177
175
|
**RULE** Never provide legal advice about criminal law.<br/>
|
|
178
176
|
**KNOWLEDGE** https://company.com/company-policies.pdf<br/>
|
|
179
177
|
**KNOWLEDGE** https://company.com/internal-documents/employee-handbook.docx<br/>
|
|
180
|
-
USE EMAIL<br/>
|
|
181
|
-
USE BROWSER<br/>
|
|
182
|
-
USE SEARCH ENGINE<br/>
|
|
183
178
|
|
|
184
179
|
</td></tr></table>
|
|
185
180
|
|
|
@@ -200,9 +195,6 @@ GOAL Keep the company website updated with the latest legal policies and complia
|
|
|
200
195
|
**RULE** Never provide legal advice about criminal law.<br/>
|
|
201
196
|
**KNOWLEDGE** https://company.com/company-policies.pdf<br/>
|
|
202
197
|
**KNOWLEDGE** https://company.com/internal-documents/employee-handbook.docx<br/>
|
|
203
|
-
USE EMAIL<br/>
|
|
204
|
-
USE BROWSER<br/>
|
|
205
|
-
USE SEARCH ENGINE<br/>
|
|
206
198
|
TEAM You are part of the legal team of Paul Smith & Associés, you discuss with {Emily White}, the head of the compliance department. {George Brown} is expert in corporate law and {Sophia Black} is expert in labor law.<br/>
|
|
207
199
|
|
|
208
200
|
</td></tr></table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ptbk",
|
|
3
|
-
"version": "0.114.0-
|
|
3
|
+
"version": "0.114.0-4",
|
|
4
4
|
"description": "Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"zod": "$zod"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
|
-
"@promptbook/core": "0.114.0-
|
|
94
|
+
"@promptbook/core": "0.114.0-4"
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
|
-
"promptbook": "0.114.0-
|
|
97
|
+
"promptbook": "0.114.0-4"
|
|
98
98
|
},
|
|
99
99
|
"bin": {
|
|
100
100
|
"ptbk": "bin/promptbook-cli-proxy.js"
|