agent-protocol
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "agent-protocol", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "API for interacting with Agent", | ||
@@ -58,2 +58,2 @@ "homepage": "https://agentprotocol.ai", | ||
} | ||
} | ||
} |
@@ -38,3 +38,3 @@ # Agent Communication Protocol - JavaScript/TypeScript SDK | ||
Agent.handleTask(taskHandler).start() | ||
Agent.handleTask(taskHandler, {}).start() | ||
``` | ||
@@ -41,0 +41,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76484