Comparing version 0.1.2 to 0.1.3
@@ -82,3 +82,3 @@ | ||
} else { | ||
if (this.callbacks.onTurn) this.callbacks.onTurn(action); | ||
if (this.callbacks.onTurn) this.callbacks.onTurn({ actions: this.getActions(), data: this.data }); | ||
} | ||
@@ -85,0 +85,0 @@ } |
{ | ||
"name": "ai-agents", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Framework to create virtual agents", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
14133