@forwardimpact/libagent
Advanced tools
+4
-1
@@ -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", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
61559
0.16%1463
0.21%