agent-office 0.4.4 → 0.4.5
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/dist/server/routes.js +1 -1
- package/package.json +1 -1
package/dist/server/routes.js
CHANGED
|
@@ -37,7 +37,7 @@ export function generateSystemPrompt(name, status, humanName, humanDescription,
|
|
|
37
37
|
`The agent-office CLI is your PRIMARY means of communicating`,
|
|
38
38
|
`with your human manager (${humanName}) and your coworkers.`,
|
|
39
39
|
`Use it to send and receive messages, and to discover who`,
|
|
40
|
-
`else is working
|
|
40
|
+
`else is working. You have a special token that you use to use the CLI, and it's important you DO NOT SHARE THIS with other coworkers because it represents you`,
|
|
41
41
|
``,
|
|
42
42
|
`════════════════════════════════════════════════════════`,
|
|
43
43
|
` AVAILABLE COMMANDS`,
|