@looopy-ai/core 2.1.25 → 2.1.26

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.
@@ -79,6 +79,7 @@ export class AgentToolProvider {
79
79
  const logger = this.logger.child({
80
80
  taskId: context.taskId,
81
81
  toolCallId: toolCall.id,
82
+ url: this.card.url,
82
83
  });
83
84
  logger.debug({ toolCallId: toolCall.id }, 'Executing agent tool call');
84
85
  return new Observable((subscriber) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looopy-ai/core",
3
- "version": "2.1.25",
3
+ "version": "2.1.26",
4
4
  "description": "RxJS-based AI agent framework",
5
5
  "repository": {
6
6
  "url": "https://github.com/looopy-ai/lib"