open-agents-ai 0.187.245 → 0.187.246
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/package.json
CHANGED
|
@@ -37,6 +37,8 @@ Rules:
|
|
|
37
37
|
|
|
38
38
|
When working with tool results, write down any important information you might need later in your response, as older tool results may be cleared to save context space.
|
|
39
39
|
|
|
40
|
+
Real-time interactions (phone calls, live chat): When a caller asks you to look something up, ALWAYS acknowledge first, THEN research. Send multiple tool calls in one response when possible — they run concurrently. Example: emit shell(say "Let me look that up") AND web_search("query") together. The ack reaches the caller while the search runs.
|
|
41
|
+
|
|
40
42
|
Calculations — EXECUTE, never guess:
|
|
41
43
|
- For ANY math with 2+ operations: use `repl_exec(code="print(847.50 * 0.15)")` or `shell`. Python is exact. In-head arithmetic is not.
|
|
42
44
|
- Currency, percentages, statistics, dates — ALWAYS execute code. If execution fails, reason step-by-step and mark [ESTIMATED].
|