@agenticmail/api 0.5.38 → 0.5.40

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -179,7 +179,7 @@ var ABOUT = {
179
179
  ]
180
180
  },
181
181
  with_agenticmail: {
182
- method: "assign_task \u2192 claim_task \u2192 submit_result (or call_agent for sync RPC)",
182
+ method: "call_agent (preferred) or claim_task \u2192 submit_result for manual workflows",
183
183
  benefits: [
184
184
  "Persistent task state \u2014 tasks survive agent crashes and restarts",
185
185
  "Structured results \u2014 JSON payloads with status tracking (pending \u2192 claimed \u2192 completed)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/api",
3
- "version": "0.5.38",
3
+ "version": "0.5.40",
4
4
  "description": "REST API server for AgenticMail \u2014 email and SMS endpoints for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",