@toolpack-sdk/agents 2.6.0 → 2.7.0
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/dist/{base-agent-C4fYjHPu.d.ts → base-agent-BMZWBdkt.d.ts} +2 -0
- package/dist/{base-agent-Dqca3WLY.d.cts → base-agent-DVwGO20L.d.cts} +2 -0
- package/dist/capabilities/index.cjs +21 -21
- package/dist/capabilities/index.d.cts +2 -2
- package/dist/capabilities/index.d.ts +2 -2
- package/dist/capabilities/index.js +24 -24
- package/dist/channels/index.d.cts +1 -1
- package/dist/channels/index.d.ts +1 -1
- package/dist/{eval-report-CO98LRUC.d.ts → eval-report-BJEzzuSk.d.ts} +1 -1
- package/dist/{eval-report-DV-wNcjW.d.cts → eval-report-DH2tt6Ad.d.cts} +1 -1
- package/dist/{index-BjieDC5c.d.ts → index-BU2BchV0.d.ts} +21 -2
- package/dist/{index-BRuKydRC.d.cts → index-BWrYFJtb.d.cts} +21 -2
- package/dist/index.cjs +56 -38
- package/dist/index.d.cts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.js +56 -38
- package/dist/{intent-classifier-agent-ACQSotfT.d.ts → intent-classifier-agent-BnpchAoZ.d.ts} +1 -1
- package/dist/{intent-classifier-agent-CPKmOVJx.d.cts → intent-classifier-agent-DVCbBtdY.d.cts} +1 -1
- package/dist/interceptors/index.d.cts +2 -2
- package/dist/interceptors/index.d.ts +2 -2
- package/dist/testing/index.d.cts +2 -2
- package/dist/testing/index.d.ts +2 -2
- package/package.json +3 -3
package/dist/{intent-classifier-agent-ACQSotfT.d.ts → intent-classifier-agent-BnpchAoZ.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { B as BaseAgentOptions, A as AgentInput, a as AgentResult } from './types-C3EZvpe0.js';
|
|
2
|
-
import { B as BaseAgent } from './base-agent-
|
|
2
|
+
import { B as BaseAgent } from './base-agent-BMZWBdkt.js';
|
|
3
3
|
import { ModeConfig } from 'toolpack-sdk';
|
|
4
4
|
|
|
5
5
|
/**
|
package/dist/{intent-classifier-agent-CPKmOVJx.d.cts → intent-classifier-agent-DVCbBtdY.d.cts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { B as BaseAgentOptions, A as AgentInput, a as AgentResult } from './types-C3EZvpe0.cjs';
|
|
2
|
-
import { B as BaseAgent } from './base-agent-
|
|
2
|
+
import { B as BaseAgent } from './base-agent-DVwGO20L.cjs';
|
|
3
3
|
import { ModeConfig } from 'toolpack-sdk';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as AgentInput, k as InterceptorResult, I as Interceptor, g as AgentInstance, C as ChannelInterface, d as IAgentRegistry, i as InterceptorChainConfig, a as AgentResult } from '../types-C3EZvpe0.cjs';
|
|
2
2
|
export { j as InterceptorContext, N as NextFunction, S as SKIP_SENTINEL, l as isSkipSentinel, s as skip } from '../types-C3EZvpe0.cjs';
|
|
3
3
|
import { Participant, ConversationStore, ConversationScope, StoredMessage } from 'toolpack-sdk';
|
|
4
|
-
import { I as IntentClassification } from '../intent-classifier-agent-
|
|
4
|
+
import { I as IntentClassification } from '../intent-classifier-agent-DVCbBtdY.cjs';
|
|
5
5
|
import 'events';
|
|
6
|
-
import '../base-agent-
|
|
6
|
+
import '../base-agent-DVwGO20L.cjs';
|
|
7
7
|
import '@toolpack-sdk/knowledge';
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as AgentInput, k as InterceptorResult, I as Interceptor, g as AgentInstance, C as ChannelInterface, d as IAgentRegistry, i as InterceptorChainConfig, a as AgentResult } from '../types-C3EZvpe0.js';
|
|
2
2
|
export { j as InterceptorContext, N as NextFunction, S as SKIP_SENTINEL, l as isSkipSentinel, s as skip } from '../types-C3EZvpe0.js';
|
|
3
3
|
import { Participant, ConversationStore, ConversationScope, StoredMessage } from 'toolpack-sdk';
|
|
4
|
-
import { I as IntentClassification } from '../intent-classifier-agent-
|
|
4
|
+
import { I as IntentClassification } from '../intent-classifier-agent-BnpchAoZ.js';
|
|
5
5
|
import 'events';
|
|
6
|
-
import '../base-agent-
|
|
6
|
+
import '../base-agent-BMZWBdkt.js';
|
|
7
7
|
import '@toolpack-sdk/knowledge';
|
|
8
8
|
|
|
9
9
|
/**
|
package/dist/testing/index.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { C as ChannelInterface, f as AgentOutput, A as AgentInput, B as BaseAgentOptions } from '../types-C3EZvpe0.cjs';
|
|
2
2
|
import { Chunk, QueryOptions, QueryResult, Knowledge } from '@toolpack-sdk/knowledge';
|
|
3
3
|
import { Toolpack } from 'toolpack-sdk';
|
|
4
|
-
import { B as BaseAgent } from '../base-agent-
|
|
5
|
-
export { C as ContainsScorer, a as CustomScorer, E as EvalCase, b as EvalCaseResult, c as EvalDataset, d as EvalImprovement, e as EvalRegression, f as EvalReport, g as EvalRun, h as EvalRunner, i as EvalRunnerOptions, j as EvalScoredResult, k as EvalScoredRun, l as EvalScorer, m as EvalVerdict, n as ExactMatchScorer, L as LLMJudgeScorer, o as LLMJudgeScorerOptions, p as compareEvalRuns, q as formatEvalReport } from '../eval-report-
|
|
4
|
+
import { B as BaseAgent } from '../base-agent-DVwGO20L.cjs';
|
|
5
|
+
export { C as ContainsScorer, a as CustomScorer, E as EvalCase, b as EvalCaseResult, c as EvalDataset, d as EvalImprovement, e as EvalRegression, f as EvalReport, g as EvalRun, h as EvalRunner, i as EvalRunnerOptions, j as EvalScoredResult, k as EvalScoredRun, l as EvalScorer, m as EvalVerdict, n as ExactMatchScorer, L as LLMJudgeScorer, o as LLMJudgeScorerOptions, p as compareEvalRuns, q as formatEvalReport } from '../eval-report-DH2tt6Ad.cjs';
|
|
6
6
|
import 'events';
|
|
7
7
|
|
|
8
8
|
/**
|
package/dist/testing/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { C as ChannelInterface, f as AgentOutput, A as AgentInput, B as BaseAgentOptions } from '../types-C3EZvpe0.js';
|
|
2
2
|
import { Chunk, QueryOptions, QueryResult, Knowledge } from '@toolpack-sdk/knowledge';
|
|
3
3
|
import { Toolpack } from 'toolpack-sdk';
|
|
4
|
-
import { B as BaseAgent } from '../base-agent-
|
|
5
|
-
export { C as ContainsScorer, a as CustomScorer, E as EvalCase, b as EvalCaseResult, c as EvalDataset, d as EvalImprovement, e as EvalRegression, f as EvalReport, g as EvalRun, h as EvalRunner, i as EvalRunnerOptions, j as EvalScoredResult, k as EvalScoredRun, l as EvalScorer, m as EvalVerdict, n as ExactMatchScorer, L as LLMJudgeScorer, o as LLMJudgeScorerOptions, p as compareEvalRuns, q as formatEvalReport } from '../eval-report-
|
|
4
|
+
import { B as BaseAgent } from '../base-agent-BMZWBdkt.js';
|
|
5
|
+
export { C as ContainsScorer, a as CustomScorer, E as EvalCase, b as EvalCaseResult, c as EvalDataset, d as EvalImprovement, e as EvalRegression, f as EvalReport, g as EvalRun, h as EvalRunner, i as EvalRunnerOptions, j as EvalScoredResult, k as EvalScoredRun, l as EvalScorer, m as EvalVerdict, n as ExactMatchScorer, L as LLMJudgeScorer, o as LLMJudgeScorerOptions, p as compareEvalRuns, q as formatEvalReport } from '../eval-report-BJEzzuSk.js';
|
|
6
6
|
import 'events';
|
|
7
7
|
|
|
8
8
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolpack-sdk/agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "Production AI agents for Toolpack SDK — 8 channel integrations (Slack, Discord, Telegram, SMS, Email, Webhook, Scheduled, MCP), AgentMind persistent cognitive layer (goals, beliefs, reflections), interceptors, evals, and multi-agent coordination",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20"
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@opentelemetry/api": "^1.x",
|
|
92
|
-
"@toolpack-sdk/knowledge": "^2.
|
|
92
|
+
"@toolpack-sdk/knowledge": "^2.7.0",
|
|
93
93
|
"better-sqlite3": "^12.6.2",
|
|
94
94
|
"discord.js": "^14.x",
|
|
95
95
|
"nodemailer": "^6.x",
|
|
96
|
-
"toolpack-sdk": "^2.
|
|
96
|
+
"toolpack-sdk": "^2.7.0",
|
|
97
97
|
"twilio": "^5.x"
|
|
98
98
|
},
|
|
99
99
|
"peerDependenciesMeta": {
|