dank-ai 1.0.35 → 1.0.36

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/README.md +1 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -533,22 +533,7 @@ agent
533
533
  }
534
534
  ```
535
535
 
536
- **Tool HTTP Event Data:**
537
- ```javascript
538
- {
539
- requestId: "unique-request-id",
540
- method: "POST",
541
- path: "/api/chat",
542
- headers: { "content-type": "application/json" },
543
- body: { message: "Hello" },
544
- query: {},
545
- params: {},
546
- statusCode: 200,
547
- responseData: { response: "Hi there!" },
548
- processingTime: 45,
549
- timestamp: "2024-01-15T10:30:00.000Z"
550
- }
551
- ```
536
+ npm
552
537
 
553
538
  #### 🎛️ **Communication Method Control**
554
539
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dank-ai",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "Dank Agent Service - Docker-based AI agent orchestration platform",
5
5
  "main": "lib/index.js",
6
6
  "exports": {