Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libagent

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libagent - npm Package Compare versions

Comparing version
0.1.37
to
0.1.38
+4
-1
mind.js

@@ -145,2 +145,5 @@ import { generateUUID } from "@forwardimpact/libsecret";

const agentName = req.agent || this.#config.agent;
const agentId = agentName.startsWith("common.Agent.")
? agentName
: `common.Agent.${agentName}`;
conversation = common.Conversation.fromObject({

@@ -150,3 +153,3 @@ id: {

},
agent_id: `common.Agent.${agentName}`,
agent_id: agentId,
});

@@ -153,0 +156,0 @@ await this.#resourceIndex.put(conversation);

+1
-1
{
"name": "@forwardimpact/libagent",
"version": "0.1.37",
"version": "0.1.38",
"description": "Agent orchestration library for Guide",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",