@cogitator-ai/swarms 0.3.0 → 0.3.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/README.md +844 -36
- package/dist/coordinator.d.ts +2 -0
- package/dist/coordinator.d.ts.map +1 -1
- package/dist/coordinator.js +46 -0
- package/dist/coordinator.js.map +1 -1
- package/dist/index.d.ts +4 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/strategies/index.d.ts +3 -1
- package/dist/strategies/index.d.ts.map +1 -1
- package/dist/strategies/index.js +9 -0
- package/dist/strategies/index.js.map +1 -1
- package/dist/strategies/negotiation/approval.d.ts +28 -0
- package/dist/strategies/negotiation/approval.d.ts.map +1 -0
- package/dist/strategies/negotiation/approval.js +198 -0
- package/dist/strategies/negotiation/approval.js.map +1 -0
- package/dist/strategies/negotiation/convergence.d.ts +22 -0
- package/dist/strategies/negotiation/convergence.d.ts.map +1 -0
- package/dist/strategies/negotiation/convergence.js +240 -0
- package/dist/strategies/negotiation/convergence.js.map +1 -0
- package/dist/strategies/negotiation/index.d.ts +4 -0
- package/dist/strategies/negotiation/index.d.ts.map +1 -0
- package/dist/strategies/negotiation/index.js +4 -0
- package/dist/strategies/negotiation/index.js.map +1 -0
- package/dist/strategies/negotiation/turn-manager.d.ts +31 -0
- package/dist/strategies/negotiation/turn-manager.d.ts.map +1 -0
- package/dist/strategies/negotiation/turn-manager.js +117 -0
- package/dist/strategies/negotiation/turn-manager.js.map +1 -0
- package/dist/strategies/negotiation.d.ts +39 -0
- package/dist/strategies/negotiation.d.ts.map +1 -0
- package/dist/strategies/negotiation.js +607 -0
- package/dist/strategies/negotiation.js.map +1 -0
- package/dist/tools/index.d.ts +2 -1
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +6 -0
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/negotiation.d.ts +233 -0
- package/dist/tools/negotiation.d.ts.map +1 -0
- package/dist/tools/negotiation.js +445 -0
- package/dist/tools/negotiation.js.map +1 -0
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,iBAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,iBAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAE9E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EACV,yBAAyB,EACzB,UAAU,EACV,UAAU,EACV,iBAAiB,EAClB,MAAM,qBAAqB,CAAC;AAO7B,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE,yBAAyB,CAAC;IACvC,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,MAAM,EAAE,iBAAiB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,CAkCpF;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,QAAQ,EACJ,cAAc,GACd,WAAW,GACX,QAAQ,GACR,SAAS,GACT,UAAU,GACV,aAAa,GACb,aAAa,EACjB,OAAO,EAAE,gBAAgB,GACxB,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,CA2C1B"}
|
package/dist/tools/index.js
CHANGED
|
@@ -5,10 +5,12 @@ export { createMessagingTools } from './messaging';
|
|
|
5
5
|
export { createBlackboardTools } from './blackboard';
|
|
6
6
|
export { createDelegationTools } from './delegation';
|
|
7
7
|
export { createVotingTools } from './voting';
|
|
8
|
+
export { createNegotiationTools } from './negotiation';
|
|
8
9
|
import { createMessagingTools } from './messaging';
|
|
9
10
|
import { createBlackboardTools } from './blackboard';
|
|
10
11
|
import { createDelegationTools } from './delegation';
|
|
11
12
|
import { createVotingTools } from './voting';
|
|
13
|
+
import { createNegotiationTools } from './negotiation';
|
|
12
14
|
/**
|
|
13
15
|
* Create all swarm tools for an agent
|
|
14
16
|
*/
|
|
@@ -55,6 +57,10 @@ export function createStrategyTools(strategy, context) {
|
|
|
55
57
|
const votingTools = createVotingTools(context.blackboard, context.events, context.agentName, context.agentWeight);
|
|
56
58
|
return [...baseTools, ...Object.values(votingTools)];
|
|
57
59
|
}
|
|
60
|
+
case 'negotiation': {
|
|
61
|
+
const negotiationTools = createNegotiationTools(context.blackboard, context.events, context.agentName, context.agentWeight);
|
|
62
|
+
return [...baseTools, ...Object.values(negotiationTools)];
|
|
63
|
+
}
|
|
58
64
|
case 'auction':
|
|
59
65
|
case 'pipeline':
|
|
60
66
|
case 'round-robin':
|
package/dist/tools/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAuB,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAwB,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAwB,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,iBAAiB,EAAoB,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
import type { Blackboard, SwarmEventEmitter, NegotiationTerm, OfferStatus, NegotiationPhase } from '@cogitator-ai/types';
|
|
2
|
+
export declare function createNegotiationTools(blackboard: Blackboard, events: SwarmEventEmitter, currentAgent: string, agentWeight?: number): {
|
|
3
|
+
makeOffer: import("@cogitator-ai/types").Tool<{
|
|
4
|
+
to: string | string[];
|
|
5
|
+
reasoning: string;
|
|
6
|
+
terms: {
|
|
7
|
+
priority: number;
|
|
8
|
+
termId: string;
|
|
9
|
+
label: string;
|
|
10
|
+
negotiable: boolean;
|
|
11
|
+
value?: unknown;
|
|
12
|
+
range?: {
|
|
13
|
+
min: number;
|
|
14
|
+
max: number;
|
|
15
|
+
} | undefined;
|
|
16
|
+
}[];
|
|
17
|
+
expiresInMs?: number | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
success: boolean;
|
|
20
|
+
error: string;
|
|
21
|
+
offerId?: undefined;
|
|
22
|
+
to?: undefined;
|
|
23
|
+
termsCount?: undefined;
|
|
24
|
+
round?: undefined;
|
|
25
|
+
} | {
|
|
26
|
+
success: boolean;
|
|
27
|
+
offerId: string;
|
|
28
|
+
to: string | string[];
|
|
29
|
+
termsCount: number;
|
|
30
|
+
round: number;
|
|
31
|
+
error?: undefined;
|
|
32
|
+
}>;
|
|
33
|
+
counterOffer: import("@cogitator-ai/types").Tool<{
|
|
34
|
+
reasoning: string;
|
|
35
|
+
inResponseTo: string;
|
|
36
|
+
modifiedTerms: {
|
|
37
|
+
priority: number;
|
|
38
|
+
termId: string;
|
|
39
|
+
label: string;
|
|
40
|
+
negotiable: boolean;
|
|
41
|
+
value?: unknown;
|
|
42
|
+
range?: {
|
|
43
|
+
min: number;
|
|
44
|
+
max: number;
|
|
45
|
+
} | undefined;
|
|
46
|
+
}[];
|
|
47
|
+
acceptedTermIds?: string[] | undefined;
|
|
48
|
+
}, {
|
|
49
|
+
success: boolean;
|
|
50
|
+
error: string;
|
|
51
|
+
counterOfferId?: undefined;
|
|
52
|
+
originalOfferId?: undefined;
|
|
53
|
+
acceptedTerms?: undefined;
|
|
54
|
+
modifiedTerms?: undefined;
|
|
55
|
+
round?: undefined;
|
|
56
|
+
} | {
|
|
57
|
+
success: boolean;
|
|
58
|
+
counterOfferId: string;
|
|
59
|
+
originalOfferId: string;
|
|
60
|
+
acceptedTerms: number;
|
|
61
|
+
modifiedTerms: number;
|
|
62
|
+
round: number;
|
|
63
|
+
error?: undefined;
|
|
64
|
+
}>;
|
|
65
|
+
acceptOffer: import("@cogitator-ai/types").Tool<{
|
|
66
|
+
offerId: string;
|
|
67
|
+
comment?: string | undefined;
|
|
68
|
+
}, {
|
|
69
|
+
success: boolean;
|
|
70
|
+
error: string;
|
|
71
|
+
offerId?: undefined;
|
|
72
|
+
acceptedTerms?: undefined;
|
|
73
|
+
from?: undefined;
|
|
74
|
+
round?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
success: boolean;
|
|
77
|
+
offerId: string;
|
|
78
|
+
acceptedTerms: string[];
|
|
79
|
+
from: string;
|
|
80
|
+
round: number;
|
|
81
|
+
error?: undefined;
|
|
82
|
+
}>;
|
|
83
|
+
rejectOffer: import("@cogitator-ai/types").Tool<{
|
|
84
|
+
reason: string;
|
|
85
|
+
offerId: string;
|
|
86
|
+
openToCounter: boolean;
|
|
87
|
+
problematicTermIds?: string[] | undefined;
|
|
88
|
+
}, {
|
|
89
|
+
success: boolean;
|
|
90
|
+
error: string;
|
|
91
|
+
offerId?: undefined;
|
|
92
|
+
rejectedTerms?: undefined;
|
|
93
|
+
openToCounter?: undefined;
|
|
94
|
+
round?: undefined;
|
|
95
|
+
} | {
|
|
96
|
+
success: boolean;
|
|
97
|
+
offerId: string;
|
|
98
|
+
rejectedTerms: string[];
|
|
99
|
+
openToCounter: boolean;
|
|
100
|
+
round: number;
|
|
101
|
+
error?: undefined;
|
|
102
|
+
}>;
|
|
103
|
+
getNegotiationStatus: import("@cogitator-ai/types").Tool<{}, {
|
|
104
|
+
active: boolean;
|
|
105
|
+
error: string;
|
|
106
|
+
negotiationId?: undefined;
|
|
107
|
+
phase?: undefined;
|
|
108
|
+
round?: undefined;
|
|
109
|
+
maxRounds?: undefined;
|
|
110
|
+
roundsRemaining?: undefined;
|
|
111
|
+
isMyTurn?: undefined;
|
|
112
|
+
currentTurn?: undefined;
|
|
113
|
+
pendingOffersCount?: undefined;
|
|
114
|
+
offersToMeCount?: undefined;
|
|
115
|
+
myPendingOffersCount?: undefined;
|
|
116
|
+
coalitionsCount?: undefined;
|
|
117
|
+
hasAgreement?: undefined;
|
|
118
|
+
pendingApprovalsCount?: undefined;
|
|
119
|
+
} | {
|
|
120
|
+
active: boolean;
|
|
121
|
+
negotiationId: string;
|
|
122
|
+
phase: NegotiationPhase;
|
|
123
|
+
round: number;
|
|
124
|
+
maxRounds: number;
|
|
125
|
+
roundsRemaining: number;
|
|
126
|
+
isMyTurn: boolean;
|
|
127
|
+
currentTurn: string | null;
|
|
128
|
+
pendingOffersCount: number;
|
|
129
|
+
offersToMeCount: number;
|
|
130
|
+
myPendingOffersCount: number;
|
|
131
|
+
coalitionsCount: number;
|
|
132
|
+
hasAgreement: boolean;
|
|
133
|
+
pendingApprovalsCount: number;
|
|
134
|
+
error?: undefined;
|
|
135
|
+
}>;
|
|
136
|
+
getCurrentOffers: import("@cogitator-ai/types").Tool<{
|
|
137
|
+
includeAll?: boolean | undefined;
|
|
138
|
+
includeHistory?: boolean | undefined;
|
|
139
|
+
}, {
|
|
140
|
+
success: boolean;
|
|
141
|
+
error: string;
|
|
142
|
+
offers: never[];
|
|
143
|
+
round?: undefined;
|
|
144
|
+
phase?: undefined;
|
|
145
|
+
} | {
|
|
146
|
+
success: boolean;
|
|
147
|
+
round: number;
|
|
148
|
+
phase: NegotiationPhase;
|
|
149
|
+
offers: {
|
|
150
|
+
id: string;
|
|
151
|
+
from: string;
|
|
152
|
+
to: string | string[];
|
|
153
|
+
status: OfferStatus;
|
|
154
|
+
round: number;
|
|
155
|
+
phase: NegotiationPhase;
|
|
156
|
+
reasoning: string;
|
|
157
|
+
inResponseTo: string | undefined;
|
|
158
|
+
terms: NegotiationTerm[];
|
|
159
|
+
expiresAt: number | undefined;
|
|
160
|
+
isExpired: boolean;
|
|
161
|
+
requiresMyResponse: boolean;
|
|
162
|
+
}[];
|
|
163
|
+
error?: undefined;
|
|
164
|
+
}>;
|
|
165
|
+
proposeCoalition: import("@cogitator-ai/types").Tool<{
|
|
166
|
+
name: string;
|
|
167
|
+
reasoning: string;
|
|
168
|
+
invitees: string[];
|
|
169
|
+
sharedInterests: string[];
|
|
170
|
+
}, {
|
|
171
|
+
success: boolean;
|
|
172
|
+
error: string;
|
|
173
|
+
coalitionId?: undefined;
|
|
174
|
+
name?: undefined;
|
|
175
|
+
invitees?: undefined;
|
|
176
|
+
initialMembers?: undefined;
|
|
177
|
+
} | {
|
|
178
|
+
success: boolean;
|
|
179
|
+
coalitionId: string;
|
|
180
|
+
name: string;
|
|
181
|
+
invitees: string[];
|
|
182
|
+
initialMembers: string[];
|
|
183
|
+
error?: undefined;
|
|
184
|
+
}>;
|
|
185
|
+
joinCoalition: import("@cogitator-ai/types").Tool<{
|
|
186
|
+
coalitionId: string;
|
|
187
|
+
additionalInterests?: string[] | undefined;
|
|
188
|
+
}, {
|
|
189
|
+
success: boolean;
|
|
190
|
+
error: string;
|
|
191
|
+
coalitionId?: undefined;
|
|
192
|
+
name?: undefined;
|
|
193
|
+
members?: undefined;
|
|
194
|
+
combinedWeight?: undefined;
|
|
195
|
+
status?: undefined;
|
|
196
|
+
} | {
|
|
197
|
+
success: boolean;
|
|
198
|
+
coalitionId: string;
|
|
199
|
+
name: string;
|
|
200
|
+
members: string[];
|
|
201
|
+
combinedWeight: number;
|
|
202
|
+
status: "forming" | "active";
|
|
203
|
+
error?: undefined;
|
|
204
|
+
}>;
|
|
205
|
+
declareInterests: import("@cogitator-ai/types").Tool<{
|
|
206
|
+
interests: {
|
|
207
|
+
priority: number;
|
|
208
|
+
termId: string;
|
|
209
|
+
label: string;
|
|
210
|
+
negotiable: boolean;
|
|
211
|
+
value?: unknown;
|
|
212
|
+
range?: {
|
|
213
|
+
min: number;
|
|
214
|
+
max: number;
|
|
215
|
+
} | undefined;
|
|
216
|
+
}[];
|
|
217
|
+
redlines: string[];
|
|
218
|
+
}, {
|
|
219
|
+
success: boolean;
|
|
220
|
+
error: string;
|
|
221
|
+
declaredInterests?: undefined;
|
|
222
|
+
redlines?: undefined;
|
|
223
|
+
phase?: undefined;
|
|
224
|
+
} | {
|
|
225
|
+
success: boolean;
|
|
226
|
+
declaredInterests: number;
|
|
227
|
+
redlines: number;
|
|
228
|
+
phase: NegotiationPhase;
|
|
229
|
+
error?: undefined;
|
|
230
|
+
}>;
|
|
231
|
+
};
|
|
232
|
+
export type NegotiationTools = ReturnType<typeof createNegotiationTools>;
|
|
233
|
+
//# sourceMappingURL=negotiation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"negotiation.d.ts","sourceRoot":"","sources":["../../src/tools/negotiation.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,iBAAiB,EAGjB,eAAe,EACf,WAAW,EAEX,gBAAgB,EACjB,MAAM,qBAAqB,CAAC;AAiC7B,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,iBAAiB,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,SAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwfhB;AAED,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|