agentnet 0.1.0 → 0.1.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentnet",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Agent library used by Smartness",
6
6
  "main": "src/index.js",
@@ -68,7 +68,6 @@ export async function AgentRuntime(agentConfig) {
68
68
  const session = message.getSession()
69
69
  const sessionId = message.getSessionId()
70
70
  const storeStateSessionId = namespace + "." + agentName + "." + sessionId
71
- console.log("---->", storeStateSessionId)
72
71
 
73
72
  // Load and merge session state and session data
74
73
  let storeState = {