@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/index.js CHANGED
@@ -1,48 +1,48 @@
1
- var $t=Object.defineProperty;var D=(o,e)=>()=>(o&&(e=o(o=0)),e);var ft=(o,e)=>{for(var t in e)$t(o,t,{get:e[t],enumerable:!0})};import zn from"path";import{fileURLToPath as Wn}from"url";var d=D(()=>{"use strict"});function L(o){return o===q}function re(){return q}var q,W=D(()=>{"use strict";d();q=Symbol("interceptor-skip-sentinel")});function se(o,e,t,n,r={}){let s=r.maxInvocationDepth??5;return{async execute(i){let p=(l=>({agent:e,channel:t,registry:n,invocationDepth:l,delegateAndWait:async(m,u)=>{let g=l+1;if(g>s)throw new X(g,s);if(!n)throw new Error(`Cannot delegate to "${m}": agent is running in standalone mode without a registry`);let w=n.getAgent(m);if(!w)throw new Error(`Agent "${m}" not found for delegation`);let h={message:u.message??"",intent:u.intent,data:u.data,context:u.context,conversationId:u.conversationId??i.conversationId??`delegation-${Date.now()}`};return await w.invokeAgent(h)},skip:re}))(0),c=async l=>{let m=l??i;return await e.invokeAgent(m)};for(let l=o.length-1;l>=0;l--){let m=o[l],u=c;c=async g=>await m(g??i,p,u)}return await c()}}}async function oe(o,e){let t=await o.execute(e);return t===q?null:t}var X,Se=D(()=>{"use strict";d();W();X=class extends Error{constructor(e,t){super(`Invocation depth ${e} exceeds maximum ${t}`),this.name="InvocationDepthExceededError"}}});import{randomUUID as yt}from"crypto";function jt(o){let e=o.context??{},t=e.channelType;return t==="im"||t==="private"||t==="dm"?"dm":e.threadId!==void 0?"thread":"channel"}function Z(o){let e=o.captureAgentReplies??!0,t=o.getScope??jt,n=o.getMessageId??(i=>i.context?.messageId??i.context?.eventId??yt()),r=o.getMentions??(i=>i.context?.mentions??[]),s=async(i,a,p)=>{let c=i.conversationId;if(!c)return a.logger?.warn("[capture-history] Message has no conversationId \u2014 skipping capture"),await p();let l=i.participant;if(l){let u={id:n(i),conversationId:c,participant:l,content:i.message??"",timestamp:new Date().toISOString(),scope:t(i),metadata:{channelType:i.context?.channelType,threadId:i.context?.threadId,messageId:i.context?.messageId,mentions:r(i),channelName:i.context?.channelName,channelId:i.context?.channelId}};try{await o.store.append(u),o.onCaptured?.(u),a.logger?.debug("[capture-history] Captured inbound message",{messageId:u.id,participantId:l.id,conversationId:c})}catch(g){a.logger?.warn("[capture-history] Failed to store inbound message",{error:g instanceof Error?g.message:String(g)})}}let m=await p();if(e&&!L(m)&&m.output!=null){let u={kind:"agent",id:a.agent.name,displayName:a.agent.name},g={id:yt(),conversationId:c,participant:u,content:m.output,timestamp:new Date().toISOString(),scope:t(i),metadata:{channelType:i.context?.channelType,threadId:i.context?.threadId,channelName:i.context?.channelName,channelId:i.context?.channelId}};try{await o.store.append(g),o.onCaptured?.(g),a.logger?.debug("[capture-history] Captured agent reply",{messageId:g.id,agentId:a.agent.name,conversationId:c})}catch(w){a.logger?.warn("[capture-history] Failed to store agent reply",{error:w instanceof Error?w.message:String(w)})}}return m};return s[Q]=!0,s}var Q,Te=D(()=>{"use strict";d();W();Q=Symbol.for("toolpack:capture-history")});import{randomUUID as Bt}from"crypto";function vt(o){return Math.ceil(o.length/4)}function Lt(o){return{id:o.id,participant:o.participant,content:o.content,timestamp:o.timestamp}}function Ft(o,e){let{participant:t,content:n}=o;return t.kind==="system"?{role:"system",content:n}:t.kind==="agent"?t.id===e?{role:"assistant",content:n}:{role:"user",content:`${t.displayName??t.id} (agent): ${n}`}:{role:"user",content:`${t.displayName??t.id}: ${n}`}}function Ut(o,e,t){return!!(o.participant.id===e||o.metadata?.mentions?.some(n=>t.has(n)))}async function ie(o,e,t,n,r={},s){let{scope:i,addressedOnlyMode:a=!0,tokenBudget:p=3e3,rollingSummaryThreshold:c=40,timeWindowMinutes:l,maxTurnsToLoad:m=100,agentAliases:u}=r,g=new Set([t,...u??[]]),w=l!==void 0?new Date(Date.now()-l*60*1e3).toISOString():void 0,h=await o.get(e,{scope:i,sinceTimestamp:w,limit:m}),A=h.length;if(a){let C=new Set;for(let T=0;T<h.length;T++){let M=h[T];if(Ut(M,t,g)&&C.add(M.id),T<h.length-1){let P=h[T+1];P.participant.kind==="agent"&&P.participant.id===t&&C.add(M.id)}}let E=h[h.length-1];E&&C.add(E.id),h=h.filter(T=>C.has(T.id))}let b=!1;if(h.length>c&&s){let C=Math.floor(h.length/2),E=h.slice(0,C),T=h.slice(C),M=E.filter(P=>!P.metadata?.isSummary);try{let P=await s.invokeAgent({message:"summarize",data:{turns:M.map(Lt),agentName:n,agentId:t,maxTokens:Math.floor(p*.25),extractDecisions:!0}}),O=JSON.parse(P.output),k={id:`summary-${Bt()}`,conversationId:e,participant:{kind:"system",id:"summarizer"},content:`[Summary of ${O.turnsSummarized} earlier turns]: ${O.summary}`,timestamp:E[0].timestamp,scope:i??"channel",metadata:{isSummary:!0}};h=[k,...T],b=!0;try{await o.append(k),await o.deleteMessages(e,E.map(F=>F.id))}catch{}}catch{h=h.slice(-c)}}else h.length>c&&(h=h.slice(-c));let S=h.map(C=>Ft(C,t));if(S.length===0)return{messages:[],estimatedTokens:0,turnsLoaded:A,hasSummary:b};let N=S[S.length-1],G=[N],I=vt(N.content);for(let C=S.length-2;C>=0;C--){let E=S[C],T=vt(E.content);if(I+T>p)break;G.unshift(E),I+=T}return{messages:G,estimatedTokens:I,turnsLoaded:A,hasSummary:b}}var _e=D(()=>{"use strict";d()});var R,ee=D(()=>{"use strict";d();R=class extends Error{constructor(e){super(e),this.name="AgentError"}}});import{randomUUID as Ee}from"crypto";var Pe,Me,De,Ne,Oe,f,ae,wt=D(()=>{"use strict";d();Pe=.6,Me=.2,De=.2,Ne={low:.3,medium:.6,high:1},Oe=30,f={type:"_type",status:"_status",priority:"_priority",tags:"_tags",progress:"_progress",dueBy:"_dueBy",outcome:"_outcome",confidence:"_confidence",expiresAt:"_expiresAt",pinned:"_pinned",relatedTo:"_relatedTo",error:"_error",createdAt:"_createdAt",updatedAt:"_updatedAt"},ae=class{constructor(e,t){this.provider=e;this.embedder=t;this.zeroVector=new Array(t.dimensions).fill(0)}provider;embedder;zeroVector;async initialize(){await this.provider.validateDimensions(this.embedder.dimensions)}async embed(e){return this.embedder.embed(e)}async embedBatch(e){return this.embedder.embedBatch(e)}async getActiveGoals(){return(await this._getAllByMeta(t=>t[f.type]==="goal"&&t[f.status]==="active")).map(t=>this.chunkToGoal(t)).sort((t,n)=>{let r={high:0,normal:1,low:2},s=r[t.priority]-r[n.priority];return s!==0?s:t.createdAt-n.createdAt})}async getActiveGoalCount(){return(await this._getAllByMeta(t=>t[f.type]==="goal"&&t[f.status]==="active")).length}async getPinnedReflections(){return(await this._getAllByMeta(t=>t[f.type]==="reflection"&&t[f.pinned]===!0)).map(t=>this.chunkToReflection(t))}async getPinnedReflectionCount(){return(await this._getAllByMeta(t=>t[f.type]==="reflection"&&t[f.pinned]===!0)).length}async getHighConfidenceBeliefs(e){let t=Date.now();return(await this._getAllByMeta(r=>r[f.type]==="belief"&&r[f.confidence]==="high"&&!r[f.error]&&!(r[f.expiresAt]&&r[f.expiresAt]<t))).map(r=>{let s=this.chunkToBelief(r),i=(t-s.createdAt)/864e5,p=Math.exp(-i/Oe)*Me+Ne.high*De+Pe;return{...s,score:p}}).sort((r,s)=>s.score-r.score).slice(0,e)}async getRecentReflections(e,t){let n=Date.now()-e*864e5;return(await this._getAllByMeta(s=>s[f.type]==="reflection"&&!s[f.pinned]&&!s[f.error]&&s[f.createdAt]>=n)).map(s=>this.chunkToReflection(s)).sort((s,i)=>i.createdAt-s.createdAt).slice(0,t)}async keywordSearchGoals(e,t={}){let{limit:n=10,status:r="active",tags:s}=t,i;if(e.trim()&&typeof this.provider.keywordQuery=="function")i=(await this.provider.keywordQuery(e,{limit:n*2,threshold:0,filter:{[f.type]:"goal",[f.status]:r}})).map(p=>this.chunkToGoal(p.chunk));else{let a=r;if(i=(await this._getAllByMeta(c=>c[f.type]==="goal"&&c[f.status]===a)).map(c=>this.chunkToGoal(c)),e.trim()){let c=e.toLowerCase();i=i.filter(l=>l.description.toLowerCase().includes(c))}}return s?.length&&(i=i.filter(a=>s.every(p=>a.tags.includes(p)))),i.slice(0,n)}async queryBeliefs(e,t){let{limit:n=10,threshold:r=0,tags:s,includeExpired:i=!1}=t,a=Date.now(),p=await this.provider.query(e,{limit:n*4,threshold:0,filter:{[f.type]:"belief"}}),c=[];for(let l of p){let m=this.chunkToBelief(l.chunk);if(!i&&m.expiresAt&&m.expiresAt<a||s?.length&&!s.every(A=>m.tags.includes(A)))continue;let u=(a-m.createdAt)/864e5,g=Math.exp(-u/Oe),w=m.error?.3:Ne[m.confidence],h=l.score*Pe+g*Me+w*De;h<r||c.push({...m,score:h})}return c.sort((l,m)=>m.score-l.score).slice(0,n)}async queryReflections(e,t){let{limit:n=10,threshold:r=0,tags:s,pinned:i}=t,a=Date.now(),p={[f.type]:"reflection"};i===!0&&(p[f.pinned]=!0);let c=await this.provider.query(e,{limit:n*4,threshold:0,filter:p}),l=[];for(let m of c){let u=this.chunkToReflection(m.chunk);if(i===!1&&u.pinned||s?.length&&!s.every(A=>u.tags.includes(A)))continue;let g=(a-u.createdAt)/864e5,w=Math.exp(-g/Oe),h=m.score*Pe+w*Me+Ne.medium*De;h<r||l.push({...u,score:h})}return l.sort((m,u)=>u.score-m.score).slice(0,n)}async findSimilarBelief(e,t){let n=Date.now(),r=await this.provider.query(e,{limit:5,threshold:t,filter:{[f.type]:"belief"}});for(let s of r){let i=this.chunkToBelief(s.chunk);if(!(i.expiresAt&&i.expiresAt<n))return{id:s.chunk.id,score:s.score,belief:i}}return null}async addGoal(e){let t=Ee();return await this.provider.add([this.goalToChunk({...e,id:t})]),t}async updateGoal(e,t){let n=await this._getById(e);if(!n)throw new Error(`[AgentMind] Goal not found: ${e}`);let r=this.chunkToGoal(n),s={...r,description:t.description??r.description,priority:t.priority??r.priority,status:t.status??r.status,outcome:t.outcome??r.outcome,progress:t.appendProgress?[...r.progress,t.appendProgress]:r.progress,updatedAt:Date.now()};await this.provider.add([this.goalToChunk(s)])}async completeGoal(e,t){let n=await this._getById(e);if(!n)throw new Error(`[AgentMind] Goal not found: ${e}`);let r=this.chunkToGoal(n);await this.provider.add([this.goalToChunk({...r,status:"completed",outcome:t??r.outcome,updatedAt:Date.now()})])}async addBelief(e,t){let n=Ee();return await this.provider.add([this.beliefToChunk({...e,id:n},t)]),n}async updateBelief(e,t,n){let r=await this._getById(e);if(!r)throw new Error(`[AgentMind] Belief not found: ${e}`);let s=this.chunkToBelief(r),i={...s,content:t.content??s.content,confidence:t.confidence??s.confidence,tags:t.tags??s.tags,expiresAt:t.expiresAt!==void 0?t.expiresAt:s.expiresAt,error:t.error??s.error,updatedAt:Date.now()},a=n??r.vector??this.zeroVector;await this.provider.add([this.beliefToChunk(i,a)])}async addReflection(e,t){let n=Ee();return await this.provider.add([this.reflectionToChunk({...e,id:n},t)]),n}async updateReflection(e,t){let n=await this._getById(e);if(!n)throw new Error(`[AgentMind] Reflection not found: ${e}`);let r=this.chunkToReflection(n),s={...r,pinned:t.pinned??r.pinned,error:t.error??r.error,updatedAt:Date.now()};await this.provider.add([this.reflectionToChunk(s,n.vector??this.zeroVector)])}goalToChunk(e){return{id:e.id,content:e.description,metadata:{[f.type]:"goal",[f.status]:e.status,[f.priority]:e.priority,[f.tags]:JSON.stringify(e.tags),[f.progress]:JSON.stringify(e.progress),[f.dueBy]:e.dueBy??"",[f.outcome]:e.outcome??"",[f.createdAt]:e.createdAt,[f.updatedAt]:e.updatedAt},vector:this.zeroVector}}chunkToGoal(e){let t=e.metadata;return{id:e.id,type:"goal",description:e.content,status:t[f.status],priority:t[f.priority],tags:this._parseTags(t[f.tags]),progress:this._parseTags(t[f.progress]),dueBy:t[f.dueBy]||void 0,outcome:t[f.outcome]||void 0,createdAt:t[f.createdAt],updatedAt:t[f.updatedAt]}}beliefToChunk(e,t){return{id:e.id,content:e.content,metadata:{[f.type]:"belief",[f.confidence]:e.confidence,[f.tags]:JSON.stringify(e.tags),[f.expiresAt]:e.expiresAt??0,[f.error]:e.error===!0,[f.createdAt]:e.createdAt,[f.updatedAt]:e.updatedAt},vector:t}}chunkToBelief(e){let t=e.metadata;return{id:e.id,type:"belief",content:e.content,confidence:t[f.confidence],tags:this._parseTags(t[f.tags]),expiresAt:t[f.expiresAt]||void 0,error:t[f.error]||void 0,createdAt:t[f.createdAt],updatedAt:t[f.updatedAt]}}reflectionToChunk(e,t){return{id:e.id,content:e.content,metadata:{[f.type]:"reflection",[f.pinned]:e.pinned,[f.tags]:JSON.stringify(e.tags),[f.relatedTo]:e.relatedTo??"",[f.error]:e.error===!0,[f.createdAt]:e.createdAt,[f.updatedAt]:e.updatedAt},vector:t}}chunkToReflection(e){let t=e.metadata;return{id:e.id,type:"reflection",content:e.content,pinned:t[f.pinned],tags:this._parseTags(t[f.tags]),relatedTo:t[f.relatedTo]||void 0,error:t[f.error]||void 0,createdAt:t[f.createdAt],updatedAt:t[f.updatedAt]}}async _getById(e){let t=await this.provider.getAllChunks?.();return t?t.find(n=>n.id===e)??null:null}async _getAllByMeta(e){return(await this.provider.getAllChunks?.()??[]).filter(n=>e(n.metadata))}_parseTags(e){try{let t=JSON.parse(e);return Array.isArray(t)?t:[]}catch{return[]}}}});function $e(o){let e=o.match(/^(\d+)(d|h|m|s)$/);if(!e)throw new Error(`Invalid duration format: "${o}". Expected a number followed by d/h/m/s (e.g., "30d", "24h").`);let t=parseInt(e[1],10),n=e[2];return t*{d:864e5,h:36e5,m:6e4,s:1e3}[n]}function At(o){if(/^\d{4}-\d{2}-\d{2}/.test(o))return o;let e=$e(o);return new Date(Date.now()+e).toISOString().slice(0,10)}function bt(o,e){let t=0,n=0,r=0;for(let i=0;i<o.length;i++)t+=o[i]*e[i],n+=o[i]*o[i],r+=e[i]*e[i];let s=Math.sqrt(n)*Math.sqrt(r);return s===0?0:t/s}function je(o){return Math.ceil(o.length/4)}var Be=D(()=>{"use strict";d()});import{randomUUID as Gt}from"crypto";var ce,It=D(()=>{"use strict";d();Be();ce=class{constructor(e,t,n,r,s,i){this.store=e;this.deduplicationThreshold=t;this.maxGoals=n;this.maxPinnedReflections=r;this.committedGoalCount=s;this.committedPinnedReflectionCount=i}store;deduplicationThreshold;maxGoals;maxPinnedReflections;committedGoalCount;committedPinnedReflectionCount;ops=[];get draftGoalCount(){return this.ops.filter(e=>e.op==="set_goal").length}get draftPinnedReflectionCount(){return this.ops.filter(e=>e.op==="reflect"&&e.pinned).length}get totalGoalCount(){return this.committedGoalCount+this.draftGoalCount}get totalPinnedReflectionCount(){return this.committedPinnedReflectionCount+this.draftPinnedReflectionCount}async addBelieve(e){let t=Date.now(),n=await this.store.embed(e.content),r,s=e.expiresIn??e.ttlDefault;s&&(r=t+$e(s));let i=this._findSimilarInDraft(n);if(i!==null){let c=this.ops[i],l=e.confidence,m=c.confidence,u={low:0,medium:1,high:2},g=u[l]>u[m]||e.allowDowngrade&&u[l]<u[m];return this.ops[i]={...c,content:e.content,confidence:g?l:m,tags:e.tags.length>0?e.tags:c.tags,expiresAt:r,allowDowngrade:e.allowDowngrade,vector:n},{action:"updated_draft",id:c.existingId??`draft-${i}`}}let a=await this.store.findSimilarBelief(n,this.deduplicationThreshold);if(a){let c=a.belief,l=e.confidence,m=c.confidence,u={low:0,medium:1,high:2},g=u[l]>u[m]||e.allowDowngrade&&u[l]<u[m],w={op:"believe",content:e.content,confidence:g?l:m,tags:e.tags.length>0?e.tags:c.tags,expiresAt:r,allowDowngrade:e.allowDowngrade,createdAt:t,vector:n,existingId:a.id};return this.ops.push(w),{action:"updated_store",id:a.id}}let p={op:"believe",content:e.content,confidence:e.confidence,tags:e.tags,expiresAt:r,allowDowngrade:e.allowDowngrade,createdAt:t,vector:n};return this.ops.push(p),{action:"created",id:`draft-${this.ops.length-1}`}}async addReflect(e){let t;if(e.pinned){let i=this.totalPinnedReflectionCount;if(i>=this.maxPinnedReflections)throw new Error(`[AgentMind] Pinned reflection cap reached (${this.maxPinnedReflections}). Call mind_recall with type:'reflection' and pinned:true to list current pinned reflections, then call mind_unpin_reflection to remove one before adding another.`);i>=this.maxPinnedReflections-2&&(t=`Pinned reflection count is ${i+1} of ${this.maxPinnedReflections}. Review and unpin standing rules that are no longer universally applicable.`)}let n=await this.store.embed(e.content),r={op:"reflect",content:e.content,pinned:e.pinned,tags:e.tags,relatedTo:e.relatedTo,createdAt:Date.now(),vector:n},s=`draft-reflect-${this.ops.length}`;return this.ops.push(r),{id:s,warning:t}}addSetGoal(e){if(this.totalGoalCount>=this.maxGoals)throw new Error(`[AgentMind] Active goal cap reached (${this.maxGoals}). Complete or archive an existing goal before setting a new one.`);let t=e.dueBy?At(e.dueBy):void 0,n={op:"set_goal",tempId:Gt(),description:e.description,priority:e.priority,tags:e.tags,dueBy:t,createdAt:Date.now()};return this.ops.push(n),{id:n.tempId}}addUpdateGoal(e){let t={op:"update_goal",id:e.id,description:e.description,priority:e.priority,progress:e.progress,updatedAt:Date.now()};this.ops.push(t)}addUnpinReflection(e){let t={op:"unpin_reflection",id:e};this.ops.push(t)}async flushClean(){await this._flush(!1)}async flushOnError(){await this._flush(!0)}async _flush(e){let t=Date.now();for(let n of this.ops)if(n.op==="believe"){let r=n;e?r.existingId?await this.store.updateBelief(r.existingId,{content:r.content,confidence:r.confidence,tags:r.tags,expiresAt:r.expiresAt,error:!0},r.vector):await this.store.addBelief({type:"belief",content:r.content,confidence:r.confidence,tags:r.tags,expiresAt:r.expiresAt,error:!0,createdAt:r.createdAt,updatedAt:t},r.vector):r.existingId?await this.store.updateBelief(r.existingId,{content:r.content,confidence:r.confidence,tags:r.tags,expiresAt:r.expiresAt},r.vector):await this.store.addBelief({type:"belief",content:r.content,confidence:r.confidence,tags:r.tags,expiresAt:r.expiresAt,createdAt:r.createdAt,updatedAt:t},r.vector)}else if(n.op==="reflect"){let r=n;await this.store.addReflection({type:"reflection",content:r.content,pinned:r.pinned,tags:r.tags,relatedTo:r.relatedTo,error:e||void 0,createdAt:r.createdAt,updatedAt:t},r.vector)}else if(n.op==="set_goal"){if(!e){let r=n;await this.store.addGoal({type:"goal",description:r.description,priority:r.priority,status:"active",tags:r.tags,dueBy:r.dueBy,progress:[],createdAt:r.createdAt,updatedAt:r.createdAt})}}else if(n.op==="update_goal"){if(!e){let r=n;await this.store.updateGoal(r.id,{description:r.description,priority:r.priority,appendProgress:r.progress})}}else if(n.op==="unpin_reflection"&&!e){let r=n;await this.store.updateReflection(r.id,{pinned:!1})}this.ops=[]}_findSimilarInDraft(e){let t=this.ops.map((n,r)=>({op:n,idx:r})).filter(({op:n})=>n.op==="believe");for(let{op:n,idx:r}of t){let s=n;if(s.vector.length===0)continue;if(bt(e,s.vector)>=this.deduplicationThreshold)return r}return null}}});function Ct(o,e,t){return[Jt(o,t),zt(o,e,t),qt(e,t),Wt(e),Ht(e,t),Kt(o,e),Vt(o)]}function Jt(o,e){return{name:"mind_recall",displayName:"Mind Recall",description:"Search the agent's persistent memory for past beliefs, reflections, and goals. Use mid-task when the current task may have relevant past context not in the header. Reads from committed store only \u2014 writes from the current run are not visible here.",category:"mind",cacheable:!1,parameters:{type:"object",properties:{query:{type:"string",description:"Free-text search query. Used for semantic search on beliefs/reflections and text matching on goals."},type:{type:"string",enum:["belief","reflection","goal","all"],description:"Entry type to search. Default: 'all'"},status:{type:"string",enum:["active","completed"],description:"For goal queries only. Default: 'active'"},tags:{type:"array",items:{type:"string"},description:"Filter to entries that have all of these tags."},pinned:{type:"boolean",description:"When true, return only pinned reflections. For type:'all', applies only to the reflection subset."},includeExpired:{type:"boolean",description:"Whether to include archived (expired) beliefs. Default: false"},threshold:{type:"number",description:"Composite score threshold override for this call (0\u20131). Results below this score are excluded. Silently ignored for goal queries."},limit:{type:"number",description:"Max entries to return. Default: 5"}},required:["query"]},execute:async t=>{let n=String(t.query??""),r=t.type??"all",s=t.status??"active",i=Array.isArray(t.tags)?t.tags.map(String):void 0,a=typeof t.pinned=="boolean"?t.pinned:void 0,p=t.includeExpired===!0,c=typeof t.threshold=="number"?t.threshold:e.retrievalThreshold,l=typeof t.limit=="number"?Math.max(1,Math.floor(t.limit)):5,m=[],g=(r==="belief"||r==="reflection"||r==="all")&&n.trim()?await o.embed(n):null;if(r==="goal"||r==="all"){let w=await o.keywordSearchGoals(n,{limit:l,status:s,tags:i});for(let h of w)m.push(Yt(h))}if(g&&(r==="belief"||r==="all")){let w=await o.queryBeliefs(g,{limit:l,threshold:c,tags:i,includeExpired:p});for(let h of w)m.push(Xt(h))}if(g&&(r==="reflection"||r==="all")){let w=await o.queryReflections(g,{limit:l,threshold:c,tags:i,pinned:a});for(let h of w)m.push(Qt(h))}return m}}}function zt(o,e,t){return{name:"mind_believe",displayName:"Mind Believe",description:"Record a new belief about the operating environment, or update an existing one. Call at the end of a task when you have learned something that should persist across runs. Deduplicates automatically \u2014 if a similar belief already exists above the similarity threshold it is updated in place. Writes are buffered and committed when the task completes cleanly.",category:"mind",parameters:{type:"object",properties:{content:{type:"string",description:"The belief statement."},confidence:{type:"string",enum:["low","medium","high"],description:"Certainty at write time. Default: 'medium'"},tags:{type:"array",items:{type:"string"},description:"Tags for structured filtering via mind_recall."},expiresIn:{type:"string",description:"TTL override, e.g. '30d', '90d'. Overrides the agent default TTL."},allowDowngrade:{type:"boolean",description:"If true, allows confidence downgrade on an existing belief. Default: false."}},required:["content"]},execute:async n=>({status:"ok",...await e.addBelieve({content:String(n.content),confidence:n.confidence??"medium",tags:Array.isArray(n.tags)?n.tags.map(String):[],expiresIn:n.expiresIn?String(n.expiresIn):void 0,allowDowngrade:n.allowDowngrade===!0,ttlDefault:t.ttlDefaults.belief})})}}function qt(o,e){return{name:"mind_reflect",displayName:"Mind Reflect",description:"Log a post-task observation about your own performance. Reflections are append-only and not auto-injected (use pin:true to make a standing rule always shown in the header). Call at the end of a task with something you would do differently next time.",category:"mind",parameters:{type:"object",properties:{content:{type:"string",description:"The post-task observation."},pin:{type:"boolean",description:`If true, marks as a standing rule always shown in the header. Capped at ${e.maxPinnedReflections}. Default: false`},tags:{type:"array",items:{type:"string"},description:"Tags for structured filtering via mind_recall."},relatedTo:{type:"string",description:"Informational context (e.g., a PR number or task ID). Not filterable \u2014 use tags for that."}},required:["content"]},execute:async t=>({status:"ok",...await o.addReflect({content:String(t.content),pinned:t.pin===!0,tags:Array.isArray(t.tags)?t.tags.map(String):[],relatedTo:t.relatedTo?String(t.relatedTo):void 0})})}}function Wt(o){return{name:"mind_unpin_reflection",displayName:"Mind Unpin Reflection",description:"Remove the pin flag from a standing rule reflection. The reflection stays in the store as a regular non-pinned reflection. Use when a pinned rule is no longer universally applicable. Requires the reflection id \u2014 call mind_recall with type:reflection and pinned:true first.",category:"mind",parameters:{type:"object",properties:{id:{type:"string",description:"ID of the pinned reflection to unpin. Obtain via mind_recall."}},required:["id"]},execute:async e=>(o.addUnpinReflection(String(e.id)),{status:"ok"})}}function Ht(o,e){return{name:"mind_set_goal",displayName:"Mind Set Goal",description:`Create a new active goal to track across sessions. No deduplication \u2014 call mind_recall with type:goal first to avoid re-creating existing goals. Goal cap is ${e.maxGoals} active goals; the call is rejected if the cap is reached.`,category:"mind",parameters:{type:"object",properties:{description:{type:"string",description:"The goal statement."},priority:{type:"string",enum:["low","normal","high"],description:"Goal priority. Default: 'normal'"},tags:{type:"array",items:{type:"string"},description:"Tags for filtering via mind_recall."},dueBy:{type:"string",description:"Optional deadline. ISO 8601 date (e.g., '2026-06-01') or duration string (e.g., '30d'). Metadata only \u2014 goals are not auto-archived."}},required:["description"]},execute:async t=>({status:"ok",...o.addSetGoal({description:String(t.description),priority:t.priority??"normal",tags:Array.isArray(t.tags)?t.tags.map(String):[],dueBy:t.dueBy?String(t.dueBy):void 0})})}}function Kt(o,e){return{name:"mind_update_goal",displayName:"Mind Update Goal",description:"Partially update an active goal \u2014 change priority, description, or append a progress note. Does not complete the goal; use mind_complete_goal for that. Requires the goal id \u2014 call mind_recall with type:goal first.",category:"mind",parameters:{type:"object",properties:{id:{type:"string",description:"ID of the goal to update. Obtain via mind_recall."},description:{type:"string",description:"Revised goal description."},priority:{type:"string",enum:["low","normal","high"],description:"Updated priority."},progress:{type:"string",description:"A progress note to append to the goal history. Not a replacement."}},required:["id"]},execute:async t=>(e.addUpdateGoal({id:String(t.id),description:t.description?String(t.description):void 0,priority:t.priority,progress:t.progress?String(t.progress):void 0}),{status:"ok"})}}function Vt(o){return{name:"mind_complete_goal",displayName:"Mind Complete Goal",description:"Mark an active goal as completed and archive it. Commits immediately (does not go through the draft buffer). Completed goals are excluded from the header but remain queryable via mind_recall with status:completed. Requires the goal id \u2014 call mind_recall with type:goal first.",category:"mind",parameters:{type:"object",properties:{id:{type:"string",description:"ID of the goal to complete. Obtain via mind_recall with type:goal."},outcome:{type:"string",description:"Optional summary of what was accomplished."}},required:["id"]},execute:async e=>(await o.completeGoal(String(e.id),e.outcome?String(e.outcome):void 0),{status:"ok"})}}function Yt(o){return{id:o.id,type:"goal",content:o.description,tags:o.tags,createdAt:o.createdAt,updatedAt:o.updatedAt,priority:o.priority,status:o.status,progress:o.progress,outcome:o.outcome,dueBy:o.dueBy}}function Xt(o){return{id:o.id,type:"belief",content:o.content,score:o.score,tags:o.tags,createdAt:o.createdAt,updatedAt:o.updatedAt,confidence:o.confidence,expiresAt:o.expiresAt,error:o.error}}function Qt(o){return{id:o.id,type:"reflection",content:o.content,score:o.score,tags:o.tags,createdAt:o.createdAt,updatedAt:o.updatedAt,pinned:o.pinned,relatedTo:o.relatedTo,error:o.error}}var kt=D(()=>{"use strict";d()});async function Rt(o,e){let[t,n,r,s]=await Promise.all([o.getActiveGoals(),o.getPinnedReflections(),o.getHighConfidenceBeliefs(20),o.getRecentReflections(e.recencyWindowDays,3)]),i=t.map(m=>Zt(m)),a=n.map(m=>`- ${m.content}`),{beliefLines:p,reflectionLines:c}=en(r,s,e.tokenBudget);if(i.length===0&&a.length===0&&p.length===0&&c.length===0)return"";let l=["--- AGENT MIND ---",""];return i.length>0&&(l.push("## Goals"),l.push(...i),l.push("")),a.length>0&&(l.push("## Standing Rules (Pinned)"),l.push(...a),l.push("")),p.length>0&&(l.push("## Beliefs"),l.push(...p),l.push("")),c.length>0&&(l.push("## Recent Reflections"),l.push(...c),l.push("")),l.push("---"),l.join(`
2
- `)}function Zt(o){let e=o.progress[o.progress.length-1],t=`[${o.priority}] ${o.description}`;return e&&(t+=` \u2014 last progress: ${e}`),o.dueBy&&(t+=` (due: ${o.dueBy})`),t}function en(o,e,t){let n=t,r=[],s=[];for(let i of o){let a=`- ${i.content} (${i.confidence} confidence)`,p=je(a);if(p>n)break;r.push(a),n-=p}for(let i of e){let p=`- [${new Date(i.createdAt).toISOString().slice(0,10)}] ${i.content}`,c=je(p);if(c>n)break;s.push(p),n-=c}return{beliefLines:r,reflectionLines:s}}var xt=D(()=>{"use strict";d();Be()});var St={};ft(St,{AgentMind:()=>de});function pn(o,e){let t=Math.min(e.maxGoals??rn,dn),n=Math.min(e.maxPinnedReflections??sn,ln);return{tokenBudget:e.tokenBudget??tn,recencyWindowDays:e.recencyWindowDays??nn,maxGoals:t,maxPinnedReflections:n,deduplicationThreshold:e.deduplicationThreshold??on,retrievalThreshold:e.retrievalThreshold??an,ttlDefaults:{belief:e.ttlDefaults?.belief??cn,reflection:e.ttlDefaults?.reflection},namespace:e.namespace??`mind/${o}`}}var tn,nn,rn,sn,on,an,cn,dn,ln,de,Le=D(()=>{"use strict";d();wt();It();kt();xt();tn=300,nn=7,rn=10,sn=10,on=.85,an=.35,cn="30d",dn=10,ln=10,de=class o{constructor(e,t){this.store=e;this.config=t}store;config;static async create(e,t){let n;if(t.provider)n=t.provider;else{let{PersistentKnowledgeProvider:i}=await import("@toolpack-sdk/knowledge"),a=t.namespace??`mind/${e}`;n=new i({namespace:a})}let r=pn(e,t),s=new ae(n,t.embedder);return await s.initialize(),new o(s,r)}async createRunContext(){let[e,t,n]=await Promise.all([this.store.getActiveGoalCount(),this.store.getPinnedReflectionCount(),Rt(this.store,this.config)]),r=new ce(this.store,this.config.deduplicationThreshold,this.config.maxGoals,this.config.maxPinnedReflections,e,t),s=Ct(this.store,r,this.config);return{mindHeader:n,tools:s,flush:async a=>{a?await r.flushOnError():await r.flushClean()}}}async close(){this.store&&await Promise.resolve()}}});var Fe={};ft(Fe,{EphemeralAgent:()=>le});var le,pe=D(()=>{"use strict";d();B();le=class extends _{name;description;mode;constructor(e,t,n,r){super(r),this.name=e,this.description=t,this.mode=n}async invokeAgent(e){return this.run(e.message??"",void 0,{conversationId:e.conversationId,spawnDepth:e.context?.spawnDepth??0})}}});import{EventEmitter as un}from"events";import{Toolpack as gn,InMemoryConversationStore as mn,AGENT_MODE as ue}from"toolpack-sdk";var _,B=D(()=>{"use strict";d();Se();Te();_e();ee();_=class extends un{provider;model;workflow;mind;delegation;spawn;conversationHistory;assemblerOptions;channels=[];interceptors=[];_registry;_triggeringChannel;_conversationId;_isTriggerChannel;toolpack;_initConfig;_ownedToolpack=!1;_conversationLocks=new Map;_mind;_mindInitPromise;constructor(e){super(),this.conversationHistory=new mn,"toolpack"in e?this.toolpack=e.toolpack:this._initConfig=e}async _ensureToolpack(){if(!this.toolpack){if(!this._initConfig)throw new Error(`[${this.name??"agent"}] Cannot start: no apiKey or toolpack provided`);this.toolpack=await gn.init(this._initConfig),this._ownedToolpack=!0}}async _ensureMind(){this._mind!==void 0||!this.mind||(this._mindInitPromise||(this._mindInitPromise=(async()=>{let{AgentMind:e}=await Promise.resolve().then(()=>(Le(),St));this._mind=await e.create(this.name,this.mind)})().catch(e=>{throw this._mindInitPromise=void 0,e})),await this._mindInitPromise)}async start(){await this._ensureToolpack(),this.mode&&(typeof this.mode=="string"?this.toolpack.setMode(this.mode):(this.toolpack.registerMode(this.mode),this.toolpack.setMode(this.mode.name)));for(let e of this.channels)this._bindChannel(e),e.listen()}async stop(){for(let e of this.channels)"stop"in e&&typeof e.stop=="function"&&await e.stop();this._ownedToolpack&&await this.toolpack.disconnect?.()}isIdle(){return this._conversationLocks.size===0}async run(e,t,n){let r=n?.conversationId??this._conversationId;await this.onBeforeRun({message:e,conversationId:r}),this.emit("agent:start",{message:e}),await this._ensureMind();let s,i="",a=[];if(this._mind){let p=await this._mind.createRunContext();i=p.mindHeader,a=p.tools,s=p.flush}try{typeof this.mode=="string"?this.toolpack.setMode(this.mode):(this.toolpack.registerMode(this.mode),this.toolpack.setMode(this.mode.name));let p=[];if(i&&p.push({role:"system",content:i}),r)try{let u=await ie(this.conversationHistory,r,this.name,this.name,this._resolveAssemblerOptions()),g=u.messages[u.messages.length-1],w=e.trim(),A=w!==""&&g?.role==="user"&&typeof g.content=="string"&&(g.content===w||g.content.endsWith(`: ${w}`))?u.messages.slice(0,-1):u.messages;p.push(...A)}catch{}e.trim()&&p.push({role:"user",content:e});let c=[...a];if(r){let u=this.conversationHistory;c.push({name:"conversation_search",displayName:"Conversation Search",description:"Search past conversation history for specific information, questions, or topics mentioned earlier in this conversation.",category:"search",parameters:{type:"object",properties:{query:{type:"string",description:"Keywords or phrases to search for in conversation history."},limit:{type:"number",description:"Maximum number of results to return (default: 5)."}},required:["query"]},execute:async g=>{let w=await u.search(r,String(g.query??""),{limit:typeof g.limit=="number"?g.limit:5});return{results:w.map(h=>({role:h.participant.kind==="agent"?"assistant":"user",content:h.content,timestamp:h.timestamp})),count:w.length}}})}if(this.delegation?.enabled&&this._registry){let u=this.delegation.allowedAgents,g=this._registry.getAllAgents().filter(w=>w.name!==this.name&&(u===void 0||u.includes(w.name)));if(g.length>0){let w=g.map(A=>A.name),h=g.map(A=>`- ${A.name}: ${A.description}`).join(`
3
- `);this.delegation.mode==="forget"?c.push({name:"delegate_and_forget",displayName:"Delegate and Forget",description:`Hand off the current task to a peer agent. The agent will handle its own delivery (e.g. posting to Slack or GitHub) \u2014 you do not need to relay its response. Call this ONCE, then output an empty string.
1
+ var Ft=Object.defineProperty;var O=(o,e)=>()=>(o&&(e=o(o=0)),e);var At=(o,e)=>{for(var t in e)Ft(o,t,{get:e[t],enumerable:!0})};import Vn from"path";import{fileURLToPath as Xn}from"url";var c=O(()=>{"use strict"});function J(o){return o===K}function ae(){return K}var K,V=O(()=>{"use strict";c();K=Symbol("interceptor-skip-sentinel")});function ce(o,e,t,n,r={}){let s=r.maxInvocationDepth??5;return{async execute(i){let l=(p=>({agent:e,channel:t,registry:n,invocationDepth:p,delegateAndWait:async(g,u)=>{let m=p+1;if(m>s)throw new te(m,s);if(!n)throw new Error(`Cannot delegate to "${g}": agent is running in standalone mode without a registry`);let A=n.getAgent(g);if(!A)throw new Error(`Agent "${g}" not found for delegation`);let v={message:u.message??"",intent:u.intent,data:u.data,context:u.context,conversationId:u.conversationId??i.conversationId??`delegation-${Date.now()}`};return await A.invokeAgent(v)},skip:ae}))(0),d=async p=>{let g=p??i;return await e.invokeAgent(g)};for(let p=o.length-1;p>=0;p--){let g=o[p],u=d;d=async m=>await g(m??i,l,u)}return await d()}}}async function de(o,e){let t=await o.execute(e);return t===K?null:t}var te,Pe=O(()=>{"use strict";c();V();te=class extends Error{constructor(e,t){super(`Invocation depth ${e} exceeds maximum ${t}`),this.name="InvocationDepthExceededError"}}});import{randomUUID as bt}from"crypto";function Ut(o){let e=o.context??{},t=e.channelType;return t==="im"||t==="private"||t==="dm"?"dm":e.threadId!==void 0?"thread":"channel"}function re(o){let e=o.captureAgentReplies??!0,t=o.getScope??Ut,n=o.getMessageId??(i=>i.context?.messageId??i.context?.eventId??bt()),r=o.getMentions??(i=>i.context?.mentions??[]),s=async(i,a,l)=>{let d=i.conversationId;if(!d)return a.logger?.warn("[capture-history] Message has no conversationId \u2014 skipping capture"),await l();let p=i.participant;if(p){let u={id:n(i),conversationId:d,participant:p,content:i.message??"",timestamp:new Date().toISOString(),scope:t(i),metadata:{channelType:i.context?.channelType,threadId:i.context?.threadId,messageId:i.context?.messageId,mentions:r(i),channelName:i.context?.channelName,channelId:i.context?.channelId}};try{await o.store.append(u),o.onCaptured?.(u),a.logger?.debug("[capture-history] Captured inbound message",{messageId:u.id,participantId:p.id,conversationId:d})}catch(m){a.logger?.warn("[capture-history] Failed to store inbound message",{error:m instanceof Error?m.message:String(m)})}}let g=await l();if(e&&!J(g)&&g.output!=null){let u={kind:"agent",id:a.agent.name,displayName:a.agent.name},m={id:bt(),conversationId:d,participant:u,content:g.output,timestamp:new Date().toISOString(),scope:t(i),metadata:{channelType:i.context?.channelType,threadId:i.context?.threadId,channelName:i.context?.channelName,channelId:i.context?.channelId}};try{await o.store.append(m),o.onCaptured?.(m),a.logger?.debug("[capture-history] Captured agent reply",{messageId:m.id,agentId:a.agent.name,conversationId:d})}catch(A){a.logger?.warn("[capture-history] Failed to store agent reply",{error:A instanceof Error?A.message:String(A)})}}return g};return s[ne]=!0,s}var ne,Me=O(()=>{"use strict";c();V();ne=Symbol.for("toolpack:capture-history")});import{randomUUID as Gt}from"crypto";function It(o){return Math.ceil(o.length/4)}function Jt(o){return{id:o.id,participant:o.participant,content:o.content,timestamp:o.timestamp}}function qt(o,e){let{participant:t,content:n}=o;return t.kind==="system"?{role:"system",content:n}:t.kind==="agent"?t.id===e?{role:"assistant",content:n}:{role:"user",content:`${t.displayName??t.id} (agent): ${n}`}:{role:"user",content:`${t.displayName??t.id}: ${n}`}}function zt(o,e,t){return!!(o.participant.id===e||o.metadata?.mentions?.some(n=>t.has(n)))}async function le(o,e,t,n,r={},s){let{scope:i,addressedOnlyMode:a=!0,tokenBudget:l=3e3,rollingSummaryThreshold:d=40,timeWindowMinutes:p,maxTurnsToLoad:g=100,agentAliases:u}=r,m=new Set([t,...u??[]]),A=p!==void 0?new Date(Date.now()-p*60*1e3).toISOString():void 0,v=await o.get(e,{scope:i,sinceTimestamp:A,limit:g}),w=v.length;if(a){let R=new Set;for(let N=0;N<v.length;N++){let k=v[N];if(zt(k,t,m)&&R.add(k.id),N<v.length-1){let D=v[N+1];D.participant.kind==="agent"&&D.participant.id===t&&R.add(k.id)}}let _=v[v.length-1];_&&R.add(_.id),v=v.filter(N=>R.has(N.id))}let b=!1;if(v.length>d&&s){let R=Math.floor(v.length/2),_=v.slice(0,R),N=v.slice(R),k=_.filter(D=>!D.metadata?.isSummary);try{let D=await s.invokeAgent({message:"summarize",data:{turns:k.map(Jt),agentName:n,agentId:t,maxTokens:Math.floor(l*.25),extractDecisions:!0}}),F=JSON.parse(D.output),q={id:`summary-${Gt()}`,conversationId:e,participant:{kind:"system",id:"summarizer"},content:`[Summary of ${F.turnsSummarized} earlier turns]: ${F.summary}`,timestamp:_[0].timestamp,scope:i??"channel",metadata:{isSummary:!0}};v=[q,...N],b=!0;try{await o.append(q),await o.deleteMessages(e,_.map($=>$.id))}catch{}}catch{v=v.slice(-d)}}else v.length>d&&(v=v.slice(-d));let I=v.map(R=>qt(R,t));if(I.length===0)return{messages:[],estimatedTokens:0,turnsLoaded:w,hasSummary:b};let T=I[I.length-1],C=[T],M=It(T.content);for(let R=I.length-2;R>=0;R--){let _=I[R],N=It(_.content);if(M+N>l)break;C.unshift(_),M+=N}return{messages:C,estimatedTokens:M,turnsLoaded:w,hasSummary:b}}var De=O(()=>{"use strict";c()});var x,se=O(()=>{"use strict";c();x=class extends Error{constructor(e){super(e),this.name="AgentError"}}});import{randomUUID as Ne}from"crypto";var Oe,$e,je,Be,Le,h,pe,Ct=O(()=>{"use strict";c();Oe=.6,$e=.2,je=.2,Be={low:.3,medium:.6,high:1},Le=30,h={type:"_type",status:"_status",priority:"_priority",tags:"_tags",progress:"_progress",dueBy:"_dueBy",outcome:"_outcome",confidence:"_confidence",expiresAt:"_expiresAt",pinned:"_pinned",relatedTo:"_relatedTo",error:"_error",createdAt:"_createdAt",updatedAt:"_updatedAt"},pe=class{constructor(e,t){this.provider=e;this.embedder=t;this.zeroVector=new Array(t.dimensions).fill(0)}provider;embedder;zeroVector;async initialize(){await this.provider.validateDimensions(this.embedder.dimensions)}async embed(e){return this.embedder.embed(e)}async embedBatch(e){return this.embedder.embedBatch(e)}async getActiveGoals(){return(await this._getAllByMeta(t=>t[h.type]==="goal"&&t[h.status]==="active")).map(t=>this.chunkToGoal(t)).sort((t,n)=>{let r={high:0,normal:1,low:2},s=r[t.priority]-r[n.priority];return s!==0?s:t.createdAt-n.createdAt})}async getActiveGoalCount(){return(await this._getAllByMeta(t=>t[h.type]==="goal"&&t[h.status]==="active")).length}async getPinnedReflections(){return(await this._getAllByMeta(t=>t[h.type]==="reflection"&&t[h.pinned]===!0)).map(t=>this.chunkToReflection(t))}async getPinnedReflectionCount(){return(await this._getAllByMeta(t=>t[h.type]==="reflection"&&t[h.pinned]===!0)).length}async getHighConfidenceBeliefs(e){let t=Date.now();return(await this._getAllByMeta(r=>r[h.type]==="belief"&&r[h.confidence]==="high"&&!r[h.error]&&!(r[h.expiresAt]&&r[h.expiresAt]<t))).map(r=>{let s=this.chunkToBelief(r),i=(t-s.createdAt)/864e5,l=Math.exp(-i/Le)*$e+Be.high*je+Oe;return{...s,score:l}}).sort((r,s)=>s.score-r.score).slice(0,e)}async getRecentReflections(e,t){let n=Date.now()-e*864e5;return(await this._getAllByMeta(s=>s[h.type]==="reflection"&&!s[h.pinned]&&!s[h.error]&&s[h.createdAt]>=n)).map(s=>this.chunkToReflection(s)).sort((s,i)=>i.createdAt-s.createdAt).slice(0,t)}async keywordSearchGoals(e,t={}){let{limit:n=10,status:r="active",tags:s}=t,i;if(e.trim()&&typeof this.provider.keywordQuery=="function")i=(await this.provider.keywordQuery(e,{limit:n*2,threshold:0,filter:{[h.type]:"goal",[h.status]:r}})).map(l=>this.chunkToGoal(l.chunk));else{let a=r;if(i=(await this._getAllByMeta(d=>d[h.type]==="goal"&&d[h.status]===a)).map(d=>this.chunkToGoal(d)),e.trim()){let d=e.toLowerCase();i=i.filter(p=>p.description.toLowerCase().includes(d))}}return s?.length&&(i=i.filter(a=>s.every(l=>a.tags.includes(l)))),i.slice(0,n)}async queryBeliefs(e,t){let{limit:n=10,threshold:r=0,tags:s,includeExpired:i=!1}=t,a=Date.now(),l=await this.provider.query(e,{limit:n*4,threshold:0,filter:{[h.type]:"belief"}}),d=[];for(let p of l){let g=this.chunkToBelief(p.chunk);if(!i&&g.expiresAt&&g.expiresAt<a||s?.length&&!s.every(w=>g.tags.includes(w)))continue;let u=(a-g.createdAt)/864e5,m=Math.exp(-u/Le),A=g.error?.3:Be[g.confidence],v=p.score*Oe+m*$e+A*je;v<r||d.push({...g,score:v})}return d.sort((p,g)=>g.score-p.score).slice(0,n)}async queryReflections(e,t){let{limit:n=10,threshold:r=0,tags:s,pinned:i}=t,a=Date.now(),l={[h.type]:"reflection"};i===!0&&(l[h.pinned]=!0);let d=await this.provider.query(e,{limit:n*4,threshold:0,filter:l}),p=[];for(let g of d){let u=this.chunkToReflection(g.chunk);if(i===!1&&u.pinned||s?.length&&!s.every(w=>u.tags.includes(w)))continue;let m=(a-u.createdAt)/864e5,A=Math.exp(-m/Le),v=g.score*Oe+A*$e+Be.medium*je;v<r||p.push({...u,score:v})}return p.sort((g,u)=>u.score-g.score).slice(0,n)}async findSimilarBelief(e,t){let n=Date.now(),r=await this.provider.query(e,{limit:5,threshold:t,filter:{[h.type]:"belief"}});for(let s of r){let i=this.chunkToBelief(s.chunk);if(!(i.expiresAt&&i.expiresAt<n))return{id:s.chunk.id,score:s.score,belief:i}}return null}async addGoal(e){let t=Ne();return await this.provider.add([this.goalToChunk({...e,id:t})]),t}async updateGoal(e,t){let n=await this._getById(e);if(!n)throw new Error(`[AgentMind] Goal not found: ${e}`);let r=this.chunkToGoal(n),s={...r,description:t.description??r.description,priority:t.priority??r.priority,status:t.status??r.status,outcome:t.outcome??r.outcome,progress:t.appendProgress?[...r.progress,t.appendProgress]:r.progress,updatedAt:Date.now()};await this.provider.add([this.goalToChunk(s)])}async completeGoal(e,t){let n=await this._getById(e);if(!n)throw new Error(`[AgentMind] Goal not found: ${e}`);let r=this.chunkToGoal(n);await this.provider.add([this.goalToChunk({...r,status:"completed",outcome:t??r.outcome,updatedAt:Date.now()})])}async addBelief(e,t){let n=Ne();return await this.provider.add([this.beliefToChunk({...e,id:n},t)]),n}async updateBelief(e,t,n){let r=await this._getById(e);if(!r)throw new Error(`[AgentMind] Belief not found: ${e}`);let s=this.chunkToBelief(r),i={...s,content:t.content??s.content,confidence:t.confidence??s.confidence,tags:t.tags??s.tags,expiresAt:t.expiresAt!==void 0?t.expiresAt:s.expiresAt,error:t.error??s.error,updatedAt:Date.now()},a=n??r.vector??this.zeroVector;await this.provider.add([this.beliefToChunk(i,a)])}async addReflection(e,t){let n=Ne();return await this.provider.add([this.reflectionToChunk({...e,id:n},t)]),n}async updateReflection(e,t){let n=await this._getById(e);if(!n)throw new Error(`[AgentMind] Reflection not found: ${e}`);let r=this.chunkToReflection(n),s={...r,pinned:t.pinned??r.pinned,error:t.error??r.error,updatedAt:Date.now()};await this.provider.add([this.reflectionToChunk(s,n.vector??this.zeroVector)])}goalToChunk(e){return{id:e.id,content:e.description,metadata:{[h.type]:"goal",[h.status]:e.status,[h.priority]:e.priority,[h.tags]:JSON.stringify(e.tags),[h.progress]:JSON.stringify(e.progress),[h.dueBy]:e.dueBy??"",[h.outcome]:e.outcome??"",[h.createdAt]:e.createdAt,[h.updatedAt]:e.updatedAt},vector:this.zeroVector}}chunkToGoal(e){let t=e.metadata;return{id:e.id,type:"goal",description:e.content,status:t[h.status],priority:t[h.priority],tags:this._parseTags(t[h.tags]),progress:this._parseTags(t[h.progress]),dueBy:t[h.dueBy]||void 0,outcome:t[h.outcome]||void 0,createdAt:t[h.createdAt],updatedAt:t[h.updatedAt]}}beliefToChunk(e,t){return{id:e.id,content:e.content,metadata:{[h.type]:"belief",[h.confidence]:e.confidence,[h.tags]:JSON.stringify(e.tags),[h.expiresAt]:e.expiresAt??0,[h.error]:e.error===!0,[h.createdAt]:e.createdAt,[h.updatedAt]:e.updatedAt},vector:t}}chunkToBelief(e){let t=e.metadata;return{id:e.id,type:"belief",content:e.content,confidence:t[h.confidence],tags:this._parseTags(t[h.tags]),expiresAt:t[h.expiresAt]||void 0,error:t[h.error]||void 0,createdAt:t[h.createdAt],updatedAt:t[h.updatedAt]}}reflectionToChunk(e,t){return{id:e.id,content:e.content,metadata:{[h.type]:"reflection",[h.pinned]:e.pinned,[h.tags]:JSON.stringify(e.tags),[h.relatedTo]:e.relatedTo??"",[h.error]:e.error===!0,[h.createdAt]:e.createdAt,[h.updatedAt]:e.updatedAt},vector:t}}chunkToReflection(e){let t=e.metadata;return{id:e.id,type:"reflection",content:e.content,pinned:t[h.pinned],tags:this._parseTags(t[h.tags]),relatedTo:t[h.relatedTo]||void 0,error:t[h.error]||void 0,createdAt:t[h.createdAt],updatedAt:t[h.updatedAt]}}async _getById(e){let t=await this.provider.getAllChunks?.();return t?t.find(n=>n.id===e)??null:null}async _getAllByMeta(e){return(await this.provider.getAllChunks?.()??[]).filter(n=>e(n.metadata))}_parseTags(e){try{let t=JSON.parse(e);return Array.isArray(t)?t:[]}catch{return[]}}}});function Fe(o){let e=o.match(/^(\d+)(d|h|m|s)$/);if(!e)throw new Error(`Invalid duration format: "${o}". Expected a number followed by d/h/m/s (e.g., "30d", "24h").`);let t=parseInt(e[1],10),n=e[2];return t*{d:864e5,h:36e5,m:6e4,s:1e3}[n]}function kt(o){if(/^\d{4}-\d{2}-\d{2}/.test(o))return o;let e=Fe(o);return new Date(Date.now()+e).toISOString().slice(0,10)}function Rt(o,e){let t=0,n=0,r=0;for(let i=0;i<o.length;i++)t+=o[i]*e[i],n+=o[i]*o[i],r+=e[i]*e[i];let s=Math.sqrt(n)*Math.sqrt(r);return s===0?0:t/s}function Ue(o){return Math.ceil(o.length/4)}var Ge=O(()=>{"use strict";c()});import{randomUUID as Wt}from"crypto";var ue,xt=O(()=>{"use strict";c();Ge();ue=class{constructor(e,t,n,r,s,i,a){this.store=e;this.deduplicationThreshold=t;this.maxGoals=n;this.maxPinnedReflections=r;this.committedGoalCount=s;this.committedPinnedReflectionCount=i;this.inFlightBeliefs=a}store;deduplicationThreshold;maxGoals;maxPinnedReflections;committedGoalCount;committedPinnedReflectionCount;inFlightBeliefs;ops=[];get draftGoalCount(){return this.ops.filter(e=>e.op==="set_goal").length}get draftPinnedReflectionCount(){return this.ops.filter(e=>e.op==="reflect"&&e.pinned).length}get totalGoalCount(){return this.committedGoalCount+this.draftGoalCount}get totalPinnedReflectionCount(){return this.committedPinnedReflectionCount+this.draftPinnedReflectionCount}async addBelieve(e){let t=Date.now(),n=await this.store.embed(e.content),r,s=e.expiresIn??e.ttlDefault;s&&(r=t+Fe(s));let i=this._findSimilarInDraft(n);if(i!==null){let p=this.ops[i],g=e.confidence,u=p.confidence,m={low:0,medium:1,high:2},A=m[g]>m[u]||e.allowDowngrade&&m[g]<m[u];return this.ops[i]={...p,content:e.content,confidence:A?g:u,tags:e.tags.length>0?e.tags:p.tags,expiresAt:r,allowDowngrade:e.allowDowngrade,vector:n},{action:"updated_draft",id:p.existingId??`draft-${i}`}}let a=e.content.trim().toLowerCase();if(this.inFlightBeliefs.has(a))return{action:"updated_draft",id:"in-flight-dedup"};let l=await this.store.findSimilarBelief(n,this.deduplicationThreshold);if(l){let p=l.belief,g=e.confidence,u=p.confidence,m={low:0,medium:1,high:2},A=m[g]>m[u]||e.allowDowngrade&&m[g]<m[u],v={op:"believe",content:e.content,confidence:A?g:u,tags:e.tags.length>0?e.tags:p.tags,expiresAt:r,allowDowngrade:e.allowDowngrade,createdAt:t,vector:n,existingId:l.id};return this.ops.push(v),{action:"updated_store",id:l.id}}this.inFlightBeliefs.add(a);let d={op:"believe",content:e.content,confidence:e.confidence,tags:e.tags,expiresAt:r,allowDowngrade:e.allowDowngrade,createdAt:t,vector:n};return this.ops.push(d),{action:"created",id:`draft-${this.ops.length-1}`}}async addReflect(e){let t;if(e.pinned){let i=this.totalPinnedReflectionCount;if(i>=this.maxPinnedReflections)throw new Error(`[AgentMind] Pinned reflection cap reached (${this.maxPinnedReflections}). Call mind_recall with type:'reflection' and pinned:true to list current pinned reflections, then call mind_unpin_reflection to remove one before adding another.`);i>=this.maxPinnedReflections-2&&(t=`Pinned reflection count is ${i+1} of ${this.maxPinnedReflections}. Review and unpin standing rules that are no longer universally applicable.`)}let n=await this.store.embed(e.content),r={op:"reflect",content:e.content,pinned:e.pinned,tags:e.tags,relatedTo:e.relatedTo,createdAt:Date.now(),vector:n},s=`draft-reflect-${this.ops.length}`;return this.ops.push(r),{id:s,warning:t}}addSetGoal(e){if(this.totalGoalCount>=this.maxGoals)throw new Error(`[AgentMind] Active goal cap reached (${this.maxGoals}). Complete or archive an existing goal before setting a new one.`);let t=e.dueBy?kt(e.dueBy):void 0,n={op:"set_goal",tempId:Wt(),description:e.description,priority:e.priority,tags:e.tags,dueBy:t,createdAt:Date.now()};return this.ops.push(n),{id:n.tempId}}addUpdateGoal(e){let t={op:"update_goal",id:e.id,description:e.description,priority:e.priority,progress:e.progress,updatedAt:Date.now()};this.ops.push(t)}addUnpinReflection(e){let t={op:"unpin_reflection",id:e};this.ops.push(t)}async flushClean(){await this._flush(!1)}async flushOnError(){await this._flush(!0)}async _flush(e){let t=Date.now();for(let n of this.ops)if(n.op==="believe"){let r=n;this.inFlightBeliefs.delete(r.content.trim().toLowerCase()),e?r.existingId?await this.store.updateBelief(r.existingId,{content:r.content,confidence:r.confidence,tags:r.tags,expiresAt:r.expiresAt,error:!0},r.vector):await this.store.addBelief({type:"belief",content:r.content,confidence:r.confidence,tags:r.tags,expiresAt:r.expiresAt,error:!0,createdAt:r.createdAt,updatedAt:t},r.vector):r.existingId?await this.store.updateBelief(r.existingId,{content:r.content,confidence:r.confidence,tags:r.tags,expiresAt:r.expiresAt},r.vector):await this.store.addBelief({type:"belief",content:r.content,confidence:r.confidence,tags:r.tags,expiresAt:r.expiresAt,createdAt:r.createdAt,updatedAt:t},r.vector)}else if(n.op==="reflect"){let r=n;if(r.pinned&&await this.store.getPinnedReflectionCount()>=this.maxPinnedReflections){console.warn(`[AgentMind] pinned reflection cap (${this.maxPinnedReflections}) reached at flush \u2014 dropping`);continue}await this.store.addReflection({type:"reflection",content:r.content,pinned:r.pinned,tags:r.tags,relatedTo:r.relatedTo,error:e||void 0,createdAt:r.createdAt,updatedAt:t},r.vector)}else if(n.op==="set_goal"){if(!e){if(await this.store.getActiveGoalCount()>=this.maxGoals){console.warn(`[AgentMind] goal cap (${this.maxGoals}) reached at flush \u2014 dropping goal`);continue}let s=n;await this.store.addGoal({type:"goal",description:s.description,priority:s.priority,status:"active",tags:s.tags,dueBy:s.dueBy,progress:[],createdAt:s.createdAt,updatedAt:s.createdAt})}}else if(n.op==="update_goal"){if(!e){let r=n;await this.store.updateGoal(r.id,{description:r.description,priority:r.priority,appendProgress:r.progress})}}else if(n.op==="unpin_reflection"&&!e){let r=n;await this.store.updateReflection(r.id,{pinned:!1})}this.ops=[]}_findSimilarInDraft(e){let t=this.ops.map((n,r)=>({op:n,idx:r})).filter(({op:n})=>n.op==="believe");for(let{op:n,idx:r}of t){let s=n;if(s.vector.length===0)continue;if(Rt(e,s.vector)>=this.deduplicationThreshold)return r}return null}}});function St(o,e,t){return[Ht(o,t),Kt(o,e,t),Vt(e,t),Yt(e),Xt(e,t),Qt(o,e),Zt(o)]}function Ht(o,e){return{name:"mind_recall",displayName:"Mind Recall",description:"Search the agent's persistent memory for past beliefs, reflections, and goals. Use mid-task when the current task may have relevant past context not in the header. Reads from committed store only \u2014 writes from the current run are not visible here.",category:"mind",cacheable:!1,parameters:{type:"object",properties:{query:{type:"string",description:"Free-text search query. Used for semantic search on beliefs/reflections and text matching on goals."},type:{type:"string",enum:["belief","reflection","goal","all"],description:"Entry type to search. Default: 'all'"},status:{type:"string",enum:["active","completed"],description:"For goal queries only. Default: 'active'"},tags:{type:"array",items:{type:"string"},description:"Filter to entries that have all of these tags."},pinned:{type:"boolean",description:"When true, return only pinned reflections. For type:'all', applies only to the reflection subset."},includeExpired:{type:"boolean",description:"Whether to include archived (expired) beliefs. Default: false"},threshold:{type:"number",description:"Composite score threshold override for this call (0\u20131). Results below this score are excluded. Silently ignored for goal queries."},limit:{type:"number",description:"Max entries to return. Default: 5"}},required:["query"]},execute:async t=>{let n=String(t.query??""),r=t.type??"all",s=t.status??"active",i=Array.isArray(t.tags)?t.tags.map(String):void 0,a=typeof t.pinned=="boolean"?t.pinned:void 0,l=t.includeExpired===!0,d=typeof t.threshold=="number"?t.threshold:e.retrievalThreshold,p=typeof t.limit=="number"?Math.max(1,Math.floor(t.limit)):5,g=[],m=(r==="belief"||r==="reflection"||r==="all")&&n.trim()?await o.embed(n):null;if(r==="goal"||r==="all"){let A=await o.keywordSearchGoals(n,{limit:p,status:s,tags:i});for(let v of A)g.push(en(v))}if(m&&(r==="belief"||r==="all")){let A=await o.queryBeliefs(m,{limit:p,threshold:d,tags:i,includeExpired:l});for(let v of A)g.push(tn(v))}if(m&&(r==="reflection"||r==="all")){let A=await o.queryReflections(m,{limit:p,threshold:d,tags:i,pinned:a});for(let v of A)g.push(nn(v))}return g}}}function Kt(o,e,t){return{name:"mind_believe",displayName:"Mind Believe",description:"Record a new belief about the operating environment, or update an existing one. Call at the end of a task when you have learned something that should persist across runs. Deduplicates automatically \u2014 if a similar belief already exists above the similarity threshold it is updated in place. Writes are buffered and committed when the task completes cleanly.",category:"mind",parameters:{type:"object",properties:{content:{type:"string",description:"The belief statement."},confidence:{type:"string",enum:["low","medium","high"],description:"Certainty at write time. Default: 'medium'"},tags:{type:"array",items:{type:"string"},description:"Tags for structured filtering via mind_recall."},expiresIn:{type:"string",description:"TTL override, e.g. '30d', '90d'. Overrides the agent default TTL."},allowDowngrade:{type:"boolean",description:"If true, allows confidence downgrade on an existing belief. Default: false."}},required:["content"]},execute:async n=>({status:"ok",...await e.addBelieve({content:String(n.content),confidence:n.confidence??"medium",tags:Array.isArray(n.tags)?n.tags.map(String):[],expiresIn:n.expiresIn?String(n.expiresIn):void 0,allowDowngrade:n.allowDowngrade===!0,ttlDefault:t.ttlDefaults.belief})})}}function Vt(o,e){return{name:"mind_reflect",displayName:"Mind Reflect",description:"Log a post-task observation about your own performance. Reflections are append-only and not auto-injected (use pin:true to make a standing rule always shown in the header). Call at the end of a task with something you would do differently next time.",category:"mind",parameters:{type:"object",properties:{content:{type:"string",description:"The post-task observation."},pin:{type:"boolean",description:`If true, marks as a standing rule always shown in the header. Capped at ${e.maxPinnedReflections}. Default: false`},tags:{type:"array",items:{type:"string"},description:"Tags for structured filtering via mind_recall."},relatedTo:{type:"string",description:"Informational context (e.g., a PR number or task ID). Not filterable \u2014 use tags for that."}},required:["content"]},execute:async t=>({status:"ok",...await o.addReflect({content:String(t.content),pinned:t.pin===!0,tags:Array.isArray(t.tags)?t.tags.map(String):[],relatedTo:t.relatedTo?String(t.relatedTo):void 0})})}}function Yt(o){return{name:"mind_unpin_reflection",displayName:"Mind Unpin Reflection",description:"Remove the pin flag from a standing rule reflection. The reflection stays in the store as a regular non-pinned reflection. Use when a pinned rule is no longer universally applicable. Requires the reflection id \u2014 call mind_recall with type:reflection and pinned:true first.",category:"mind",parameters:{type:"object",properties:{id:{type:"string",description:"ID of the pinned reflection to unpin. Obtain via mind_recall."}},required:["id"]},execute:async e=>(o.addUnpinReflection(String(e.id)),{status:"ok"})}}function Xt(o,e){return{name:"mind_set_goal",displayName:"Mind Set Goal",description:`Create a new active goal to track across sessions. No deduplication \u2014 call mind_recall with type:goal first to avoid re-creating existing goals. Goal cap is ${e.maxGoals} active goals; the call is rejected if the cap is reached.`,category:"mind",parameters:{type:"object",properties:{description:{type:"string",description:"The goal statement."},priority:{type:"string",enum:["low","normal","high"],description:"Goal priority. Default: 'normal'"},tags:{type:"array",items:{type:"string"},description:"Tags for filtering via mind_recall."},dueBy:{type:"string",description:"Optional deadline. ISO 8601 date (e.g., '2026-06-01') or duration string (e.g., '30d'). Metadata only \u2014 goals are not auto-archived."}},required:["description"]},execute:async t=>({status:"ok",...o.addSetGoal({description:String(t.description),priority:t.priority??"normal",tags:Array.isArray(t.tags)?t.tags.map(String):[],dueBy:t.dueBy?String(t.dueBy):void 0})})}}function Qt(o,e){return{name:"mind_update_goal",displayName:"Mind Update Goal",description:"Partially update an active goal \u2014 change priority, description, or append a progress note. Does not complete the goal; use mind_complete_goal for that. Requires the goal id \u2014 call mind_recall with type:goal first.",category:"mind",parameters:{type:"object",properties:{id:{type:"string",description:"ID of the goal to update. Obtain via mind_recall."},description:{type:"string",description:"Revised goal description."},priority:{type:"string",enum:["low","normal","high"],description:"Updated priority."},progress:{type:"string",description:"A progress note to append to the goal history. Not a replacement."}},required:["id"]},execute:async t=>(e.addUpdateGoal({id:String(t.id),description:t.description?String(t.description):void 0,priority:t.priority,progress:t.progress?String(t.progress):void 0}),{status:"ok"})}}function Zt(o){return{name:"mind_complete_goal",displayName:"Mind Complete Goal",description:"Mark an active goal as completed and archive it. Commits immediately (does not go through the draft buffer). Completed goals are excluded from the header but remain queryable via mind_recall with status:completed. Requires the goal id \u2014 call mind_recall with type:goal first.",category:"mind",parameters:{type:"object",properties:{id:{type:"string",description:"ID of the goal to complete. Obtain via mind_recall with type:goal."},outcome:{type:"string",description:"Optional summary of what was accomplished."}},required:["id"]},execute:async e=>(await o.completeGoal(String(e.id),e.outcome?String(e.outcome):void 0),{status:"ok"})}}function en(o){return{id:o.id,type:"goal",content:o.description,tags:o.tags,createdAt:o.createdAt,updatedAt:o.updatedAt,priority:o.priority,status:o.status,progress:o.progress,outcome:o.outcome,dueBy:o.dueBy}}function tn(o){return{id:o.id,type:"belief",content:o.content,score:o.score,tags:o.tags,createdAt:o.createdAt,updatedAt:o.updatedAt,confidence:o.confidence,expiresAt:o.expiresAt,error:o.error}}function nn(o){return{id:o.id,type:"reflection",content:o.content,score:o.score,tags:o.tags,createdAt:o.createdAt,updatedAt:o.updatedAt,pinned:o.pinned,relatedTo:o.relatedTo,error:o.error}}var Tt=O(()=>{"use strict";c()});async function _t(o,e){let[t,n,r,s]=await Promise.all([o.getActiveGoals(),o.getPinnedReflections(),o.getHighConfidenceBeliefs(20),o.getRecentReflections(e.recencyWindowDays,3)]),i=t.map(g=>rn(g)),a=n.map(g=>`- ${g.content}`),{beliefLines:l,reflectionLines:d}=sn(r,s,e.tokenBudget);if(i.length===0&&a.length===0&&l.length===0&&d.length===0)return"";let p=["--- AGENT MIND ---",""];return i.length>0&&(p.push("## Goals"),p.push(...i),p.push("")),a.length>0&&(p.push("## Standing Rules (Pinned)"),p.push(...a),p.push("")),l.length>0&&(p.push("## Beliefs"),p.push(...l),p.push("")),d.length>0&&(p.push("## Recent Reflections"),p.push(...d),p.push("")),p.push("---"),p.join(`
2
+ `)}function rn(o){let e=o.progress[o.progress.length-1],t=`[${o.priority}] ${o.description}`;return e&&(t+=` \u2014 last progress: ${e}`),o.dueBy&&(t+=` (due: ${o.dueBy})`),t}function sn(o,e,t){let n=t,r=[],s=[];for(let i of o){let a=`- ${i.content} (${i.confidence} confidence)`,l=Ue(a);if(l>n)break;r.push(a),n-=l}for(let i of e){let l=`- [${new Date(i.createdAt).toISOString().slice(0,10)}] ${i.content}`,d=Ue(l);if(d>n)break;s.push(l),n-=d}return{beliefLines:r,reflectionLines:s}}var Et=O(()=>{"use strict";c();Ge()});var Pt={};At(Pt,{AgentMind:()=>ge});function hn(o,e){let t=Math.min(e.maxGoals??cn,gn),n=Math.min(e.maxPinnedReflections??dn,mn);return{tokenBudget:e.tokenBudget??on,recencyWindowDays:e.recencyWindowDays??an,maxGoals:t,maxPinnedReflections:n,deduplicationThreshold:e.deduplicationThreshold??ln,retrievalThreshold:e.retrievalThreshold??pn,ttlDefaults:{belief:e.ttlDefaults?.belief??un,reflection:e.ttlDefaults?.reflection},namespace:e.namespace??`mind/${o}`}}var on,an,cn,dn,ln,pn,un,gn,mn,ge,Je=O(()=>{"use strict";c();Ct();xt();Tt();Et();on=300,an=7,cn=10,dn=10,ln=.85,pn=.35,un="30d",gn=10,mn=10,ge=class o{constructor(e,t){this.store=e;this.config=t}store;config;_inFlightBeliefs=new Set;static async create(e,t){let n;if(t.provider)n=t.provider;else{let{PersistentKnowledgeProvider:i}=await import("@toolpack-sdk/knowledge"),a=t.namespace??`mind/${e}`;n=new i({namespace:a})}let r=hn(e,t),s=new pe(n,t.embedder);return await s.initialize(),new o(s,r)}async createRunContext(){let[e,t,n]=await Promise.all([this.store.getActiveGoalCount(),this.store.getPinnedReflectionCount(),_t(this.store,this.config)]),r=new ue(this.store,this.config.deduplicationThreshold,this.config.maxGoals,this.config.maxPinnedReflections,e,t,this._inFlightBeliefs),s=St(this.store,r,this.config);return{mindHeader:n,tools:s,flush:async a=>{a?await r.flushOnError():await r.flushClean()}}}async close(){this.store&&await Promise.resolve()}}});var qe={};At(qe,{EphemeralAgent:()=>me});var me,he=O(()=>{"use strict";c();L();me=class extends P{name;description;mode;constructor(e,t,n,r){super(r),this.name=e,this.description=t,this.mode=n}async invokeAgent(e){return this.run(e.message??"",void 0,{conversationId:e.conversationId,spawnDepth:e.context?.spawnDepth??0})}}});import{EventEmitter as fn}from"events";import{AsyncLocalStorage as yn}from"async_hooks";import{Toolpack as vn,InMemoryConversationStore as wn,AGENT_MODE as fe}from"toolpack-sdk";var P,L=O(()=>{"use strict";c();Pe();Me();De();se();P=class extends fn{provider;model;workflow;mind;delegation;spawn;conversationHistory;assemblerOptions;channels=[];interceptors=[];_registry;_triggeringChannel;_conversationId;_isTriggerChannel;toolpack;_initConfig;_ownedToolpack=!1;_conversationLocks=new Map;_mind;_mindInitPromise;_channelCtx=new yn;_ctx(){return this._channelCtx.getStore()}constructor(e){super(),this.conversationHistory=new wn,"toolpack"in e?this.toolpack=e.toolpack:this._initConfig=e}async _ensureToolpack(){if(!this.toolpack){if(!this._initConfig)throw new Error(`[${this.name??"agent"}] Cannot start: no apiKey or toolpack provided`);this.toolpack=await vn.init(this._initConfig),this._ownedToolpack=!0}}async _ensureMind(){this._mind!==void 0||!this.mind||(this._mindInitPromise||(this._mindInitPromise=(async()=>{let{AgentMind:e}=await Promise.resolve().then(()=>(Je(),Pt));this._mind=await e.create(this.name,this.mind)})().catch(e=>{throw this._mindInitPromise=void 0,e})),await this._mindInitPromise)}async start(){await this._ensureToolpack(),this.mode&&(typeof this.mode=="string"?this.toolpack.setMode(this.mode):(this.toolpack.registerMode(this.mode),this.toolpack.setMode(this.mode.name)));for(let e of this.channels)this._bindChannel(e),e.listen()}async stop(){for(let e of this.channels)"stop"in e&&typeof e.stop=="function"&&await e.stop();this._ownedToolpack&&await this.toolpack.disconnect?.()}isIdle(){return this._conversationLocks.size===0}async run(e,t,n){let r=n?.conversationId??this._ctx()?.conversationId??this._conversationId;await this.onBeforeRun({message:e,conversationId:r}),this.emit("agent:start",{message:e}),await this._ensureMind();let s,i="",a=[];if(this._mind){let l=await this._mind.createRunContext();i=l.mindHeader,a=l.tools,s=l.flush}try{typeof this.mode!="string"&&this.toolpack.registerMode(this.mode);let l=[];if(i&&l.push({role:"system",content:i}),r)try{let w=await le(this.conversationHistory,r,this.name,this.name,this._resolveAssemblerOptions()),b=w.messages[w.messages.length-1],I=e.trim(),C=I!==""&&b?.role==="user"&&typeof b.content=="string"&&(b.content===I||b.content.endsWith(`: ${I}`))?w.messages.slice(0,-1):w.messages;l.push(...C)}catch{}e.trim()&&l.push({role:"user",content:e});let d=[...a];if(r){let w=this.conversationHistory;d.push({name:"conversation_search",displayName:"Conversation Search",description:"Search past conversation history for specific information, questions, or topics mentioned earlier in this conversation.",category:"search",parameters:{type:"object",properties:{query:{type:"string",description:"Keywords or phrases to search for in conversation history."},limit:{type:"number",description:"Maximum number of results to return (default: 5)."}},required:["query"]},execute:async b=>{let I=await w.search(r,String(b.query??""),{limit:typeof b.limit=="number"?b.limit:5});return{results:I.map(T=>({role:T.participant.kind==="agent"?"assistant":"user",content:T.content,timestamp:T.timestamp})),count:I.length}}})}if(this.delegation?.enabled&&this._registry){let w=this.delegation.allowedAgents,b=this._registry.getAllAgents().filter(I=>I.name!==this.name&&(w===void 0||w.includes(I.name)));if(b.length>0){let I=b.map(C=>C.name),T=b.map(C=>`- ${C.name}: ${C.description}`).join(`
3
+ `);this.delegation.mode==="forget"?d.push({name:"delegate_and_forget",displayName:"Delegate and Forget",description:`Hand off the current task to a peer agent. The agent will handle its own delivery (e.g. posting to Slack or GitHub) \u2014 you do not need to relay its response. Call this ONCE, then output an empty string.
4
4
 
5
5
  Available agents:
6
- ${h}`,category:"agent",parameters:{type:"object",properties:{agent:{type:"string",enum:w,description:"Name of the agent to delegate to."},message:{type:"string",description:"The task or message to pass to the agent."}},required:["agent","message"]},execute:async A=>{let b=String(A.agent),S=String(A.message??"");return this._registry.invoke(b,{message:S,conversationId:r,context:{delegatedBy:this.name}}).catch(N=>{console.error(`[${this.name}] delegate_and_forget to ${b} failed:`,N)}),{status:"delegated",agent:b}}}):c.push({name:"delegate_to_agent",displayName:"Delegate to Agent",description:`Hand off the current task to a peer agent and return its result. Use when the task falls outside your own specialisation.
6
+ ${T}`,category:"agent",parameters:{type:"object",properties:{agent:{type:"string",enum:I,description:"Name of the agent to delegate to."},message:{type:"string",description:"The task or message to pass to the agent."}},required:["agent","message"]},execute:async C=>{let M=String(C.agent),R=String(C.message??"");return this._registry.invoke(M,{message:R,conversationId:r,context:{delegatedBy:this.name}}).catch(_=>{console.error(`[${this.name}] delegate_and_forget to ${M} failed:`,_)}),{status:"delegated",agent:M}}}):d.push({name:"delegate_to_agent",displayName:"Delegate to Agent",description:`Hand off the current task to a peer agent and return its result. Use when the task falls outside your own specialisation.
7
7
 
8
8
  Available agents:
9
- ${h}`,category:"agent",parameters:{type:"object",properties:{agent:{type:"string",enum:w,description:"Name of the agent to delegate to."},message:{type:"string",description:"The task or message to pass to the agent."}},required:["agent","message"]},execute:async A=>{let b=String(A.agent),S=String(A.message??""),N=await this._registry.invoke(b,{message:S,conversationId:r,context:{delegatedBy:this.name}});return{...N,output:`[Response from ${b} \u2014 task complete]
9
+ ${T}`,category:"agent",parameters:{type:"object",properties:{agent:{type:"string",enum:I,description:"Name of the agent to delegate to."},message:{type:"string",description:"The task or message to pass to the agent."}},required:["agent","message"]},execute:async C=>{let M=String(C.agent),R=String(C.message??""),_=await this._registry.invoke(M,{message:R,conversationId:r,context:{delegatedBy:this.name}});return{..._,output:`[Response from ${M} \u2014 task complete]
10
10
 
11
- ${N.output}`}}})}}if(this.spawn?.enabled&&this.spawn.templates.length>0){let u=n?.spawnDepth??0,g=this.spawn,w=g.maxDepth??3;if(u<w){let h=g.templates,A=h.some(I=>I.name==="self"),b=h.some(I=>I.allowPromptAddition),S=h.filter(I=>I.name!=="self").map(I=>`- ${I.name}: ${I.description}`).join(`
12
- `),N=A?`Use template name "self" to spawn a replica of the current agent.
13
- `:"",G=b?{systemPromptAddition:{type:"string",description:"Optional extra instructions appended to the template's system prompt (only honoured by templates that allow it)."}}:{};c.push({name:"spawn_agent",displayName:"Spawn Agent",description:`Instantiate a temporary helper agent for a focused sub-task. The agent runs once, returns its result, then is discarded.
11
+ ${_.output}`}}})}}if(this.spawn?.enabled&&this.spawn.templates.length>0){let w=n?.spawnDepth??0,b=this.spawn,I=b.maxDepth??3;if(w<I){let T=b.templates,C=T.some(k=>k.name==="self"),M=T.some(k=>k.allowPromptAddition),R=T.filter(k=>k.name!=="self").map(k=>`- ${k.name}: ${k.description}`).join(`
12
+ `),_=C?`Use template name "self" to spawn a replica of the current agent.
13
+ `:"",N=M?{systemPromptAddition:{type:"string",description:"Optional extra instructions appended to the template's system prompt (only honoured by templates that allow it)."}}:{};d.push({name:"spawn_agent",displayName:"Spawn Agent",description:`Instantiate a temporary helper agent for a focused sub-task. The agent runs once, returns its result, then is discarded.
14
14
 
15
15
  Available templates:
16
- ${S}
17
- `+N+`Spawn depth: ${u}/${w}`,category:"agent",parameters:{type:"object",properties:{template:{type:"string",description:A?'Template name to spawn, or "self" for a self-replica.':"Template name to spawn."},task:{type:"string",description:"The specific task message for the spawned agent."},...G},required:["template","task"]},execute:async I=>{let C=String(I.template),E=String(I.task??""),T,M,P,O,k=h.find($=>$.name===C);if(!k)throw new Error(`Unknown spawn template: "${C}"`);let F=k.allowPromptAddition&&I.systemPromptAddition?`
16
+ ${R}
17
+ `+_+`Spawn depth: ${w}/${I}`,category:"agent",parameters:{type:"object",properties:{template:{type:"string",description:C?'Template name to spawn, or "self" for a self-replica.':"Template name to spawn."},task:{type:"string",description:"The specific task message for the spawned agent."},...N},required:["template","task"]},execute:async k=>{let D=String(k.template),F=String(k.task??""),q,$,U,G,E=T.find(j=>j.name===D);if(!E)throw new Error(`Unknown spawn template: "${D}"`);let Q=E.allowPromptAddition&&k.systemPromptAddition?`
18
18
 
19
- ${String(I.systemPromptAddition)}`:"";if(C==="self"){let $=typeof this.mode=="string"?{...ue,name:this.mode}:this.mode,z=k.systemPrompt(E);T={...$,name:`${$.name}-replica-${Date.now()}`,systemPrompt:($.systemPrompt??"")+(z?`
19
+ ${String(k.systemPromptAddition)}`:"";if(D==="self"){let j=typeof this.mode=="string"?{...fe,name:this.mode}:this.mode,H=E.systemPrompt(F);q={...j,name:`${j.name}-replica-${Date.now()}`,systemPrompt:(j.systemPrompt??"")+(H?`
20
20
 
21
- ${z}`:"")+F},M=`${this.name}-replica`,P=this.description,O=this.model}else T={...ue,name:`ephemeral-${k.name}-${Date.now()}`,systemPrompt:k.systemPrompt(E)+F},M=k.name,P=k.description,O=k.model;let{EphemeralAgent:V}=await Promise.resolve().then(()=>(pe(),Fe)),U=new V(M,P,T,{toolpack:this.toolpack});O&&(U.model=O),U.spawn={...g};let J=await U.invokeAgent({message:E,conversationId:`spawn-${Date.now()}`,context:{spawnedBy:this.name,spawnDepth:u+1}});return{output:J.output,spawnedTemplate:C,depth:u+1,metadata:J.metadata}}}),c.push({name:"spawn_agents_parallel",displayName:"Spawn Agents in Parallel",description:`Instantiate multiple helper agents simultaneously and wait for all to finish. Use when sub-tasks are independent and can run concurrently.
21
+ ${H}`:"")+Q},$=`${this.name}-replica`,U=this.description,G=this.model}else q={...fe,name:`ephemeral-${E.name}-${Date.now()}`,systemPrompt:E.systemPrompt(F)+Q},$=E.name,U=E.description,G=E.model;let{EphemeralAgent:Z}=await Promise.resolve().then(()=>(he(),qe)),z=new Z($,U,q,{toolpack:this.toolpack});G&&(z.model=G),z.spawn={...b};let W=await z.invokeAgent({message:F,conversationId:`spawn-${Date.now()}`,context:{spawnedBy:this.name,spawnDepth:w+1}});return{output:W.output,spawnedTemplate:D,depth:w+1,metadata:W.metadata}}}),d.push({name:"spawn_agents_parallel",displayName:"Spawn Agents in Parallel",description:`Instantiate multiple helper agents simultaneously and wait for all to finish. Use when sub-tasks are independent and can run concurrently.
22
22
 
23
23
  Available templates:
24
- ${S}
25
- `+N+`Spawn depth: ${u}/${w}`,category:"agent",parameters:{type:"object",properties:{tasks:{type:"array",description:"List of agents to spawn in parallel.",items:{type:"object",properties:{template:{type:"string",description:A?'Template name to spawn, or "self" for a self-replica.':"Template name to spawn."},task:{type:"string",description:"The specific task message for this agent."},...b?{systemPromptAddition:{type:"string",description:"Optional extra instructions appended to the template's system prompt (only honoured by templates that allow it)."}}:{}},required:["template","task"]}}},required:["tasks"]},execute:async I=>{let C=I.tasks;if(!Array.isArray(C)||C.length===0)throw new Error("spawn_agents_parallel requires at least one task.");let{EphemeralAgent:E}=await Promise.resolve().then(()=>(pe(),Fe));return{results:await Promise.all(C.map(async M=>{let P=String(M.template),O=String(M.task??""),k=h.find(Y=>Y.name===P);if(!k)throw new Error(`Unknown spawn template: "${P}"`);let F=k.allowPromptAddition&&M.systemPromptAddition?`
24
+ ${R}
25
+ `+_+`Spawn depth: ${w}/${I}`,category:"agent",parameters:{type:"object",properties:{tasks:{type:"array",description:"List of agents to spawn in parallel.",items:{type:"object",properties:{template:{type:"string",description:C?'Template name to spawn, or "self" for a self-replica.':"Template name to spawn."},task:{type:"string",description:"The specific task message for this agent."},...M?{systemPromptAddition:{type:"string",description:"Optional extra instructions appended to the template's system prompt (only honoured by templates that allow it)."}}:{}},required:["template","task"]}}},required:["tasks"]},execute:async k=>{let D=k.tasks;if(!Array.isArray(D)||D.length===0)throw new Error("spawn_agents_parallel requires at least one task.");let{EphemeralAgent:F}=await Promise.resolve().then(()=>(he(),qe));return{results:await Promise.all(D.map(async $=>{let U=String($.template),G=String($.task??""),E=T.find(ee=>ee.name===U);if(!E)throw new Error(`Unknown spawn template: "${U}"`);let Q=E.allowPromptAddition&&$.systemPromptAddition?`
26
26
 
27
- ${String(M.systemPromptAddition)}`:"",V,U,J,$;if(P==="self"){let Y=typeof this.mode=="string"?{...ue,name:this.mode}:this.mode,ht=k.systemPrompt(O);V={...Y,name:`${Y.name}-replica-${Date.now()}`,systemPrompt:(Y.systemPrompt??"")+(ht?`
27
+ ${String($.systemPromptAddition)}`:"",Z,z,W,j;if(U==="self"){let ee=typeof this.mode=="string"?{...fe,name:this.mode}:this.mode,wt=E.systemPrompt(G);Z={...ee,name:`${ee.name}-replica-${Date.now()}`,systemPrompt:(ee.systemPrompt??"")+(wt?`
28
28
 
29
- ${ht}`:"")+F},U=`${this.name}-replica`,J=this.description,$=this.model}else V={...ue,name:`ephemeral-${k.name}-${Date.now()}`,systemPrompt:k.systemPrompt(O)+F},U=k.name,J=k.description,$=k.model;let z=new E(U,J,V,{toolpack:this.toolpack});$&&(z.model=$),z.spawn={...g};let mt=await z.invokeAgent({message:O,conversationId:`spawn-${Date.now()}`,context:{spawnedBy:this.name,spawnDepth:u+1}});return{output:mt.output,spawnedTemplate:P,depth:u+1,metadata:mt.metadata}}))}}})}}let l=await this.toolpack.generate({messages:p,model:this.model||"",requestTools:c.length>0?c:void 0,maxToolRounds:t?.maxToolRounds,mode:this.mode},this.provider),m={output:l.content||"",steps:this.extractSteps(l),metadata:l.usage?{usage:l.usage}:void 0};return await this.onComplete(m),s&&await s(!1),this.emit("agent:complete",m),m}catch(p){throw s&&s(!0).catch(c=>{console.error(`[${this.name??"agent"}][AgentMind] Draft buffer flush on error failed:`,c)}),await this.onError(p),this.emit("agent:error",p),p}}getAgentAliases(){let e=[];for(let t of this.channels){let n=t.botUserId;n&&e.push(n)}return e}async sendTo(e,t){if(!this._registry)throw new Error("Agent not registered - _registry not set");await this._registry.sendTo(e,{output:t})}async ask(e,t){if(!this._registry)throw new R("Agent not registered - cannot use ask()");if(!this._conversationId)throw new R("No conversationId available - ask() requires a conversation channel");if(this._isTriggerChannel)throw new R("this.ask() called from a trigger channel (ScheduledChannel). Trigger channels have no human recipient \u2014 use a conversation channel (Slack, Telegram, Webhook) instead.");if(!this._triggeringChannel||this._triggeringChannel.trim()==="")throw new R("Cannot use ask() - no triggering channel available. The channel must have a name registered with AgentRegistry.");let n=this._registry.addPendingAsk({conversationId:this._conversationId,agentName:this.name,question:e,context:t?.context??{},maxRetries:t?.maxRetries??2,expiresAt:t?.expiresIn?new Date(Date.now()+t.expiresIn):void 0,channelName:this._triggeringChannel});return await this.sendTo(this._triggeringChannel,e),{output:e,metadata:{waitingForHuman:!0,askId:n.id}}}getPendingAsk(e){if(!this._registry)return null;let t=e??this._conversationId;return t?this._registry.getPendingAsk(t)??null:null}async resolvePendingAsk(e,t){if(!this._registry)throw new R("Agent not registered - cannot resolve ask");await this._registry.resolvePendingAsk(e,t)}async evaluateAnswer(e,t,n){return n?.simpleValidation?n.simpleValidation(t):(await this.run(`Evaluate if this answer sufficiently addresses the question.
29
+ ${wt}`:"")+Q},z=`${this.name}-replica`,W=this.description,j=this.model}else Z={...fe,name:`ephemeral-${E.name}-${Date.now()}`,systemPrompt:E.systemPrompt(G)+Q},z=E.name,W=E.description,j=E.model;let H=new F(z,W,Z,{toolpack:this.toolpack});j&&(H.model=j),H.spawn={...b};let vt=await H.invokeAgent({message:G,conversationId:`spawn-${Date.now()}`,context:{spawnedBy:this.name,spawnDepth:w+1}});return{output:vt.output,spawnedTemplate:U,depth:w+1,metadata:vt.metadata}}))}}})}}let p={messages:l,model:this.model||"",requestTools:d.length>0?d:void 0,maxToolRounds:t?.maxToolRounds,mode:this.mode},g=null,u,m;if(typeof this.mode!="string"&&this.mode?.streaming){let w="";for await(let b of this.toolpack.stream(p,this.provider))w+=b.delta||"",b.usage&&(u=b.usage);g=w||null,m={content:g,usage:u}}else{let w=await this.toolpack.generate(p,this.provider);g=w.content??null,u=w.usage,m=w}let v={output:g||"",steps:this.extractSteps(m),metadata:u?{usage:u}:void 0};return await this.onComplete(v),s&&await s(!1),this.emit("agent:complete",v),v}catch(l){throw s&&s(!0).catch(d=>{console.error(`[${this.name??"agent"}][AgentMind] Draft buffer flush on error failed:`,d)}),await this.onError(l),this.emit("agent:error",l),l}}getAgentAliases(){let e=[];for(let t of this.channels){let n=t.botUserId;n&&e.push(n)}return e}async sendTo(e,t){if(!this._registry)throw new Error("Agent not registered - _registry not set");await this._registry.sendTo(e,{output:t})}async ask(e,t){if(!this._registry)throw new x("Agent not registered - cannot use ask()");let n=this._ctx()?.conversationId??this._conversationId,r=this._ctx()?.isTriggerChannel??this._isTriggerChannel,s=this._ctx()?.triggeringChannel??this._triggeringChannel;if(!n)throw new x("No conversationId available - ask() requires a conversation channel");if(r)throw new x("this.ask() called from a trigger channel (ScheduledChannel). Trigger channels have no human recipient \u2014 use a conversation channel (Slack, Telegram, Webhook) instead.");if(!s||s.trim()==="")throw new x("Cannot use ask() - no triggering channel available. The channel must have a name registered with AgentRegistry.");let i=this._registry.addPendingAsk({conversationId:n,agentName:this.name,question:e,context:t?.context??{},maxRetries:t?.maxRetries??2,expiresAt:t?.expiresIn?new Date(Date.now()+t.expiresIn):void 0,channelName:s});return await this.sendTo(s,e),{output:e,metadata:{waitingForHuman:!0,askId:i.id}}}getPendingAsk(e){if(!this._registry)return null;let t=e??this._ctx()?.conversationId??this._conversationId;return t?this._registry.getPendingAsk(t)??null:null}async resolvePendingAsk(e,t){if(!this._registry)throw new x("Agent not registered - cannot resolve ask");await this._registry.resolvePendingAsk(e,t)}async evaluateAnswer(e,t,n){if(n?.simpleValidation)return n.simpleValidation(t);let r=this._ctx()?.conversationId??this._conversationId;return(await this.run(`Evaluate if this answer sufficiently addresses the question.
30
30
 
31
31
  Question: "${e}"
32
32
  Answer: "${t}"
33
33
 
34
- Is this answer sufficient? Reply with ONLY "yes" or "no".`,{workflow:{mode:"single-shot"}})).output.toLowerCase().trim().startsWith("yes")}async handlePendingAsk(e,t,n,r){return await this.evaluateAnswer(e.question,t,{simpleValidation:i=>i.trim().length>3})?(await this.resolvePendingAsk(e.id,t),n(t)):e.retries>=e.maxRetries?(await this.resolvePendingAsk(e.id,"__insufficient__"),this._triggeringChannel&&await this.sendTo(this._triggeringChannel,"I was unable to get enough information to proceed. Skipping this step."),r?r():{output:"Step skipped due to insufficient input.",metadata:{skipped:!0,askId:e.id}}):(this._registry?.incrementRetries(e.id),this.ask(`I need a bit more clarity on: "${e.question}". Could you provide more details?`,{context:e.context,maxRetries:e.maxRetries}))}async delegateAndWait(e,t){if(!this._registry)throw new R("Agent not registered - cannot use delegateAndWait()");let n={message:t.message,intent:t.intent,data:t.data,context:{...t.context||{},delegatedBy:this.name},conversationId:t.conversationId||this._conversationId||`delegation-${Date.now()}`};return await this._registry.invoke(e,n)}async onBeforeRun(e){}async onComplete(e){}async onError(e){}_resolveAssemblerOptions(){let e=this.channels.map(r=>r.botUserId).filter(r=>typeof r=="string"&&r.length>0),t=this.assemblerOptions?.agentAliases??[];if(e.length===0&&t.length===0)return this.assemblerOptions;let n=Array.from(new Set([...t,...e]));return{...this.assemblerOptions,agentAliases:n}}_getEffectiveInterceptors(){return this.interceptors.some(t=>t[Q]===!0)?this.interceptors:[Z({store:this.conversationHistory}),...this.interceptors]}_bindChannel(e){e.onMessage(async t=>{if(!t.conversationId){console.warn(`[${this.name}] Message received without conversationId \u2014 skipping`);return}let n=await this._acquireConversationLock(t.conversationId);try{this._triggeringChannel=e.name,this._isTriggerChannel=e.isTriggerChannel,this._conversationId=t.conversationId;let r=se(this._getEffectiveInterceptors(),this,e,this._registry??null),s=await oe(r,t);if(s===null)return;let i={output:s.output,metadata:s.metadata};await e.send({output:i.output,metadata:{...i.metadata,conversationId:t.conversationId,...t.context}})}catch(r){let s=r instanceof Error?r.message:"Unknown error occurred";console.error(`[${this.name}] Error in agent invocation: ${s}`);try{await e.send({output:`Error: ${s}`,metadata:{conversationId:t.conversationId,error:!0,...t.context}})}catch(i){console.error(`[${this.name}] Failed to send error to channel: ${i}`)}}finally{n()}})}async _acquireConversationLock(e){for(;this._conversationLocks.has(e);)try{await this._conversationLocks.get(e)}catch{}let t,n=new Promise(r=>{t=r});return this._conversationLocks.set(e,n),()=>{this._conversationLocks.delete(e),t()}}extractSteps(e){let t=e;if(t.plan&&typeof t.plan=="object"){let n=t.plan;if(Array.isArray(n.steps))return n.steps.map(r=>({number:r.number||0,description:r.description||"",status:r.status||"completed",result:r.result}))}if(Array.isArray(t.steps))return t.steps}}});d();d();B();pe();d();import{randomUUID as hn}from"crypto";d();ee();import{randomUUID as Tt}from"crypto";var H=class{constructor(e){this.registry=e}registry;async invoke(e,t){let n=this.registry.getAgent(e);if(!n)throw new R(`Agent "${e}" not found in registry. Available agents: ${this.registry.getAllAgents().map(p=>p.name).join(", ")}`);let r=n.conversationHistory,s=t.conversationId,i=t.context?.delegatedBy;if(r&&s&&i){let p={id:t.context?.messageId??Tt(),conversationId:s,participant:{kind:"agent",id:i,displayName:i},content:t.message??"",timestamp:new Date().toISOString(),scope:"channel",metadata:{}};try{await r.append(p)}catch{}}let a=await n.invokeAgent(t);if(r&&s){let p={id:Tt(),conversationId:s,participant:{kind:"agent",id:e,displayName:e},content:a.output,timestamp:new Date().toISOString(),scope:"channel",metadata:{}};try{await r.append(p)}catch{}}return a}};var Ue=class{agentList;instances=new Map;channels=new Map;_transport;pendingAsks=new Map;_started=!1;_restarting=!1;_restartScheduled=!1;_deadlineTimer;constructor(e,t){this.agentList=e,this._transport=t?.transport||new H(this)}async start(){for(let e of this.agentList){await e._ensureToolpack(),e._registry=this,this.instances.set(e.name,e);for(let t of e.channels??[])t.name&&this.channels.set(t.name,t)}for(let e of this.agentList)await e.start();this._started=!0}async addAgent(e){if(this.agentList.push(e),!!this._started){await e._ensureToolpack(),e._registry=this,this.instances.set(e.name,e);for(let t of e.channels??[])t.name&&this.channels.set(t.name,t);await e.start()}}async removeAgent(e){let t=this.instances.get(e);if(t){await t.stop(),this.instances.delete(e),this.agentList=this.agentList.filter(n=>n.name!==e);for(let n of t.channels??[])n.name&&this.channels.delete(n.name)}}isAllIdle(){return this.agentList.every(e=>e.isIdle())}scheduleRestart(e){if(this._restartScheduled)return;this._restartScheduled=!0;let t=(e?.maxWaitMinutes??30)*60*1e3,n=()=>{!this._restarting&&this.isAllIdle()&&this._executeRestart()};if(n(),!this._restarting){for(let r of this.agentList)r.on("agent:complete",n);this._deadlineTimer=setTimeout(()=>{this._executeRestart()},t)}}async _executeRestart(){if(this._restarting)return;this._restarting=!0,this._deadlineTimer&&(clearTimeout(this._deadlineTimer),this._deadlineTimer=void 0),await this.stop();let e=Date.now()+3e4;for(;!this.isAllIdle()&&Date.now()<e;)await new Promise(t=>setTimeout(t,100));this._exit(0)}_exit(e){process.exit(e)}async sendTo(e,t){let n=this.channels.get(e);if(!n)throw new Error(`No channel registered with name "${e}"`);await n.send(t)}getAgent(e){return this.instances.get(e)}getAllAgents(){return Array.from(this.instances.values())}getChannel(e){return this.channels.get(e)}async invoke(e,t){return this._transport.invoke(e,t)}async stop(){for(let e of this.agentList)await e.stop();this.instances.clear(),this.channels.clear(),this.pendingAsks.clear()}getPendingAsk(e){let t=this.pendingAsks.get(e);if(!t||t.length===0)return;let n=new Date;for(;t.length>0;){let r=t[0];if(r.expiresAt&&r.expiresAt<n)t.shift();else break}if(t.length===0){this.pendingAsks.delete(e);return}return t[0]}hasPendingAsks(e){let t=this.pendingAsks.get(e);if(!t||t.length===0)return!1;let n=new Date,r=t.filter(s=>!s.expiresAt||s.expiresAt>=n);return r.length===0?(this.pendingAsks.delete(e),!1):(r.length!==t.length&&this.pendingAsks.set(e,r),r.some(s=>s.status==="pending"))}cleanupExpiredAsks(){let e=0,t=new Date;for(let[n,r]of this.pendingAsks.entries()){let s=r.filter(i=>!i.expiresAt||i.expiresAt>=t);e+=r.length-s.length,s.length===0?this.pendingAsks.delete(n):s.length!==r.length&&this.pendingAsks.set(n,s)}return e}addPendingAsk(e){let t={...e,id:hn(),askedAt:new Date,retries:0,status:"pending"},n=this.pendingAsks.get(e.conversationId);return n?n.push(t):this.pendingAsks.set(e.conversationId,[t]),t}incrementRetries(e){for(let t of this.pendingAsks.values()){let n=t.find(r=>r.id===e);if(n)return n.retries+=1,n.retries}}async resolvePendingAsk(e,t){for(let[n,r]of this.pendingAsks.entries()){let s=r.findIndex(i=>i.id===e);if(s!==-1){r[s].status="answered",r[s].answer=t;let i=r[s].channelName;if(r.splice(s,1),r.length>0){let a=r[0];if(i&&i.trim()!=="")try{await this.sendTo(i,{output:a.question})}catch(p){console.error(`[AgentRegistry] Failed to auto-send next ask: ${p instanceof Error?p.message:"Unknown error"}`)}else console.warn(`[AgentRegistry] Cannot auto-send next ask: channelName is empty for conversation ${n}`)}r.length===0&&this.pendingAsks.delete(n);return}}throw new Error(`Pending ask with id "${e}" not found`)}};ee();d();import{watch as fn}from"fs";import{spawn as yn}from"child_process";import{basename as vn}from"path";var Ge=class{cwd;debounceMs;onRestartNeeded;onCompileError;spawnFn;watchFn;watchPaths;watchers=[];debounceTimer;constructor(e){this.watchPaths=e.watchPaths,this.cwd=e.cwd??process.cwd(),this.debounceMs=e.debounceMs??3e4,this.onRestartNeeded=e.onRestartNeeded,this.onCompileError=e.onCompileError,this.spawnFn=e.spawnFn??yn,this.watchFn=e.watchFn??fn}start(){for(let e of this.watchPaths){let t=this.watchFn(e,{recursive:!0},(n,r)=>{r&&this._handleFileChange(r)});this.watchers.push(t)}}stop(){for(let e of this.watchers)e.close();this.watchers=[],this.debounceTimer!==void 0&&(clearTimeout(this.debounceTimer),this.debounceTimer=void 0)}_handleFileChange(e){this.debounceTimer!==void 0&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout(()=>{this.debounceTimer=void 0,vn(e).startsWith(".env")?this.onRestartNeeded():(e.endsWith(".ts")||e.endsWith(".tsx"))&&this._runCompile()},this.debounceMs)}_runCompile(){return new Promise(e=>{let t="",n=this.spawnFn("npx",["tsc","--build"],{cwd:this.cwd,stdio:["ignore","ignore","pipe"]});n.stderr?.on("data",r=>{t+=r.toString()}),n.on("close",r=>{if(r===0)this.onRestartNeeded();else{let s=t||`tsc --build exited with code ${String(r)}`;this.onCompileError?.(s)}e()}),n.on("error",r=>{let s=r instanceof Error?r.message:String(r);this.onCompileError?.(s),e()})})}};d();B();import{AGENT_MODE as wn}from"toolpack-sdk";var An={...wn,name:"research-agent-mode",systemPrompt:["You are a research agent specialized in web research and information gathering.","Use web.search to find relevant information, web.fetch to retrieve content, and web.scrape when needed.","Always cite your sources with URLs.","Provide comprehensive, well-structured summaries.","Flag any conflicting information or uncertainty in your findings."].join(" ")},Je=class extends _{name="research-agent";description="Web research agent for summarization, fact-finding, competitive analysis, and trend monitoring";mode=An;constructor(e){super(e)}async invokeAgent(e){let t=await this.run(e.message||"",void 0,{conversationId:e.conversationId});return await this.onComplete(t),t}};d();B();import{CODING_MODE as bn}from"toolpack-sdk";var In={...bn,name:"coding-agent-mode",systemPrompt:["You are a coding agent specialized in software development tasks.","Use coding.* tools for code analysis, fs.* for file operations, and git.* for version control.","Write clean, idiomatic code following best practices.","Always verify your changes and check for potential issues.","Provide clear explanations of your code changes."].join(" ")},ze=class extends _{name="coding-agent";description="Coding agent for code generation, refactoring, debugging, test writing, and code review";mode=In;constructor(e){super(e)}async invokeAgent(e){let t=await this.run(e.message||"",void 0,{conversationId:e.conversationId});return await this.onComplete(t),t}};d();B();import{AGENT_MODE as Cn}from"toolpack-sdk";var kn={...Cn,name:"data-agent-mode",systemPrompt:["You are a data agent specialized in database operations and data analysis.","Use db.* tools for database queries, fs.* for file operations, and http.* for API requests.","Generate clear, well-formatted reports and summaries.","Always validate data integrity and handle errors gracefully.","Provide insights and patterns when analyzing data."].join(" ")},qe=class extends _{name="data-agent";description="Data agent for database queries, CSV generation, data analysis, reporting, and aggregation";mode=kn;constructor(e){super(e)}async invokeAgent(e){let t=await this.run(e.message||"",void 0,{conversationId:e.conversationId});return await this.onComplete(t),t}};d();B();import{CHAT_MODE as Rn}from"toolpack-sdk";var xn={...Rn,name:"browser-agent-mode",systemPrompt:["You are a browser agent specialized in web interaction and content extraction.","Use web.fetch to retrieve pages, web.screenshot for visual content, and web.extract_links for navigation.","Follow links intelligently to gather comprehensive information.","Extract structured data from web pages when possible.","Be mindful of rate limits and respectful of website resources."].join(" ")},We=class extends _{name="browser-agent";description="Browser agent for web browsing, form interaction, page extraction, and link following";mode=xn;constructor(e){super(e)}async invokeAgent(e){let t=await this.run(e.message||"",void 0,{conversationId:e.conversationId});return await this.onComplete(t),t}};d();var x=class{name;_handler;onMessage(e){this._handler=e}async handleMessage(e){this._handler&&await this._handler(e)}};d();import{createHmac as Sn,timingSafeEqual as Tn}from"crypto";var He=class extends x{isTriggerChannel=!1;config;server;participantCache=new Map;botUserId;botId;allowedChannels;constructor(e){super(),this.config={port:3e3,...e},this.name=e.name;let t=e.channel;this.allowedChannels=t==null?null:Array.isArray(t)?t:[t]}listen(){typeof process<"u"&&import("http").then(e=>{this.server=e.createServer((t,n)=>{this.handleRequest(t,n)}),this.server.listen(this.config.port,()=>{console.log(`[SlackChannel] Listening on port ${this.config.port}`),this.runStartupCheck().catch(()=>{})})}).catch(e=>{console.error("[SlackChannel] Failed to start HTTP server:",e)})}async runStartupCheck(){try{let t=await(await fetch("https://slack.com/api/auth.test",{method:"POST",headers:{Authorization:`Bearer ${this.config.token}`,"Content-Type":"application/json"}})).json();t.ok?(this.botUserId=t.user_id,this.botId=t.bot_id,console.log(`[SlackChannel] Connected as @${t.user} (${t.user_id}) in workspace "${t.team}" \u2014 ${t.url}`)):console.warn(`[SlackChannel] auth.test failed: ${t.error}. Check your bot token.`)}catch(e){console.warn("[SlackChannel] Startup self-check failed (network error):",e)}}verifySignature(e,t){let n=e["x-slack-request-timestamp"],r=e["x-slack-signature"];if(!n||!r||Array.isArray(n)||Array.isArray(r))return!1;let s=parseInt(n,10),i=Math.floor(Date.now()/1e3);if(isNaN(s)||Math.abs(i-s)>300)return!1;let a=`v0:${n}:${t}`,c=`v0=${Sn("sha256",this.config.signingSecret).update(a).digest("hex")}`;if(c.length!==r.length)return!1;try{return Tn(Buffer.from(c),Buffer.from(r))}catch{return!1}}async send(e){let t=e.metadata?.threadTs??e.metadata?.thread_ts??e.metadata?.threadId,r=e.metadata?.channelId??(this.allowedChannels&&this.allowedChannels.length>0?this.allowedChannels[0]:void 0);if(!r)throw new Error("[SlackChannel] Cannot send: no channel configured and metadata.channelId is missing. Provide a target via SlackChannelConfig.channel or output.metadata.channelId.");let s={channel:r,text:e.output};t&&(s.thread_ts=t);let i=await fetch("https://slack.com/api/chat.postMessage",{method:"POST",headers:{Authorization:`Bearer ${this.config.token}`,"Content-Type":"application/json"},body:JSON.stringify(s)});if(!i.ok)throw new Error(`Failed to send Slack message: ${i.statusText}`);let a=await i.json();if(!a.ok)throw new Error(`Slack API error: ${a.error}`)}normalize(e){let t=e,r=(t.text||"").replace(/<(https?:\/\/[^|>]+)\|([^>]+)>/g,"$2 ($1)").replace(/<(https?:\/\/[^>]+)>/g,"$1").replace(/<!here>/g,"@here").replace(/<!channel>/g,"@channel").replace(/<!everyone>/g,"@everyone"),s=t.ts,i=t.thread_ts,a=i!==void 0&&i!==s,p=t.user,c=p?{kind:"user",id:p}:void 0,l=/<@([A-Z0-9]+)>/g,m=[],u;for(;(u=l.exec(r))!==null;)m.push(u[1]);let g=t.channel;return{message:r,conversationId:a?i:g||s||"",data:t,participant:c,context:{user:p,channel:g,team:t.team,channelType:t.channel_type,threadId:a?i:void 0,mentions:m.length>0?m:void 0,channelId:g,channelName:typeof this.config.channel=="string"?this.config.channel:g}}}async resolveParticipant(e){let t=e.participant?.id??e.context?.user;if(!t)return;let n=this.participantCache.get(t);if(n)return n;try{let r=await fetch(`https://slack.com/api/users.info?user=${encodeURIComponent(t)}`,{method:"GET",headers:{Authorization:`Bearer ${this.config.token}`}});if(!r.ok)return{kind:"user",id:t};let s=await r.json();if(!s.ok||!s.user){let p={kind:"user",id:t};return this.participantCache.set(t,p),p}let i=s.user.profile?.display_name||s.user.profile?.real_name||s.user.real_name||s.user.name||t,a={kind:"user",id:t,displayName:i,metadata:{slackUser:s.user}};return this.participantCache.set(t,a),a}catch{return{kind:"user",id:t}}}invalidateParticipant(e){this.participantCache.delete(e)}shouldProcessEvent(e){let t=e.type;if(t!=="message"&&t!=="app_mention")return!1;if(this.allowedChannels!==null){let i=e.channel_type;if(!(i==="im"||i==="mpim")){let p=e.channel;if(!p||!this.allowedChannels.includes(p))return!1}}let n=e.user;if(this.botUserId&&n===this.botUserId)return!1;let r=e.bot_id;if(console.log(`[SlackChannel:shouldProcessEvent] subtype=${e.subtype} user=${n} bot_id=${r} this.botUserId=${this.botUserId} this.botId=${this.botId}`),!r)return!0;if(this.botId&&r===this.botId)return!1;let s=this.config.blockedBotIds??[];if(s.includes(r)||n!==void 0&&s.includes(n))return!1;if(this.config.allowedBotIds!==void 0){let i=this.config.allowedBotIds;return i.includes(r)||n!==void 0&&i.includes(n)}return!0}handleRequest(e,t){if(e.method!=="POST"){t.writeHead(405),t.end("Method not allowed");return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",()=>{if(!this.verifySignature(e.headers,n)){t.writeHead(401),t.end("Invalid signature");return}try{let r=JSON.parse(n);if(r.type==="url_verification"){t.writeHead(200,{"Content-Type":"application/json"}),t.end(JSON.stringify({challenge:r.challenge}));return}if(r.type==="event_callback"&&r.event){let s=r.event;if(this.shouldProcessEvent(s)){let i=this.normalize(s);this.handleMessage(i)}else s.type==="user_change"&&s.user&&this.invalidateParticipant(s.user.id);t.writeHead(200),t.end("OK");return}t.writeHead(200),t.end("OK")}catch(r){console.error("[SlackChannel] Error handling request:",r),t.writeHead(400),t.end("Bad request")}})}async stop(){if(this.server)return new Promise(e=>{this.server.close(e)})}};d();var Ke=class extends x{isTriggerChannel=!1;config;server;pendingResponses=new Map;constructor(e){super(),this.name=e.name,this.config={port:e.port??3e3,path:e.path??"/webhook"}}listen(){typeof process<"u"&&import("http").then(e=>{this.server=e.createServer((t,n)=>{this.handleRequest(t,n)}),this.server.listen(this.config.port,()=>{console.log(`[WebhookChannel] Listening on port ${this.config.port}${this.config.path}`)})}).catch(e=>{console.error("[WebhookChannel] Failed to start HTTP server:",e)})}async send(e){let t=e.metadata?.conversationId;if(t&&this.pendingResponses.has(t)){let n=this.pendingResponses.get(t);this.pendingResponses.delete(t),n.resolve({output:e.output,metadata:e.metadata})}}normalize(e){let t=e,n=t.headers||{},r=n["x-session-id"]||n["X-Session-Id"]||t.sessionId||t.conversationId||this.generateSessionId();return{message:t.message||t.text||"",intent:t.intent,conversationId:r,data:t,context:{headers:t.headers,method:t.method,sessionId:r}}}handleRequest(e,t){if(e.url!==this.config.path){t.writeHead(404),t.end("Not found");return}if(e.method!=="POST"){t.writeHead(405),t.end("Method not allowed");return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",()=>{try{let r=JSON.parse(n),s=this.normalize(r),i=s.conversationId||this.generateSessionId(),a=new Promise((p,c)=>{this.pendingResponses.set(i,{resolve:p,reject:c}),setTimeout(()=>{this.pendingResponses.has(i)&&(this.pendingResponses.delete(i),c(new Error("Agent response timeout")))},3e4)});this.handleMessage({...s,conversationId:i,context:{...s.context,sessionId:i}}),a.then(p=>{t.writeHead(200,{"Content-Type":"application/json"}),t.end(JSON.stringify(p))}).catch(p=>{t.writeHead(500,{"Content-Type":"application/json"}),t.end(JSON.stringify({error:p.message}))})}catch(r){console.error("[WebhookChannel] Error handling request:",r),t.writeHead(400,{"Content-Type":"application/json"}),t.end(JSON.stringify({error:"Bad request"}))}})}generateSessionId(){return`webhook-${Date.now()}-${Math.random().toString(36).substring(2,9)}`}async stop(){if(this.server)return new Promise(e=>{this.server.close(e)})}};d();import{CronExpressionParser as _t}from"cron-parser";var Ve=class extends x{isTriggerChannel=!0;config;timer;_stopped=!1;_generation=0;constructor(e){if(super(),!e.cron&&!e.store)throw new Error("ScheduledChannel: provide at least one of `cron` (static schedule) or `store` (dynamic scheduling).");if(e.cron)try{_t.parse(e.cron)}catch(t){throw new Error(`ScheduledChannel: invalid cron expression '${e.cron}': ${t.message}`)}if(e.store&&!e.name&&console.warn("[ScheduledChannel] A `store` was provided without a `name`. All store queries will be unscoped and will pick up jobs from every channel. Set `name` to scope this channel to its own jobs."),e.idlePollMs!==void 0&&e.idlePollMs<1e3)throw new Error(`ScheduledChannel: idlePollMs must be at least 1000ms (got ${e.idlePollMs}). Values below 1 second create a tight polling loop.`);this.config=e,this.name=e.name}listen(){this._generation++,this.timer&&(clearTimeout(this.timer),this.timer=void 0),this._stopped=!1,this.config.store?this._listenWithStore():this._listenStatic()}async stop(){this._stopped=!0,this.timer&&(clearTimeout(this.timer),this.timer=void 0)}async send(e){}normalize(e){let t=e,n=new Date,r=`${n.getFullYear()}-${n.getMonth()+1}-${n.getDate()}`;return{intent:t?.intent??this.config.intent,message:t?.message??this.config.message??`Scheduled task triggered at ${n.toISOString()}`,conversationId:`scheduled:${this.name??"default"}:${r}`,data:{...t?.payload??{},scheduled:!0,jobId:t?.id,cron:t?.cron??this.config.cron,timestamp:n.toISOString()}}}_listenStatic(){this._scheduleNextStatic(this._generation)}_scheduleNextStatic(e){if(this._stopped||e!==this._generation)return;let t=this._nextRunFromCron(this.config.cron),n=t.getTime()-Date.now();if(n<=0){this.timer=setTimeout(()=>this._scheduleNextStatic(e),0);return}console.log(`[ScheduledChannel:${this.name??"default"}] Next run: ${t.toISOString()}`),this.timer=setTimeout(async()=>{this._stopped||e!==this._generation||(await this._triggerStatic(),this._scheduleNextStatic(e))},n)}async _triggerStatic(){if(!this._handler){console.warn(`[ScheduledChannel:${this.name??"default"}] Cron fired but no message handler is registered. Call onMessage() before listen() to avoid silently losing triggers.`);return}let e=this.normalize(null);try{await this.handleMessage(e)}catch(t){console.error(`[ScheduledChannel:${this.name??"default"}] Error on trigger:`,t)}}_listenWithStore(){let e=this.config.store,t=this._generation;if(t===1){let r=e.resetStuck(this.name);r>0&&console.log(`[ScheduledChannel:${this.name??"default"}] Reset ${r} stuck 'running' job(s) to 'pending'.`)}if(this.config.cron){let{duplicate:r}=e.create({channelName:this.name,cron:this.config.cron,intent:this.config.intent,message:this.config.message});r||console.log(`[ScheduledChannel:${this.name??"default"}] Seeded static cron '${this.config.cron}' into store.`)}let n=e.getDue(Date.now(),this.name);n.length>0&&(console.log(`[ScheduledChannel:${this.name??"default"}] Recovering ${n.length} overdue job(s).`),Promise.allSettled(n.map(r=>this._triggerJob(r)))),this._scheduleNextFromStore(t)}_scheduleNextFromStore(e){if(this._stopped||e!==this._generation)return;let t=this.config.store,n=t.getNextPending(this.name);if(!n){let s=this.config.idlePollMs??3e4;this.timer=setTimeout(()=>this._scheduleNextFromStore(e),s);return}let r=Math.max(0,n.nextRunAt-Date.now());console.log(`[ScheduledChannel:${this.name??"default"}] Next store job at ${new Date(n.nextRunAt).toISOString()} (in ${Math.round(r/1e3)}s)`),this.timer=setTimeout(async()=>{if(this._stopped||e!==this._generation)return;let s=t.getDue(Date.now(),this.name);await Promise.allSettled(s.map(i=>this._triggerJob(i))),this._scheduleNextFromStore(e)},r)}async _triggerJob(e){let t=this.config.store;if(!this._handler){console.warn(`[ScheduledChannel:${this.name??"default"}] Job ${e.id} fired but no message handler is registered. Call onMessage() before listen() to avoid silently losing jobs.`),t.markFailed(e.id,"No message handler registered");return}t.markRunning(e.id);let n=this.normalize(e);try{await this.handleMessage(n),t.markCompleted(e.id)}catch(r){let s=r instanceof Error?r.message:String(r);console.error(`[ScheduledChannel:${this.name??"default"}] Job ${e.id} failed:`,r),t.markFailed(e.id,s)}}_nextRunFromCron(e){return _t.parse(e,{currentDate:new Date}).next().toDate()}};d();var Ye=class extends x{isTriggerChannel=!1;config;offset=0;pollingInterval;server;botUserId;botUsername;constructor(e){super(),this.name=e.name,this.config=e}listen(){this.runStartupCheck().catch(()=>{}),this.config.webhookUrl?this.startWebhook():this.startPolling()}async runStartupCheck(){try{let t=await(await fetch(`https://api.telegram.org/bot${this.config.token}/getMe`)).json();if(t.ok&&t.result){let n=t.result;this.botUserId=n.id!=null?String(n.id):void 0,this.botUsername=n.username,console.log(`[TelegramChannel] Connected as @${n.username} (id: ${n.id}, name: ${n.first_name})`)}else console.warn(`[TelegramChannel] getMe failed: ${t.description??"unknown error"}. Check your bot token.`)}catch(e){console.warn("[TelegramChannel] Startup self-check failed (network error):",e)}}async send(e){let t=e.metadata?.chatId;if(!t)throw new Error("Telegram send requires chatId in metadata");let n=e.metadata?.replyMarkup,r=await fetch(`https://api.telegram.org/bot${this.config.token}/sendMessage`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({chat_id:t,text:e.output,parse_mode:"Markdown",...n?{reply_markup:n}:{}})});if(!r.ok)throw new Error(`Failed to send Telegram message: ${r.statusText}`);let s=await r.json();if(!s.ok)throw new Error(`Telegram API error: ${s.description}`)}async answerCallbackQuery(e,t){let n=await fetch(`https://api.telegram.org/bot${this.config.token}/answerCallbackQuery`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({callback_query_id:e,...t?{text:t}:{}})});if(!n.ok)throw new Error(`Failed to answer Telegram callback query: ${n.statusText}`);let r=await n.json();if(!r.ok)throw new Error(`Telegram API error: ${r.description}`)}normalize(e){let t=e,n=t.callback_query;if(n){let h=n.message||{},A=h.chat||{},b=n.from||{},S=b.id!=null?String(b.id):void 0,N=b.first_name||b.username||S,G=S?{kind:"user",id:S,displayName:N??S}:void 0,I=A.id!=null?String(A.id):"";return{message:n.data??"",conversationId:I,data:t,participant:G,context:{isCallback:!0,callbackQueryId:n.id,callbackData:n.data,chatId:A.id,userId:b.id,username:b.username,firstName:b.first_name,lastName:b.last_name,messageId:h.message_id,channelType:A.type,channelId:I,channelName:A.title}}}let r=t.message||t.edited_message||{},s=r.text||"",i=r.chat||{},a=r.from||{},p=a.id!=null?String(a.id):void 0,c=a.first_name||a.username||p,l=p?{kind:"user",id:p,displayName:c??p}:void 0,m=r.entities??[],u=[];for(let h of m)if(h.type==="text_mention"&&h.user){let A=h.user;A.id!=null&&u.push(String(A.id))}let g=i.type,w=i.id!=null?String(i.id):"";return{message:s,conversationId:w,data:t,participant:l,context:{chatId:i.id,userId:a.id,username:a.username,firstName:a.first_name,lastName:a.last_name,messageId:r.message_id,channelType:g,channelId:w,channelName:i.title,mentions:u.length>0?u:void 0}}}startPolling(){console.log("[TelegramChannel] Starting polling mode"),this.pollingInterval=setInterval(async()=>{try{await this.pollUpdates()}catch(e){console.error("[TelegramChannel] Polling error:",e)}},5e3)}async pollUpdates(){let e=`https://api.telegram.org/bot${this.config.token}/getUpdates?offset=${this.offset}&limit=100`,t=await fetch(e);if(!t.ok)throw new Error(`Telegram getUpdates failed: ${t.statusText}`);let n=await t.json();if(!n.ok)throw new Error("Telegram getUpdates returned not ok");for(let r of n.result){let s=r.update_id;s>=this.offset&&(this.offset=s+1);try{let i=this.normalize(r);await this.handleMessage(i)}catch(i){console.error("[TelegramChannel] Error processing update:",i)}}}startWebhook(){typeof process>"u"||(console.log("[TelegramChannel] Starting webhook mode"),import("http").then(e=>{this.server=e.createServer((r,s)=>{this.handleWebhookRequest(r,s)});let t=new URL(this.config.webhookUrl||"http://localhost:3000"),n=parseInt(t.port,10)||3e3;this.server.listen(n,()=>{console.log(`[TelegramChannel] Webhook server listening on port ${n}`)}),this.setWebhook()}).catch(e=>{console.error("[TelegramChannel] Failed to start webhook server:",e)}))}async setWebhook(){if(!this.config.webhookUrl)return;let e=await fetch(`https://api.telegram.org/bot${this.config.token}/setWebhook`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({url:this.config.webhookUrl})});if(!e.ok){console.error("[TelegramChannel] Failed to set webhook");return}let t=await e.json();t.ok?console.log("[TelegramChannel] Webhook set successfully"):console.error("[TelegramChannel] Failed to set webhook:",t.description)}handleWebhookRequest(e,t){if(e.method!=="POST"){t.writeHead(405),t.end("Method not allowed");return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",()=>{try{let r=JSON.parse(n);this.handleMessage(this.normalize(r)).catch(s=>{console.error("[TelegramChannel] Error processing webhook:",s)}),t.writeHead(200),t.end("OK")}catch(r){console.error("[TelegramChannel] Error parsing webhook:",r),t.writeHead(400),t.end("Bad request")}})}async stop(){if(this.pollingInterval&&(clearInterval(this.pollingInterval),this.pollingInterval=void 0),this.server)return new Promise(e=>{this.server.close(e)});if(this.config.webhookUrl)try{await fetch(`https://api.telegram.org/bot${this.config.token}/deleteWebhook`,{method:"POST"})}catch(e){console.error("[TelegramChannel] Failed to delete webhook:",e)}}};d();var _n=new Set([1,3]),Et=/<@!?(\d+)>/g,En="https://discord.com/api/v10",Xe=class extends x{isTriggerChannel=!1;config;allowedChannelIds;botUserId;participantCache=new Map;client;constructor(e){super(),this.config=e,this.name=e.name,e.channelId==null?this.allowedChannelIds=new Set:Array.isArray(e.channelId)?this.allowedChannelIds=new Set(e.channelId):this.allowedChannelIds=new Set([e.channelId])}shouldProcessEvent(e){return!e.author||e.webhookId||this.botUserId&&e.author.id===this.botUserId||this.config.guildId&&e.guildId!==this.config.guildId||this.allowedChannelIds.size>0&&(!e.channelId||!this.allowedChannelIds.has(e.channelId))?!1:e.author.bot||e.author.system?this.config.blockedBotIds?.includes(e.author.id)?!1:this.config.allowedBotIds?this.config.allowedBotIds.includes(e.author.id):!1:!0}normalize(e){let t=e,n=t.channelId,r=(n??"")+(t.thread?.id?`:${t.thread.id}`:""),s=t.channel?.type,i=s!==void 0&&_n.has(s),a=t.author?.id,p=t.author?.globalName??t.author?.username,c=[];if(t.content){Et.lastIndex=0;let l;for(;(l=Et.exec(t.content))!==null;)c.push(l[1])}return{message:t.content,conversationId:r,data:t,participant:a?{kind:"user",id:a,displayName:p??void 0}:void 0,context:{userId:a,username:t.author?.username,channelType:i?"dm":"channel",channelId:n,channelName:t.channel?.name,guildId:t.guildId,threadId:t.thread?.id,messageId:t.id,mentions:c.length>0?c:void 0,isMentioned:this.botUserId?c.includes(this.botUserId):void 0}}}async resolveParticipant(e){let t=e.participant?.id??e.context?.userId;if(!t)return;let n=this.participantCache.get(t);if(n)return n;try{let r=await fetch(`${En}/users/${t}`,{headers:{Authorization:`Bot ${this.config.token}`}});if(!r.ok)return console.warn(`[DiscordChannel] Failed to resolve user ${t}: HTTP ${r.status}`),{kind:"user",id:t};let s=await r.json(),i=s.global_name??s.username,a={kind:"user",id:s.id,displayName:i};return this.participantCache.set(t,a),a}catch(r){return console.warn(`[DiscordChannel] resolveParticipant error for ${t}:`,r),{kind:"user",id:t}}}invalidateParticipant(e){this.participantCache.delete(e)}async send(e){if(!this.client)throw new Error("[DiscordChannel] Client not initialized. Did you call listen()?");let t=e.metadata?.threadId;if(t){let s=await this.client.channels.fetch(t);if(s&&"send"in s)try{await s.send({content:e.output});return}catch(i){throw console.error("[DiscordChannel] Failed to send to thread:",i),new Error(`[DiscordChannel] Failed to send Discord message: ${i instanceof Error?i.message:String(i)}`)}console.warn(`[DiscordChannel] Thread ${t} not found or not sendable; falling back to channel send.`)}let n=e.metadata?.channelId??(this.allowedChannelIds.size>0?[...this.allowedChannelIds][0]:void 0);if(!n)throw new Error("[DiscordChannel] No channel ID available for sending. Configure channelId or pass output.metadata.channelId.");let r=await this.client.channels.fetch(n);if(!r||!("send"in r))throw new Error(`[DiscordChannel] Channel ${n} not found or is not a text channel`);try{await r.send({content:e.output})}catch(s){throw console.error("[DiscordChannel] Failed to send to channel:",s),new Error(`[DiscordChannel] Failed to send Discord message: ${s instanceof Error?s.message:String(s)}`)}}listen(){typeof process>"u"||import("discord.js").then(e=>{let{Client:t,GatewayIntentBits:n}=e;this.client=new t({intents:[n.Guilds,n.GuildMessages,n.MessageContent,n.DirectMessages]}),this.client.on("ready",()=>{let r=this.client.user;this.botUserId=r?.id;let s=this.allowedChannelIds.size===0?"all channels":[...this.allowedChannelIds].join(", "),i=this.config.guildId??"all guilds";console.log(`[DiscordChannel] Logged in as ${r?.tag??"unknown"} (botUserId=${this.botUserId??"unknown"}) | guild=${i} | channels=${s}`)}),this.client.on("messageCreate",r=>{let s=r;if(!this.shouldProcessEvent(s))return;let i=this.normalize(s);this.handleMessage(i)}),this.client.on("userUpdate",(r,s)=>{let i=s;i?.id&&this.invalidateParticipant(i.id)}),this.client.login(this.config.token).catch(r=>{console.error("[DiscordChannel] Failed to login to Discord:",r)})}).catch(e=>{console.error("[DiscordChannel] Failed to initialize Discord client:",e),console.error("[DiscordChannel] Make sure discord.js is installed: npm install discord.js")})}async stop(){this.client&&(await this.client.destroy(),this.client=void 0)}};d();var Qe=class extends x{isTriggerChannel=!0;config;transporter;constructor(e){super(),this.config=e,this.name=e.name}listen(){typeof process<"u"&&import("nodemailer").then(e=>{this.transporter=e.default.createTransport({host:this.config.smtp.host,port:this.config.smtp.port,secure:this.config.smtp.secure??this.config.smtp.port===465,auth:{user:this.config.smtp.auth.user,pass:this.config.smtp.auth.pass}}),console.log(`[EmailChannel] Email transporter initialized for ${this.config.from}`)}).catch(e=>{console.error("[EmailChannel] Failed to initialize nodemailer:",e),console.error("[EmailChannel] Make sure to install nodemailer: npm install nodemailer")})}async send(e){if(!this.transporter)throw new Error("Email transporter not initialized. Did you call listen()?");let t=Array.isArray(this.config.to)?this.config.to:[this.config.to],n=this.config.subject||"Message from Agent",r={from:this.config.from,to:t.join(", "),subject:n,text:e.output,html:this.formatAsHtml(e.output)};try{await this.transporter.sendMail(r)}catch(s){throw console.error("[EmailChannel] Failed to send email:",s),new Error(`Failed to send email: ${s instanceof Error?s.message:String(s)}`)}}normalize(e){throw new Error("EmailChannel is outbound-only. Use WebhookChannel with email webhook events for inbound email.")}formatAsHtml(e){return e.split(`
34
+ Is this answer sufficient? Reply with ONLY "yes" or "no".`,{workflow:{mode:"single-shot"}},{conversationId:r})).output.toLowerCase().trim().startsWith("yes")}async handlePendingAsk(e,t,n,r){if(await this.evaluateAnswer(e.question,t,{simpleValidation:i=>i.trim().length>3}))return await this.resolvePendingAsk(e.id,t),n(t);if(e.retries>=e.maxRetries){await this.resolvePendingAsk(e.id,"__insufficient__");let i=this._ctx()?.triggeringChannel??this._triggeringChannel;return i&&await this.sendTo(i,"I was unable to get enough information to proceed. Skipping this step."),r?r():{output:"Step skipped due to insufficient input.",metadata:{skipped:!0,askId:e.id}}}return this._registry?.incrementRetries(e.id),this.ask(`I need a bit more clarity on: "${e.question}". Could you provide more details?`,{context:e.context,maxRetries:e.maxRetries})}async delegateAndWait(e,t){if(!this._registry)throw new x("Agent not registered - cannot use delegateAndWait()");let n={message:t.message,intent:t.intent,data:t.data,context:{...t.context||{},delegatedBy:this.name},conversationId:t.conversationId||this._ctx()?.conversationId||this._conversationId||`delegation-${Date.now()}`};return await this._registry.invoke(e,n)}async onBeforeRun(e){}async onComplete(e){}async onError(e){}_resolveAssemblerOptions(){let e=this.channels.map(r=>r.botUserId).filter(r=>typeof r=="string"&&r.length>0),t=this.assemblerOptions?.agentAliases??[];if(e.length===0&&t.length===0)return this.assemblerOptions;let n=Array.from(new Set([...t,...e]));return{...this.assemblerOptions,agentAliases:n}}_getEffectiveInterceptors(){return this.interceptors.some(t=>t[ne]===!0)?this.interceptors:[re({store:this.conversationHistory}),...this.interceptors]}_bindChannel(e){e.onMessage(async t=>{if(!t.conversationId){console.warn(`[${this.name}] Message received without conversationId \u2014 skipping`);return}let n=await this._acquireConversationLock(t.conversationId);await this._channelCtx.run({conversationId:t.conversationId,triggeringChannel:e.name??"",isTriggerChannel:e.isTriggerChannel},async()=>{try{let r=ce(this._getEffectiveInterceptors(),this,e,this._registry??null),s=await de(r,t);if(s===null)return;let i={output:s.output,metadata:s.metadata};await e.send({output:i.output,metadata:{...i.metadata,conversationId:t.conversationId,...t.context}})}catch(r){let s=r instanceof Error?r.message:"Unknown error occurred";console.error(`[${this.name}] Error in agent invocation: ${s}`);try{await e.send({output:`Error: ${s}`,metadata:{conversationId:t.conversationId,error:!0,...t.context}})}catch(i){console.error(`[${this.name}] Failed to send error to channel: ${i}`)}}finally{n()}})})}async _acquireConversationLock(e){for(;this._conversationLocks.has(e);)try{await this._conversationLocks.get(e)}catch{}let t,n=new Promise(r=>{t=r});return this._conversationLocks.set(e,n),()=>{this._conversationLocks.delete(e),t()}}extractSteps(e){let t=e;if(t.plan&&typeof t.plan=="object"){let n=t.plan;if(Array.isArray(n.steps))return n.steps.map(r=>({number:r.number||0,description:r.description||"",status:r.status||"completed",result:r.result}))}if(Array.isArray(t.steps))return t.steps}}});c();c();L();he();c();import{randomUUID as An}from"crypto";c();se();import{randomUUID as Mt}from"crypto";var Y=class{constructor(e){this.registry=e}registry;async invoke(e,t){let n=this.registry.getAgent(e);if(!n)throw new x(`Agent "${e}" not found in registry. Available agents: ${this.registry.getAllAgents().map(l=>l.name).join(", ")}`);let r=n.conversationHistory,s=t.conversationId,i=t.context?.delegatedBy;if(r&&s&&i){let l={id:t.context?.messageId??Mt(),conversationId:s,participant:{kind:"agent",id:i,displayName:i},content:t.message??"",timestamp:new Date().toISOString(),scope:"channel",metadata:{}};try{await r.append(l)}catch{}}let a=await n.invokeAgent(t);if(r&&s){let l={id:Mt(),conversationId:s,participant:{kind:"agent",id:e,displayName:e},content:a.output,timestamp:new Date().toISOString(),scope:"channel",metadata:{}};try{await r.append(l)}catch{}}return a}};var ze=class{agentList;instances=new Map;channels=new Map;_transport;pendingAsks=new Map;_started=!1;_restarting=!1;_restartScheduled=!1;_deadlineTimer;constructor(e,t){this.agentList=e,this._transport=t?.transport||new Y(this)}async start(){for(let e of this.agentList){await e._ensureToolpack(),e._registry=this,this.instances.set(e.name,e);for(let t of e.channels??[])t.name&&this.channels.set(t.name,t)}for(let e of this.agentList)await e.start();this._started=!0}async addAgent(e){if(this.agentList.push(e),!!this._started){await e._ensureToolpack(),e._registry=this,this.instances.set(e.name,e);for(let t of e.channels??[])t.name&&this.channels.set(t.name,t);await e.start()}}async removeAgent(e){let t=this.instances.get(e);if(t){await t.stop(),this.instances.delete(e),this.agentList=this.agentList.filter(n=>n.name!==e);for(let n of t.channels??[])n.name&&this.channels.delete(n.name)}}isAllIdle(){return this.agentList.every(e=>e.isIdle())}scheduleRestart(e){if(this._restartScheduled)return;this._restartScheduled=!0;let t=(e?.maxWaitMinutes??30)*60*1e3,n=()=>{!this._restarting&&this.isAllIdle()&&this._executeRestart()};if(n(),!this._restarting){for(let r of this.agentList)r.on("agent:complete",n);this._deadlineTimer=setTimeout(()=>{this._executeRestart()},t)}}async _executeRestart(){if(this._restarting)return;this._restarting=!0,this._deadlineTimer&&(clearTimeout(this._deadlineTimer),this._deadlineTimer=void 0),await this.stop();let e=Date.now()+3e4;for(;!this.isAllIdle()&&Date.now()<e;)await new Promise(t=>setTimeout(t,100));this._exit(0)}_exit(e){process.exit(e)}async sendTo(e,t){let n=this.channels.get(e);if(!n)throw new Error(`No channel registered with name "${e}"`);await n.send(t)}getAgent(e){return this.instances.get(e)}getAllAgents(){return Array.from(this.instances.values())}getChannel(e){return this.channels.get(e)}async invoke(e,t){return this._transport.invoke(e,t)}async stop(){for(let e of this.agentList)await e.stop();this.instances.clear(),this.channels.clear(),this.pendingAsks.clear()}getPendingAsk(e){let t=this.pendingAsks.get(e);if(!t||t.length===0)return;let n=new Date;for(;t.length>0;){let r=t[0];if(r.expiresAt&&r.expiresAt<n)t.shift();else break}if(t.length===0){this.pendingAsks.delete(e);return}return t[0]}hasPendingAsks(e){let t=this.pendingAsks.get(e);if(!t||t.length===0)return!1;let n=new Date,r=t.filter(s=>!s.expiresAt||s.expiresAt>=n);return r.length===0?(this.pendingAsks.delete(e),!1):(r.length!==t.length&&this.pendingAsks.set(e,r),r.some(s=>s.status==="pending"))}cleanupExpiredAsks(){let e=0,t=new Date;for(let[n,r]of this.pendingAsks.entries()){let s=r.filter(i=>!i.expiresAt||i.expiresAt>=t);e+=r.length-s.length,s.length===0?this.pendingAsks.delete(n):s.length!==r.length&&this.pendingAsks.set(n,s)}return e}addPendingAsk(e){let t={...e,id:An(),askedAt:new Date,retries:0,status:"pending"},n=this.pendingAsks.get(e.conversationId);return n?n.push(t):this.pendingAsks.set(e.conversationId,[t]),t}incrementRetries(e){for(let t of this.pendingAsks.values()){let n=t.find(r=>r.id===e);if(n)return n.retries+=1,n.retries}}async resolvePendingAsk(e,t){for(let[n,r]of this.pendingAsks.entries()){let s=r.findIndex(i=>i.id===e);if(s!==-1){r[s].status="answered",r[s].answer=t;let i=r[s].channelName;if(r.splice(s,1),r.length>0){let a=r[0];if(i&&i.trim()!=="")try{await this.sendTo(i,{output:a.question})}catch(l){console.error(`[AgentRegistry] Failed to auto-send next ask: ${l instanceof Error?l.message:"Unknown error"}`)}else console.warn(`[AgentRegistry] Cannot auto-send next ask: channelName is empty for conversation ${n}`)}r.length===0&&this.pendingAsks.delete(n);return}}throw new Error(`Pending ask with id "${e}" not found`)}};se();c();import{watch as bn}from"fs";import{spawn as In}from"child_process";import{basename as Cn}from"path";var We=class{cwd;debounceMs;onRestartNeeded;onCompileError;spawnFn;watchFn;watchPaths;watchers=[];debounceTimer;constructor(e){this.watchPaths=e.watchPaths,this.cwd=e.cwd??process.cwd(),this.debounceMs=e.debounceMs??3e4,this.onRestartNeeded=e.onRestartNeeded,this.onCompileError=e.onCompileError,this.spawnFn=e.spawnFn??In,this.watchFn=e.watchFn??bn}start(){for(let e of this.watchPaths){let t=this.watchFn(e,{recursive:!0},(n,r)=>{r&&this._handleFileChange(r)});this.watchers.push(t)}}stop(){for(let e of this.watchers)e.close();this.watchers=[],this.debounceTimer!==void 0&&(clearTimeout(this.debounceTimer),this.debounceTimer=void 0)}_handleFileChange(e){this.debounceTimer!==void 0&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout(()=>{this.debounceTimer=void 0,Cn(e).startsWith(".env")?this.onRestartNeeded():(e.endsWith(".ts")||e.endsWith(".tsx"))&&this._runCompile()},this.debounceMs)}_runCompile(){return new Promise(e=>{let t="",n=this.spawnFn("npx",["tsc","--build"],{cwd:this.cwd,stdio:["ignore","ignore","pipe"]});n.stderr?.on("data",r=>{t+=r.toString()}),n.on("close",r=>{if(r===0)this.onRestartNeeded();else{let s=t||`tsc --build exited with code ${String(r)}`;this.onCompileError?.(s)}e()}),n.on("error",r=>{let s=r instanceof Error?r.message:String(r);this.onCompileError?.(s),e()})})}};c();L();import{AGENT_MODE as kn}from"toolpack-sdk";var Rn={...kn,name:"research-agent-mode",systemPrompt:["You are a research agent specialized in web research and information gathering.","Use web.search to find relevant information, web.fetch to retrieve content, and web.scrape when needed.","Always cite your sources with URLs.","Provide comprehensive, well-structured summaries.","Flag any conflicting information or uncertainty in your findings."].join(" ")},He=class extends P{name="research-agent";description="Web research agent for summarization, fact-finding, competitive analysis, and trend monitoring";mode=Rn;constructor(e){super(e)}async invokeAgent(e){let t=await this.run(e.message||"",void 0,{conversationId:e.conversationId});return await this.onComplete(t),t}};c();L();import{CODING_MODE as xn}from"toolpack-sdk";var Sn={...xn,name:"coding-agent-mode",systemPrompt:["You are a coding agent specialized in software development tasks.","Use coding.* tools for code analysis, fs.* for file operations, and git.* for version control.","Write clean, idiomatic code following best practices.","Always verify your changes and check for potential issues.","Provide clear explanations of your code changes."].join(" ")},Ke=class extends P{name="coding-agent";description="Coding agent for code generation, refactoring, debugging, test writing, and code review";mode=Sn;constructor(e){super(e)}async invokeAgent(e){let t=await this.run(e.message||"",void 0,{conversationId:e.conversationId});return await this.onComplete(t),t}};c();L();import{AGENT_MODE as Tn}from"toolpack-sdk";var _n={...Tn,name:"data-agent-mode",systemPrompt:["You are a data agent specialized in database operations and data analysis.","Use db.* tools for database queries, fs.* for file operations, and http.* for API requests.","Generate clear, well-formatted reports and summaries.","Always validate data integrity and handle errors gracefully.","Provide insights and patterns when analyzing data."].join(" ")},Ve=class extends P{name="data-agent";description="Data agent for database queries, CSV generation, data analysis, reporting, and aggregation";mode=_n;constructor(e){super(e)}async invokeAgent(e){let t=await this.run(e.message||"",void 0,{conversationId:e.conversationId});return await this.onComplete(t),t}};c();L();import{CHAT_MODE as En}from"toolpack-sdk";var Pn={...En,name:"browser-agent-mode",systemPrompt:["You are a browser agent specialized in web interaction and content extraction.","Use web.fetch to retrieve pages, web.screenshot for visual content, and web.extract_links for navigation.","Follow links intelligently to gather comprehensive information.","Extract structured data from web pages when possible.","Be mindful of rate limits and respectful of website resources."].join(" ")},Ye=class extends P{name="browser-agent";description="Browser agent for web browsing, form interaction, page extraction, and link following";mode=Pn;constructor(e){super(e)}async invokeAgent(e){let t=await this.run(e.message||"",void 0,{conversationId:e.conversationId});return await this.onComplete(t),t}};c();var S=class{name;_handler;onMessage(e){this._handler=e}async handleMessage(e){this._handler&&await this._handler(e)}};c();import{createHmac as Mn,timingSafeEqual as Dn}from"crypto";var Xe=class extends S{isTriggerChannel=!1;config;server;participantCache=new Map;botUserId;botId;allowedChannels;constructor(e){super(),this.config={port:3e3,...e},this.name=e.name;let t=e.channel;this.allowedChannels=t==null?null:Array.isArray(t)?t:[t]}listen(){typeof process<"u"&&import("http").then(e=>{this.server=e.createServer((t,n)=>{this.handleRequest(t,n)}),this.server.listen(this.config.port,()=>{console.log(`[SlackChannel] Listening on port ${this.config.port}`),this.runStartupCheck().catch(()=>{})})}).catch(e=>{console.error("[SlackChannel] Failed to start HTTP server:",e)})}async runStartupCheck(){try{let t=await(await fetch("https://slack.com/api/auth.test",{method:"POST",headers:{Authorization:`Bearer ${this.config.token}`,"Content-Type":"application/json"}})).json();t.ok?(this.botUserId=t.user_id,this.botId=t.bot_id,console.log(`[SlackChannel] Connected as @${t.user} (${t.user_id}) in workspace "${t.team}" \u2014 ${t.url}`)):console.warn(`[SlackChannel] auth.test failed: ${t.error}. Check your bot token.`)}catch(e){console.warn("[SlackChannel] Startup self-check failed (network error):",e)}}verifySignature(e,t){let n=e["x-slack-request-timestamp"],r=e["x-slack-signature"];if(!n||!r||Array.isArray(n)||Array.isArray(r))return!1;let s=parseInt(n,10),i=Math.floor(Date.now()/1e3);if(isNaN(s)||Math.abs(i-s)>300)return!1;let a=`v0:${n}:${t}`,d=`v0=${Mn("sha256",this.config.signingSecret).update(a).digest("hex")}`;if(d.length!==r.length)return!1;try{return Dn(Buffer.from(d),Buffer.from(r))}catch{return!1}}async send(e){let t=e.metadata?.threadTs??e.metadata?.thread_ts??e.metadata?.threadId,r=e.metadata?.channelId??(this.allowedChannels&&this.allowedChannels.length>0?this.allowedChannels[0]:void 0);if(!r)throw new Error("[SlackChannel] Cannot send: no channel configured and metadata.channelId is missing. Provide a target via SlackChannelConfig.channel or output.metadata.channelId.");let s={channel:r,text:e.output};t&&(s.thread_ts=t);let i=await fetch("https://slack.com/api/chat.postMessage",{method:"POST",headers:{Authorization:`Bearer ${this.config.token}`,"Content-Type":"application/json"},body:JSON.stringify(s)});if(!i.ok)throw new Error(`Failed to send Slack message: ${i.statusText}`);let a=await i.json();if(!a.ok)throw new Error(`Slack API error: ${a.error}`)}normalize(e){let t=e,r=(t.text||"").replace(/<(https?:\/\/[^|>]+)\|([^>]+)>/g,"$2 ($1)").replace(/<(https?:\/\/[^>]+)>/g,"$1").replace(/<!here>/g,"@here").replace(/<!channel>/g,"@channel").replace(/<!everyone>/g,"@everyone"),s=t.ts,i=t.thread_ts,a=i!==void 0&&i!==s,l=t.user,d=l?{kind:"user",id:l}:void 0,p=/<@([A-Z0-9]+)>/g,g=[],u;for(;(u=p.exec(r))!==null;)g.push(u[1]);let m=t.channel;return{message:r,conversationId:a?i:m||s||"",data:t,participant:d,context:{user:l,channel:m,team:t.team,channelType:t.channel_type,threadId:a?i:void 0,mentions:g.length>0?g:void 0,channelId:m,channelName:typeof this.config.channel=="string"?this.config.channel:m}}}async resolveParticipant(e){let t=e.participant?.id??e.context?.user;if(!t)return;let n=this.participantCache.get(t);if(n)return n;try{let r=await fetch(`https://slack.com/api/users.info?user=${encodeURIComponent(t)}`,{method:"GET",headers:{Authorization:`Bearer ${this.config.token}`}});if(!r.ok)return{kind:"user",id:t};let s=await r.json();if(!s.ok||!s.user){let l={kind:"user",id:t};return this.participantCache.set(t,l),l}let i=s.user.profile?.display_name||s.user.profile?.real_name||s.user.real_name||s.user.name||t,a={kind:"user",id:t,displayName:i,metadata:{slackUser:s.user}};return this.participantCache.set(t,a),a}catch{return{kind:"user",id:t}}}invalidateParticipant(e){this.participantCache.delete(e)}shouldProcessEvent(e){let t=e.type;if(t!=="message"&&t!=="app_mention")return!1;if(this.allowedChannels!==null){let i=e.channel_type;if(!(i==="im"||i==="mpim")){let l=e.channel;if(!l||!this.allowedChannels.includes(l))return!1}}let n=e.user;if(this.botUserId&&n===this.botUserId)return!1;let r=e.bot_id;if(console.log(`[SlackChannel:shouldProcessEvent] subtype=${e.subtype} user=${n} bot_id=${r} this.botUserId=${this.botUserId} this.botId=${this.botId}`),!r)return!0;if(this.botId&&r===this.botId)return!1;let s=this.config.blockedBotIds??[];if(s.includes(r)||n!==void 0&&s.includes(n))return!1;if(this.config.allowedBotIds!==void 0){let i=this.config.allowedBotIds;return i.includes(r)||n!==void 0&&i.includes(n)}return!0}handleRequest(e,t){if(e.method!=="POST"){t.writeHead(405),t.end("Method not allowed");return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",()=>{if(!this.verifySignature(e.headers,n)){t.writeHead(401),t.end("Invalid signature");return}try{let r=JSON.parse(n);if(r.type==="url_verification"){t.writeHead(200,{"Content-Type":"application/json"}),t.end(JSON.stringify({challenge:r.challenge}));return}if(r.type==="event_callback"&&r.event){let s=r.event;if(this.shouldProcessEvent(s)){let i=this.normalize(s);this.handleMessage(i)}else s.type==="user_change"&&s.user&&this.invalidateParticipant(s.user.id);t.writeHead(200),t.end("OK");return}t.writeHead(200),t.end("OK")}catch(r){console.error("[SlackChannel] Error handling request:",r),t.writeHead(400),t.end("Bad request")}})}async stop(){if(this.server)return new Promise(e=>{this.server.close(e)})}};c();var Qe=class extends S{isTriggerChannel=!1;config;server;pendingResponses=new Map;constructor(e){super(),this.name=e.name,this.config={port:e.port??3e3,path:e.path??"/webhook"}}listen(){typeof process<"u"&&import("http").then(e=>{this.server=e.createServer((t,n)=>{this.handleRequest(t,n)}),this.server.listen(this.config.port,()=>{console.log(`[WebhookChannel] Listening on port ${this.config.port}${this.config.path}`)})}).catch(e=>{console.error("[WebhookChannel] Failed to start HTTP server:",e)})}async send(e){let t=e.metadata?.conversationId;if(t&&this.pendingResponses.has(t)){let n=this.pendingResponses.get(t);this.pendingResponses.delete(t),n.resolve({output:e.output,metadata:e.metadata})}}normalize(e){let t=e,n=t.headers||{},r=n["x-session-id"]||n["X-Session-Id"]||t.sessionId||t.conversationId||this.generateSessionId();return{message:t.message||t.text||"",intent:t.intent,conversationId:r,data:t,context:{headers:t.headers,method:t.method,sessionId:r}}}handleRequest(e,t){if(e.url!==this.config.path){t.writeHead(404),t.end("Not found");return}if(e.method!=="POST"){t.writeHead(405),t.end("Method not allowed");return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",()=>{try{let r=JSON.parse(n),s=this.normalize(r),i=s.conversationId||this.generateSessionId(),a=new Promise((l,d)=>{this.pendingResponses.set(i,{resolve:l,reject:d}),setTimeout(()=>{this.pendingResponses.has(i)&&(this.pendingResponses.delete(i),d(new Error("Agent response timeout")))},3e4)});this.handleMessage({...s,conversationId:i,context:{...s.context,sessionId:i}}),a.then(l=>{t.writeHead(200,{"Content-Type":"application/json"}),t.end(JSON.stringify(l))}).catch(l=>{t.writeHead(500,{"Content-Type":"application/json"}),t.end(JSON.stringify({error:l.message}))})}catch(r){console.error("[WebhookChannel] Error handling request:",r),t.writeHead(400,{"Content-Type":"application/json"}),t.end(JSON.stringify({error:"Bad request"}))}})}generateSessionId(){return`webhook-${Date.now()}-${Math.random().toString(36).substring(2,9)}`}async stop(){if(this.server)return new Promise(e=>{this.server.close(e)})}};c();import{CronExpressionParser as Dt}from"cron-parser";var Ze=class extends S{isTriggerChannel=!0;config;timer;_stopped=!1;_generation=0;constructor(e){if(super(),!e.cron&&!e.store)throw new Error("ScheduledChannel: provide at least one of `cron` (static schedule) or `store` (dynamic scheduling).");if(e.cron)try{Dt.parse(e.cron)}catch(t){throw new Error(`ScheduledChannel: invalid cron expression '${e.cron}': ${t.message}`)}if(e.store&&!e.name&&console.warn("[ScheduledChannel] A `store` was provided without a `name`. All store queries will be unscoped and will pick up jobs from every channel. Set `name` to scope this channel to its own jobs."),e.idlePollMs!==void 0&&e.idlePollMs<1e3)throw new Error(`ScheduledChannel: idlePollMs must be at least 1000ms (got ${e.idlePollMs}). Values below 1 second create a tight polling loop.`);this.config=e,this.name=e.name}listen(){this._generation++,this.timer&&(clearTimeout(this.timer),this.timer=void 0),this._stopped=!1,this.config.store?this._listenWithStore():this._listenStatic()}async stop(){this._stopped=!0,this.timer&&(clearTimeout(this.timer),this.timer=void 0)}async send(e){}normalize(e){let t=e,n=new Date,r=`${n.getFullYear()}-${n.getMonth()+1}-${n.getDate()}`;return{intent:t?.intent??this.config.intent,message:t?.message??this.config.message??`Scheduled task triggered at ${n.toISOString()}`,conversationId:`scheduled:${this.name??"default"}:${r}`,data:{...t?.payload??{},scheduled:!0,jobId:t?.id,cron:t?.cron??this.config.cron,timestamp:n.toISOString()}}}_listenStatic(){this._scheduleNextStatic(this._generation)}_scheduleNextStatic(e){if(this._stopped||e!==this._generation)return;let t=this._nextRunFromCron(this.config.cron),n=t.getTime()-Date.now();if(n<=0){this.timer=setTimeout(()=>this._scheduleNextStatic(e),0);return}console.log(`[ScheduledChannel:${this.name??"default"}] Next run: ${t.toISOString()}`),this.timer=setTimeout(async()=>{this._stopped||e!==this._generation||(await this._triggerStatic(),this._scheduleNextStatic(e))},n)}async _triggerStatic(){if(!this._handler){console.warn(`[ScheduledChannel:${this.name??"default"}] Cron fired but no message handler is registered. Call onMessage() before listen() to avoid silently losing triggers.`);return}let e=this.normalize(null);try{await this.handleMessage(e)}catch(t){console.error(`[ScheduledChannel:${this.name??"default"}] Error on trigger:`,t)}}_listenWithStore(){let e=this.config.store,t=this._generation;if(t===1){let r=e.resetStuck(this.name);r>0&&console.log(`[ScheduledChannel:${this.name??"default"}] Reset ${r} stuck 'running' job(s) to 'pending'.`)}if(this.config.cron){let{duplicate:r}=e.create({channelName:this.name,cron:this.config.cron,intent:this.config.intent,message:this.config.message});r||console.log(`[ScheduledChannel:${this.name??"default"}] Seeded static cron '${this.config.cron}' into store.`)}let n=e.getDue(Date.now(),this.name);n.length>0&&(console.log(`[ScheduledChannel:${this.name??"default"}] Recovering ${n.length} overdue job(s).`),Promise.allSettled(n.map(r=>this._triggerJob(r)))),this._scheduleNextFromStore(t)}_scheduleNextFromStore(e){if(this._stopped||e!==this._generation)return;let t=this.config.store,n=t.getNextPending(this.name);if(!n){let s=this.config.idlePollMs??3e4;this.timer=setTimeout(()=>this._scheduleNextFromStore(e),s);return}let r=Math.max(0,n.nextRunAt-Date.now());console.log(`[ScheduledChannel:${this.name??"default"}] Next store job at ${new Date(n.nextRunAt).toISOString()} (in ${Math.round(r/1e3)}s)`),this.timer=setTimeout(async()=>{if(this._stopped||e!==this._generation)return;let s=t.getDue(Date.now(),this.name);await Promise.allSettled(s.map(i=>this._triggerJob(i))),this._scheduleNextFromStore(e)},r)}async _triggerJob(e){let t=this.config.store;if(!this._handler){console.warn(`[ScheduledChannel:${this.name??"default"}] Job ${e.id} fired but no message handler is registered. Call onMessage() before listen() to avoid silently losing jobs.`),t.markFailed(e.id,"No message handler registered");return}t.markRunning(e.id);let n=this.normalize(e);try{await this.handleMessage(n),t.markCompleted(e.id)}catch(r){let s=r instanceof Error?r.message:String(r);console.error(`[ScheduledChannel:${this.name??"default"}] Job ${e.id} failed:`,r),t.markFailed(e.id,s)}}_nextRunFromCron(e){return Dt.parse(e,{currentDate:new Date}).next().toDate()}};c();var et=class extends S{isTriggerChannel=!1;config;offset=0;pollingInterval;server;botUserId;botUsername;constructor(e){super(),this.name=e.name,this.config=e}listen(){this.runStartupCheck().catch(()=>{}),this.config.webhookUrl?this.startWebhook():this.startPolling()}async runStartupCheck(){try{let t=await(await fetch(`https://api.telegram.org/bot${this.config.token}/getMe`)).json();if(t.ok&&t.result){let n=t.result;this.botUserId=n.id!=null?String(n.id):void 0,this.botUsername=n.username,console.log(`[TelegramChannel] Connected as @${n.username} (id: ${n.id}, name: ${n.first_name})`)}else console.warn(`[TelegramChannel] getMe failed: ${t.description??"unknown error"}. Check your bot token.`)}catch(e){console.warn("[TelegramChannel] Startup self-check failed (network error):",e)}}async send(e){let t=e.metadata?.chatId;if(!t)throw new Error("Telegram send requires chatId in metadata");let n=e.metadata?.replyMarkup,r=await fetch(`https://api.telegram.org/bot${this.config.token}/sendMessage`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({chat_id:t,text:e.output,parse_mode:"Markdown",...n?{reply_markup:n}:{}})});if(!r.ok)throw new Error(`Failed to send Telegram message: ${r.statusText}`);let s=await r.json();if(!s.ok)throw new Error(`Telegram API error: ${s.description}`)}async answerCallbackQuery(e,t){let n=await fetch(`https://api.telegram.org/bot${this.config.token}/answerCallbackQuery`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({callback_query_id:e,...t?{text:t}:{}})});if(!n.ok)throw new Error(`Failed to answer Telegram callback query: ${n.statusText}`);let r=await n.json();if(!r.ok)throw new Error(`Telegram API error: ${r.description}`)}normalize(e){let t=e,n=t.callback_query;if(n){let v=n.message||{},w=v.chat||{},b=n.from||{},I=b.id!=null?String(b.id):void 0,T=b.first_name||b.username||I,C=I?{kind:"user",id:I,displayName:T??I}:void 0,M=w.id!=null?String(w.id):"";return{message:n.data??"",conversationId:M,data:t,participant:C,context:{isCallback:!0,callbackQueryId:n.id,callbackData:n.data,chatId:w.id,userId:b.id,username:b.username,firstName:b.first_name,lastName:b.last_name,messageId:v.message_id,channelType:w.type,channelId:M,channelName:w.title}}}let r=t.message||t.edited_message||{},s=r.text||"",i=r.chat||{},a=r.from||{},l=a.id!=null?String(a.id):void 0,d=a.first_name||a.username||l,p=l?{kind:"user",id:l,displayName:d??l}:void 0,g=r.entities??[],u=[];for(let v of g)if(v.type==="text_mention"&&v.user){let w=v.user;w.id!=null&&u.push(String(w.id))}let m=i.type,A=i.id!=null?String(i.id):"";return{message:s,conversationId:A,data:t,participant:p,context:{chatId:i.id,userId:a.id,username:a.username,firstName:a.first_name,lastName:a.last_name,messageId:r.message_id,channelType:m,channelId:A,channelName:i.title,mentions:u.length>0?u:void 0}}}startPolling(){console.log("[TelegramChannel] Starting polling mode"),this.pollingInterval=setInterval(async()=>{try{await this.pollUpdates()}catch(e){console.error("[TelegramChannel] Polling error:",e)}},5e3)}async pollUpdates(){let e=`https://api.telegram.org/bot${this.config.token}/getUpdates?offset=${this.offset}&limit=100`,t=await fetch(e);if(!t.ok)throw new Error(`Telegram getUpdates failed: ${t.statusText}`);let n=await t.json();if(!n.ok)throw new Error("Telegram getUpdates returned not ok");for(let r of n.result){let s=r.update_id;s>=this.offset&&(this.offset=s+1);try{let i=this.normalize(r);await this.handleMessage(i)}catch(i){console.error("[TelegramChannel] Error processing update:",i)}}}startWebhook(){typeof process>"u"||(console.log("[TelegramChannel] Starting webhook mode"),import("http").then(e=>{this.server=e.createServer((r,s)=>{this.handleWebhookRequest(r,s)});let t=new URL(this.config.webhookUrl||"http://localhost:3000"),n=parseInt(t.port,10)||3e3;this.server.listen(n,()=>{console.log(`[TelegramChannel] Webhook server listening on port ${n}`)}),this.setWebhook()}).catch(e=>{console.error("[TelegramChannel] Failed to start webhook server:",e)}))}async setWebhook(){if(!this.config.webhookUrl)return;let e=await fetch(`https://api.telegram.org/bot${this.config.token}/setWebhook`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({url:this.config.webhookUrl})});if(!e.ok){console.error("[TelegramChannel] Failed to set webhook");return}let t=await e.json();t.ok?console.log("[TelegramChannel] Webhook set successfully"):console.error("[TelegramChannel] Failed to set webhook:",t.description)}handleWebhookRequest(e,t){if(e.method!=="POST"){t.writeHead(405),t.end("Method not allowed");return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",()=>{try{let r=JSON.parse(n);this.handleMessage(this.normalize(r)).catch(s=>{console.error("[TelegramChannel] Error processing webhook:",s)}),t.writeHead(200),t.end("OK")}catch(r){console.error("[TelegramChannel] Error parsing webhook:",r),t.writeHead(400),t.end("Bad request")}})}async stop(){if(this.pollingInterval&&(clearInterval(this.pollingInterval),this.pollingInterval=void 0),this.server)return new Promise(e=>{this.server.close(e)});if(this.config.webhookUrl)try{await fetch(`https://api.telegram.org/bot${this.config.token}/deleteWebhook`,{method:"POST"})}catch(e){console.error("[TelegramChannel] Failed to delete webhook:",e)}}};c();var Nn=new Set([1,3]),Nt=/<@!?(\d+)>/g,On="https://discord.com/api/v10",tt=class extends S{isTriggerChannel=!1;config;allowedChannelIds;botUserId;participantCache=new Map;client;constructor(e){super(),this.config=e,this.name=e.name,e.channelId==null?this.allowedChannelIds=new Set:Array.isArray(e.channelId)?this.allowedChannelIds=new Set(e.channelId):this.allowedChannelIds=new Set([e.channelId])}shouldProcessEvent(e){return!e.author||e.webhookId||this.botUserId&&e.author.id===this.botUserId||this.config.guildId&&e.guildId!==this.config.guildId||this.allowedChannelIds.size>0&&(!e.channelId||!this.allowedChannelIds.has(e.channelId))?!1:e.author.bot||e.author.system?this.config.blockedBotIds?.includes(e.author.id)?!1:this.config.allowedBotIds?this.config.allowedBotIds.includes(e.author.id):!1:!0}normalize(e){let t=e,n=t.channelId,r=(n??"")+(t.thread?.id?`:${t.thread.id}`:""),s=t.channel?.type,i=s!==void 0&&Nn.has(s),a=t.author?.id,l=t.author?.globalName??t.author?.username,d=[];if(t.content){Nt.lastIndex=0;let p;for(;(p=Nt.exec(t.content))!==null;)d.push(p[1])}return{message:t.content,conversationId:r,data:t,participant:a?{kind:"user",id:a,displayName:l??void 0}:void 0,context:{userId:a,username:t.author?.username,channelType:i?"dm":"channel",channelId:n,channelName:t.channel?.name,guildId:t.guildId,threadId:t.thread?.id,messageId:t.id,mentions:d.length>0?d:void 0,isMentioned:this.botUserId?d.includes(this.botUserId):void 0}}}async resolveParticipant(e){let t=e.participant?.id??e.context?.userId;if(!t)return;let n=this.participantCache.get(t);if(n)return n;try{let r=await fetch(`${On}/users/${t}`,{headers:{Authorization:`Bot ${this.config.token}`}});if(!r.ok)return console.warn(`[DiscordChannel] Failed to resolve user ${t}: HTTP ${r.status}`),{kind:"user",id:t};let s=await r.json(),i=s.global_name??s.username,a={kind:"user",id:s.id,displayName:i};return this.participantCache.set(t,a),a}catch(r){return console.warn(`[DiscordChannel] resolveParticipant error for ${t}:`,r),{kind:"user",id:t}}}invalidateParticipant(e){this.participantCache.delete(e)}async send(e){if(!this.client)throw new Error("[DiscordChannel] Client not initialized. Did you call listen()?");let t=e.metadata?.threadId;if(t){let s=await this.client.channels.fetch(t);if(s&&"send"in s)try{await s.send({content:e.output});return}catch(i){throw console.error("[DiscordChannel] Failed to send to thread:",i),new Error(`[DiscordChannel] Failed to send Discord message: ${i instanceof Error?i.message:String(i)}`)}console.warn(`[DiscordChannel] Thread ${t} not found or not sendable; falling back to channel send.`)}let n=e.metadata?.channelId??(this.allowedChannelIds.size>0?[...this.allowedChannelIds][0]:void 0);if(!n)throw new Error("[DiscordChannel] No channel ID available for sending. Configure channelId or pass output.metadata.channelId.");let r=await this.client.channels.fetch(n);if(!r||!("send"in r))throw new Error(`[DiscordChannel] Channel ${n} not found or is not a text channel`);try{await r.send({content:e.output})}catch(s){throw console.error("[DiscordChannel] Failed to send to channel:",s),new Error(`[DiscordChannel] Failed to send Discord message: ${s instanceof Error?s.message:String(s)}`)}}listen(){typeof process>"u"||import("discord.js").then(e=>{let{Client:t,GatewayIntentBits:n}=e;this.client=new t({intents:[n.Guilds,n.GuildMessages,n.MessageContent,n.DirectMessages]}),this.client.on("ready",()=>{let r=this.client.user;this.botUserId=r?.id;let s=this.allowedChannelIds.size===0?"all channels":[...this.allowedChannelIds].join(", "),i=this.config.guildId??"all guilds";console.log(`[DiscordChannel] Logged in as ${r?.tag??"unknown"} (botUserId=${this.botUserId??"unknown"}) | guild=${i} | channels=${s}`)}),this.client.on("messageCreate",r=>{let s=r;if(!this.shouldProcessEvent(s))return;let i=this.normalize(s);this.handleMessage(i)}),this.client.on("userUpdate",(r,s)=>{let i=s;i?.id&&this.invalidateParticipant(i.id)}),this.client.login(this.config.token).catch(r=>{console.error("[DiscordChannel] Failed to login to Discord:",r)})}).catch(e=>{console.error("[DiscordChannel] Failed to initialize Discord client:",e),console.error("[DiscordChannel] Make sure discord.js is installed: npm install discord.js")})}async stop(){this.client&&(await this.client.destroy(),this.client=void 0)}};c();var nt=class extends S{isTriggerChannel=!0;config;transporter;constructor(e){super(),this.config=e,this.name=e.name}listen(){typeof process<"u"&&import("nodemailer").then(e=>{this.transporter=e.default.createTransport({host:this.config.smtp.host,port:this.config.smtp.port,secure:this.config.smtp.secure??this.config.smtp.port===465,auth:{user:this.config.smtp.auth.user,pass:this.config.smtp.auth.pass}}),console.log(`[EmailChannel] Email transporter initialized for ${this.config.from}`)}).catch(e=>{console.error("[EmailChannel] Failed to initialize nodemailer:",e),console.error("[EmailChannel] Make sure to install nodemailer: npm install nodemailer")})}async send(e){if(!this.transporter)throw new Error("Email transporter not initialized. Did you call listen()?");let t=Array.isArray(this.config.to)?this.config.to:[this.config.to],n=this.config.subject||"Message from Agent",r={from:this.config.from,to:t.join(", "),subject:n,text:e.output,html:this.formatAsHtml(e.output)};try{await this.transporter.sendMail(r)}catch(s){throw console.error("[EmailChannel] Failed to send email:",s),new Error(`Failed to send email: ${s instanceof Error?s.message:String(s)}`)}}normalize(e){throw new Error("EmailChannel is outbound-only. Use WebhookChannel with email webhook events for inbound email.")}formatAsHtml(e){return e.split(`
35
35
 
36
- `).map(t=>`<p>${t.replace(/\n/g,"<br>")}</p>`).join("")}async stop(){this.transporter&&(this.transporter.close(),this.transporter=void 0)}};d();var Ze=class extends x{config;twilioClient;server;constructor(e){super(),this.config={port:3e3,...e},this.name=e.name}get isTriggerChannel(){return!this.config.webhookPath}listen(){typeof process<"u"&&import("twilio").then(e=>{this.twilioClient=e.default(this.config.accountSid,this.config.authToken),console.log("[SMSChannel] Twilio client initialized"),this.config.webhookPath&&this.startWebhookServer()}).catch(e=>{console.error("[SMSChannel] Failed to initialize Twilio client:",e),console.error("[SMSChannel] Make sure to install twilio: npm install twilio")})}async send(e){if(!this.twilioClient)throw new Error("Twilio client not initialized. Did you call listen()?");let t=e.metadata?.from||this.config.to;if(!t)throw new Error('No recipient phone number specified. Set "to" in config or provide in output.metadata.from');try{await this.twilioClient.messages.create({body:e.output,from:this.config.from,to:t})}catch(n){throw console.error("[SMSChannel] Failed to send SMS:",n),new Error(`Failed to send SMS: ${n instanceof Error?n.message:String(n)}`)}}normalize(e){let t=e,n=t.From,r=t.Body,s=t.MessageSid;return{message:r,conversationId:n,data:t,context:{from:n,to:t.To,messageSid:s}}}startWebhookServer(){import("http").then(e=>{this.server=e.createServer((t,n)=>{this.handleWebhookRequest(t,n)}),this.server.listen(this.config.port,()=>{console.log(`[SMSChannel] Webhook server listening on port ${this.config.port} at ${this.config.webhookPath}`)})}).catch(e=>{console.error("[SMSChannel] Failed to start webhook server:",e)})}handleWebhookRequest(e,t){if(e.method!=="POST"||e.url!==this.config.webhookPath){t.writeHead(404),t.end("Not found");return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",()=>{try{let r=new URLSearchParams(n),s={};r.forEach((a,p)=>{s[p]=a});let i=this.normalize(s);this.handleMessage(i),t.writeHead(200,{"Content-Type":"text/xml"}),t.end('<?xml version="1.0" encoding="UTF-8"?><Response></Response>')}catch(r){console.error("[SMSChannel] Error handling webhook:",r),t.writeHead(400),t.end("Bad request")}})}async stop(){if(this.server)return new Promise(e=>{this.server.close(e)})}};d();var et=class extends x{isTriggerChannel=!1;_timeout;_pendingResolve;constructor(e={}){super(),this._timeout=e.timeout??12e4}listen(){}async send(e){this._pendingResolve?.(e),this._pendingResolve=void 0}normalize(e){let t=e;return{message:typeof t.message=="string"?t.message:JSON.stringify(t),data:t,conversationId:`mcp-${Date.now()}-${Math.random().toString(36).slice(2,7)}`}}async trigger(e){let t=this.normalize(e);return new Promise((n,r)=>{let s=setTimeout(()=>{this._pendingResolve=void 0,r(new Error(`McpChannel: agent did not respond within ${this._timeout}ms`))},this._timeout);this._pendingResolve=i=>{clearTimeout(s),n(i.output)},this.handleMessage(t).catch(i=>{clearTimeout(s),this._pendingResolve=void 0,r(i instanceof Error?i:new Error(String(i)))})})}asAgentDefinition(e,t){return{name:e.name,description:e.description,...t!==void 0&&{inputSchema:t},invoke:n=>this.trigger(n)}}};d();d();ee();var ge=class{agentUrls;constructor(e){this.agentUrls=new Map(Object.entries(e.agents))}async invoke(e,t){let n=this.agentUrls.get(e);if(!n)throw new R(`Agent "${e}" not found in transport configuration. Available agents: ${Array.from(this.agentUrls.keys()).join(", ")}`);let r={jsonrpc:"2.0",method:`agent.invoke:${e}`,params:t,id:Date.now()};try{let s=await fetch(n,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!s.ok)throw new R(`HTTP ${s.status}: ${s.statusText}`);let i=await s.json();if(i.error)throw new R(`JSON-RPC error (${i.error.code}): ${i.error.message}`+(i.error.data?` - ${JSON.stringify(i.error.data)}`:""));if(!i.result)throw new R("No result in JSON-RPC response");return i.result}catch(s){throw s instanceof R?s:new R(`Failed to invoke agent "${e}" at ${n}: ${s instanceof Error?s.message:String(s)}`)}}};d();import Pn from"http";var me=class{agents=new Map;server;port;constructor(e){this.port=e.port}registerAgent(e,t){this.agents.set(e,t)}listen(){this.server=Pn.createServer(async(e,t)=>{if(e.method!=="POST"){t.writeHead(405,{"Content-Type":"application/json"}),t.end(JSON.stringify({error:"Method not allowed"}));return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",async()=>{try{let r=JSON.parse(n),s=await this.handleRequest(r);t.writeHead(200,{"Content-Type":"application/json"}),t.end(JSON.stringify(s))}catch(r){let s={jsonrpc:"2.0",error:{code:-32700,message:"Parse error",data:r instanceof Error?r.message:String(r)},id:null};t.writeHead(200,{"Content-Type":"application/json"}),t.end(JSON.stringify(s))}})}),this.server.listen(this.port,()=>{console.log(`[AgentJsonRpcServer] Listening on port ${this.port}`),console.log(`[AgentJsonRpcServer] Registered agents: ${Array.from(this.agents.keys()).join(", ")}`)})}async stop(){return new Promise((e,t)=>{if(!this.server){e();return}this.server.close(n=>{n?t(n):(console.log("[AgentJsonRpcServer] Server stopped"),e())})})}async handleRequest(e){if(e.jsonrpc!=="2.0")return{jsonrpc:"2.0",error:{code:-32600,message:"Invalid Request",data:'jsonrpc must be "2.0"'},id:e.id||null};let[t,n]=e.method.split(":");if(t!=="agent.invoke")return{jsonrpc:"2.0",error:{code:-32601,message:"Method not found",data:`Unknown method: ${e.method}`},id:e.id||null};if(!n)return{jsonrpc:"2.0",error:{code:-32602,message:"Invalid params",data:'Agent name required in method (e.g., "agent.invoke:data-agent")'},id:e.id||null};let r=this.agents.get(n);if(!r)return{jsonrpc:"2.0",error:{code:-32602,message:"Invalid params",data:`Agent "${n}" not found. Available: ${Array.from(this.agents.keys()).join(", ")}`},id:e.id||null};if(!e.params)return{jsonrpc:"2.0",error:{code:-32602,message:"Invalid params",data:"params (AgentInput) required"},id:e.id||null};try{return{jsonrpc:"2.0",result:await r.invokeAgent(e.params),id:e.id||null}}catch(s){return{jsonrpc:"2.0",error:{code:-32603,message:"Internal error",data:s instanceof Error?s.message:String(s)},id:e.id||null}}}};d();d();B();import{CHAT_MODE as Mn}from"toolpack-sdk";var Dn={...Mn,name:"intent-classifier-mode",systemPrompt:["You classify whether a message is asking an agent to respond.","","Categories:","direct = Message uses @mention, name in greeting, possessive, or commands the agent to act","indirect = Agent is mentioned but unclear if response wanted (talking ABOUT, not TO them)","passive = No addressing detected; agent should only listen, not reply","ignore = Definitely not for this agent (noise, code blocks, other bots)","","Response must start with one of: direct, indirect, passive, ignore"].join(`
37
- `)},he=class extends _{name="intent-classifier";description="Classifies whether a message is directly addressing an agent for response";mode=Dn;constructor(e){super(e)}async invokeAgent(e){let t=e.data;if(t?.isDirectMessage)return{output:"direct",metadata:{classification:"direct",shortCircuit:"dm"}};if(!t?.message)return{output:"ignore",metadata:{error:"No message provided for classification"}};let n=[];if(n.push(`Context: Public channel #${t.channelName}`),n.push(`Target agent: "${t.agentName}" (ID: ${t.agentId})`),n.push(`Message sender: ${t.senderName}`),t.recentContext&&t.recentContext.length>0){n.push(`
36
+ `).map(t=>`<p>${t.replace(/\n/g,"<br>")}</p>`).join("")}async stop(){this.transporter&&(this.transporter.close(),this.transporter=void 0)}};c();var rt=class extends S{config;twilioClient;server;constructor(e){super(),this.config={port:3e3,...e},this.name=e.name}get isTriggerChannel(){return!this.config.webhookPath}listen(){typeof process<"u"&&import("twilio").then(e=>{this.twilioClient=e.default(this.config.accountSid,this.config.authToken),console.log("[SMSChannel] Twilio client initialized"),this.config.webhookPath&&this.startWebhookServer()}).catch(e=>{console.error("[SMSChannel] Failed to initialize Twilio client:",e),console.error("[SMSChannel] Make sure to install twilio: npm install twilio")})}async send(e){if(!this.twilioClient)throw new Error("Twilio client not initialized. Did you call listen()?");let t=e.metadata?.from||this.config.to;if(!t)throw new Error('No recipient phone number specified. Set "to" in config or provide in output.metadata.from');try{await this.twilioClient.messages.create({body:e.output,from:this.config.from,to:t})}catch(n){throw console.error("[SMSChannel] Failed to send SMS:",n),new Error(`Failed to send SMS: ${n instanceof Error?n.message:String(n)}`)}}normalize(e){let t=e,n=t.From,r=t.Body,s=t.MessageSid;return{message:r,conversationId:n,data:t,context:{from:n,to:t.To,messageSid:s}}}startWebhookServer(){import("http").then(e=>{this.server=e.createServer((t,n)=>{this.handleWebhookRequest(t,n)}),this.server.listen(this.config.port,()=>{console.log(`[SMSChannel] Webhook server listening on port ${this.config.port} at ${this.config.webhookPath}`)})}).catch(e=>{console.error("[SMSChannel] Failed to start webhook server:",e)})}handleWebhookRequest(e,t){if(e.method!=="POST"||e.url!==this.config.webhookPath){t.writeHead(404),t.end("Not found");return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",()=>{try{let r=new URLSearchParams(n),s={};r.forEach((a,l)=>{s[l]=a});let i=this.normalize(s);this.handleMessage(i),t.writeHead(200,{"Content-Type":"text/xml"}),t.end('<?xml version="1.0" encoding="UTF-8"?><Response></Response>')}catch(r){console.error("[SMSChannel] Error handling webhook:",r),t.writeHead(400),t.end("Bad request")}})}async stop(){if(this.server)return new Promise(e=>{this.server.close(e)})}};c();var st=class extends S{isTriggerChannel=!1;_timeout;_pendingResolve;constructor(e={}){super(),this._timeout=e.timeout??12e4}listen(){}async send(e){this._pendingResolve?.(e),this._pendingResolve=void 0}normalize(e){let t=e;return{message:typeof t.message=="string"?t.message:JSON.stringify(t),data:t,conversationId:`mcp-${Date.now()}-${Math.random().toString(36).slice(2,7)}`}}async trigger(e){let t=this.normalize(e);return new Promise((n,r)=>{let s=setTimeout(()=>{this._pendingResolve=void 0,r(new Error(`McpChannel: agent did not respond within ${this._timeout}ms`))},this._timeout);this._pendingResolve=i=>{clearTimeout(s),n(i.output)},this.handleMessage(t).catch(i=>{clearTimeout(s),this._pendingResolve=void 0,r(i instanceof Error?i:new Error(String(i)))})})}asAgentDefinition(e,t){return{name:e.name,description:e.description,...t!==void 0&&{inputSchema:t},invoke:n=>this.trigger(n)}}};c();c();se();var ye=class{agentUrls;constructor(e){this.agentUrls=new Map(Object.entries(e.agents))}async invoke(e,t){let n=this.agentUrls.get(e);if(!n)throw new x(`Agent "${e}" not found in transport configuration. Available agents: ${Array.from(this.agentUrls.keys()).join(", ")}`);let r={jsonrpc:"2.0",method:`agent.invoke:${e}`,params:t,id:Date.now()};try{let s=await fetch(n,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!s.ok)throw new x(`HTTP ${s.status}: ${s.statusText}`);let i=await s.json();if(i.error)throw new x(`JSON-RPC error (${i.error.code}): ${i.error.message}`+(i.error.data?` - ${JSON.stringify(i.error.data)}`:""));if(!i.result)throw new x("No result in JSON-RPC response");return i.result}catch(s){throw s instanceof x?s:new x(`Failed to invoke agent "${e}" at ${n}: ${s instanceof Error?s.message:String(s)}`)}}};c();import $n from"http";var ve=class{agents=new Map;server;port;constructor(e){this.port=e.port}registerAgent(e,t){this.agents.set(e,t)}listen(){this.server=$n.createServer(async(e,t)=>{if(e.method!=="POST"){t.writeHead(405,{"Content-Type":"application/json"}),t.end(JSON.stringify({error:"Method not allowed"}));return}let n="";e.on("data",r=>{n+=r.toString()}),e.on("end",async()=>{try{let r=JSON.parse(n),s=await this.handleRequest(r);t.writeHead(200,{"Content-Type":"application/json"}),t.end(JSON.stringify(s))}catch(r){let s={jsonrpc:"2.0",error:{code:-32700,message:"Parse error",data:r instanceof Error?r.message:String(r)},id:null};t.writeHead(200,{"Content-Type":"application/json"}),t.end(JSON.stringify(s))}})}),this.server.listen(this.port,()=>{console.log(`[AgentJsonRpcServer] Listening on port ${this.port}`),console.log(`[AgentJsonRpcServer] Registered agents: ${Array.from(this.agents.keys()).join(", ")}`)})}async stop(){return new Promise((e,t)=>{if(!this.server){e();return}this.server.close(n=>{n?t(n):(console.log("[AgentJsonRpcServer] Server stopped"),e())})})}async handleRequest(e){if(e.jsonrpc!=="2.0")return{jsonrpc:"2.0",error:{code:-32600,message:"Invalid Request",data:'jsonrpc must be "2.0"'},id:e.id||null};let[t,n]=e.method.split(":");if(t!=="agent.invoke")return{jsonrpc:"2.0",error:{code:-32601,message:"Method not found",data:`Unknown method: ${e.method}`},id:e.id||null};if(!n)return{jsonrpc:"2.0",error:{code:-32602,message:"Invalid params",data:'Agent name required in method (e.g., "agent.invoke:data-agent")'},id:e.id||null};let r=this.agents.get(n);if(!r)return{jsonrpc:"2.0",error:{code:-32602,message:"Invalid params",data:`Agent "${n}" not found. Available: ${Array.from(this.agents.keys()).join(", ")}`},id:e.id||null};if(!e.params)return{jsonrpc:"2.0",error:{code:-32602,message:"Invalid params",data:"params (AgentInput) required"},id:e.id||null};try{return{jsonrpc:"2.0",result:await r.invokeAgent(e.params),id:e.id||null}}catch(s){return{jsonrpc:"2.0",error:{code:-32603,message:"Internal error",data:s instanceof Error?s.message:String(s)},id:e.id||null}}}};c();c();L();import{CHAT_MODE as jn}from"toolpack-sdk";var Bn={...jn,name:"intent-classifier-mode",systemPrompt:["You classify whether a message is asking an agent to respond.","","Categories:","direct = Message uses @mention, name in greeting, possessive, or commands the agent to act","indirect = Agent is mentioned but unclear if response wanted (talking ABOUT, not TO them)","passive = No addressing detected; agent should only listen, not reply","ignore = Definitely not for this agent (noise, code blocks, other bots)","","Response must start with one of: direct, indirect, passive, ignore"].join(`
37
+ `)},we=class extends P{name="intent-classifier";description="Classifies whether a message is directly addressing an agent for response";mode=Bn;constructor(e){super(e)}async invokeAgent(e){let t=e.data;if(t?.isDirectMessage)return{output:"direct",metadata:{classification:"direct",shortCircuit:"dm"}};if(!t?.message)return{output:"ignore",metadata:{error:"No message provided for classification"}};let n=[];if(n.push(`Context: Public channel #${t.channelName}`),n.push(`Target agent: "${t.agentName}" (ID: ${t.agentId})`),n.push(`Message sender: ${t.senderName}`),t.recentContext&&t.recentContext.length>0){n.push(`
38
38
  Recent conversation:`);for(let a of t.recentContext)n.push(` ${a.sender}: ${a.content.substring(0,100)}`)}n.push(`
39
39
  Message to classify: "${t.message}"`),t.includeExamples&&(n.push(`
40
40
  Examples of classifications:`),n.push(` "@${t.agentName} help me" \u2192 direct`),n.push(` "Can someone ask ${t.agentName} about this?" \u2192 indirect`),n.push(` "I was talking to ${t.agentName} earlier" \u2192 passive`),n.push(' "Check the logs" \u2192 ignore')),n.push(`
41
41
  Classification (start with direct, indirect, passive, or ignore):`);let r=n.join(`
42
- `),s=await this.run(r),i=this.normalizeClassification(s.output);return{output:i,metadata:{rawOutput:s.output,classification:i,confidence:"high"}}}normalizeClassification(e){let t=e.toLowerCase().trim().split(/\s+/)[0],n=e.toLowerCase();return["direct","indirect","passive","ignore"].includes(t)?t:n.includes("indirect")||n.includes("mention")?"indirect":n.includes("passive")||n.includes("listen")?"passive":n.includes("ignore")||n.includes("skip")?"ignore":n.includes("direct")||n.includes("addressed")?"direct":"ignore"}};d();B();import{CHAT_MODE as Nn}from"toolpack-sdk";var On={...Nn,name:"summarizer-mode",systemPrompt:["You are a conversation summarizer for multi-participant chat histories.","Your job is to compress older conversation turns into a dense summary that preserves:","","1. Key facts and information shared","2. Decisions made or action items assigned","3. Context relevant to the target agent's perspective","4. Important questions asked or problems raised","","Summarize from the perspective of the target agent.","If the agent was not addressed in a turn, note it as observed context.","Use bullet points for clarity. Be concise but complete.","","Output format: Return ONLY a JSON object with these fields:","- summary: string (the summary text)","- turnsSummarized: number (count of turns processed)","- hasDecisions: boolean (whether any decisions/action items were found)","- estimatedTokens: number (rough estimate: characters / 4)","","Do not include markdown code blocks, just the raw JSON."].join(`
43
- `)},fe=class extends _{name="summarizer";description="Compresses conversation history into compact summaries for prompt assembly";mode=On;constructor(e){super(e)}async invokeAgent(e){let t=e.data;if(!t?.turns||t.turns.length===0)return{output:JSON.stringify({summary:"(No history to summarize)",turnsSummarized:0,hasDecisions:!1,estimatedTokens:5}),metadata:{emptyInput:!0}};let n=t.maxTokens??800,r=t.extractDecisions??!0,s=[`Target agent: "${t.agentName}" (ID: ${t.agentId})`,`Maximum summary length: ~${n} tokens`,`Extract decisions/action items: ${r?"yes":"no"}`,"",`Conversation turns to summarize (${t.turns.length} turns):`,""];for(let c of t.turns){let l=new Date(c.timestamp).toLocaleString("en-US",{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"}),m=c.participant.displayName??c.participant.id,u=c.participant.kind==="agent"?`[BOT] ${m}`:m,g=`[${l}] ${u}: ${c.content.substring(0,200)}`;c.content.length>200&&(g+="..."),c.metadata?.isToolCall&&c.metadata.toolName&&(g+=` [tool: ${c.metadata.toolName}]`),s.push(g)}s.push("","Generate a JSON summary object:");let i=s.join(`
44
- `),a=await this.run(i),p=this.parseSummarizerOutput(a.output,t.turns.length);return{output:JSON.stringify(p),metadata:{turnsProcessed:t.turns.length,rawOutputLength:a.output.length}}}parseSummarizerOutput(e,t){let n=e.trim(),r=n.match(/```(?:json)?\s*([\s\S]*?)\s*```/);r&&(n=r[1].trim());try{let s=JSON.parse(n);return{summary:typeof s.summary=="string"&&s.summary.length>0?s.summary:this.generateFallbackSummary(t),turnsSummarized:typeof s.turnsSummarized=="number"?s.turnsSummarized:t,hasDecisions:typeof s.hasDecisions=="boolean"?s.hasDecisions:!1,estimatedTokens:typeof s.estimatedTokens=="number"&&s.estimatedTokens>0?s.estimatedTokens:Math.ceil(e.length/4)}}catch{return{summary:this.generateFallbackSummary(t),turnsSummarized:t,hasDecisions:e.toLowerCase().includes("decision")||e.toLowerCase().includes("action"),estimatedTokens:Math.ceil(e.length/4)}}}generateFallbackSummary(e){return`(Summary of ${e} conversation turns - key details preserved in full context)`}};d();d();import{InMemoryConversationStore as Pt}from"toolpack-sdk";_e();d();function Mt(o,e,t={}){let n=t.maxResults??10,r=t.tokenCap??2e3,s={limit:n,tokenCap:r};return{name:"search_conversation_history",description:["Search the conversation history for messages matching a query.","Use this when you need to recall something specific that was said earlier","in this conversation but is not in your immediate context.","Results are limited to this conversation only."].join(" "),input_schema:{type:"object",properties:{query:{type:"string",description:"The search query \u2014 keywords or phrases to look for in the conversation history."}},required:["query"]},execute:async({query:i})=>{if(!i||i.trim()==="")return"Error: query must not be empty.";let a=await o.search(e,i.trim(),s);if(a.length===0)return`No messages found matching "${i}".`;let p=a.map(c=>{let l=c.participant.displayName??c.participant.id,m=c.participant.kind==="agent"?`${l} (agent)`:l;return`[${new Date(c.timestamp).toLocaleString("en-US",{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}] ${m}: ${c.content}`});return[`Found ${a.length} result(s) for "${i}":`,"",...p].join(`
45
- `)}}}Le();d();W();Se();d();d();var tt=class{constructor(e){this.maxSize=e}maxSize;cache=new Map;has(e){return this.cache.has(e)}set(e,t){if(this.cache.has(e)&&this.cache.delete(e),this.cache.size>=this.maxSize){let n=this.cache.keys().next().value;n!==void 0&&this.cache.delete(n)}this.cache.set(e,t)}clear(){this.cache.clear()}size(){return this.cache.size}};function nt(o={}){let e=o.maxCacheSize??1e3,t=o.getEventId??(r=>r.context?.eventId),n=new tt(e);return async(r,s,i)=>{let a=t(r);if(a){if(n.has(a))return o.onDuplicate?.(a,r),s.logger?.debug(`Event dedup: dropping duplicate event ${a}`,{eventId:a}),s.skip();n.set(a,!0)}return await i()}}d();function rt(o){let e=o.getSubtype??(n=>n.context?.subtype),t=new Set(o.denySubtypes);return async(n,r,s)=>{let i=e(n);return i&&t.has(i)?(o.onFiltered?.(i,n),r.logger?.debug(`Noise filter: dropping message with subtype "${i}"`,{subtype:i}),r.skip()):await s()}}d();function st(o){return async(e,t,n)=>{let r=o.getSenderId(e),s=o.agentId??t.agent.name;return r&&r===s?(o.onSelfMessage?.(r,e),t.logger?.debug(`Self filter: dropping self-message from ${r}`,{senderId:r,agentId:s}),t.skip()):await n()}}d();var ot=class{constructor(e){this.maxSize=e}maxSize;cache=new Map;get(e){let t=this.cache.get(e);return t!==void 0&&(this.cache.delete(e),this.cache.set(e,t)),t}set(e,t){if(this.cache.has(e))this.cache.delete(e);else if(this.cache.size>=this.maxSize){let n=this.cache.keys().next().value;n!==void 0&&this.cache.delete(n)}this.cache.set(e,t)}clear(){this.cache.clear()}size(){return this.cache.size}},it=class{constructor(e,t,n){this.capacity=e;this.refillRate=t;this.refillInterval=n;this.tokens=e,this.lastRefill=Date.now()}capacity;refillRate;refillInterval;tokens;lastRefill;consume(e=1){return this.refill(),this.tokens>=e?(this.tokens-=e,!0):!1}refill(){let e=Date.now(),t=e-this.lastRefill,n=Math.floor(t/this.refillInterval*this.refillRate);n>0&&(this.tokens=Math.min(this.capacity,this.tokens+n),this.lastRefill=e)}getTokens(){return this.refill(),this.tokens}};function at(o){let e=o.tokensPerInterval??10,t=o.interval??6e4,n=o.maxBuckets??1e3,r=o.onExceeded??"skip",s=new ot(n);return async(i,a,p)=>{let c=o.getKey(i),l=s.get(c);if(l||(l=new it(e,e,t),s.set(c,l)),!l.consume()){if(o.onRateLimited?.(c,i),a.logger?.warn(`Rate limit exceeded for key: ${c}`,{key:c}),r==="reject")throw new Error("Rate limit exceeded. Please try again later.");return a.skip()}return await p()}}d();function ct(o={}){return async(e,t,n)=>{let r;if(o.resolveParticipant)r=await o.resolveParticipant(e);else if(typeof t.channel.resolveParticipant=="function")try{r=await t.channel.resolveParticipant(e)}catch(i){t.logger?.warn("Channel resolveParticipant threw; falling back",{error:i instanceof Error?i.message:"Unknown error"})}let s=r??e.participant;if(s){let i={...e,participant:s,context:{...e.context,_participant:s}};return o.onResolved?.(i,s),t.logger?.debug("Resolved participant",{participantId:s.id,participantKind:s.kind}),await n(i)}return await n()}}Te();d();function $n(o,e){let t=e.toLowerCase();if(!o.toLowerCase().includes(t))return!1;let r=[],s=/```[\s\S]*?```/g,i;for(;(i=s.exec(o))!==null;)r.push([i.index,i.index+i[0].length]);let a=/`[^`\n]*`/g;for(;(i=a.exec(o))!==null;){let u=i.index,g=u+i[0].length;r.some(([h,A])=>u>=h&&g<=A)||r.push([u,g])}if(r.length===0)return!1;r.sort((u,g)=>u[0]-g[0]);let p="",c=0;for(let[u,g]of r)u>c&&(p+=o.slice(c,u)),c=Math.max(c,g);return c<o.length&&(p+=o.slice(c)),p.toLowerCase().includes(t)?!1:r.some(([u,g])=>o.slice(u,g).toLowerCase().includes(t))}function dt(o){return async(e,t,n)=>{let r=o.getMessageText(e)??"";if(o.isDirectMessage?.(e)){let g={...e,context:{...e.context,_addressCheck:"direct",_isDM:!0}};return o.onClassified?.("direct",e),await n(g)}let s="ambiguous",i=r.toLowerCase(),a=o.agentName.toLowerCase(),p=g=>g.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),c=p(a),l=o.agentId?`|^@${p(o.agentId)}\\b`:"";if(new RegExp(`^(hey\\s+)?@?${c}\\b${l}`,"i").test(i))s="direct";else if(new RegExp(`\\b(my|our|the)\\s+${c}\\b`,"i").test(i))s="ambiguous";else if($n(r,o.agentName))s="ignore";else if(/^https?:\/\//.test(r))s="ignore";else if(o.getMentions){let g=o.getMentions(e),w=g.some(h=>h.toLowerCase()===a||h===o.agentId);w&&g.length>1?s="indirect":w&&(s="ambiguous")}else i.includes(a)?s="ambiguous":s="passive";let u={...e,context:{...e.context,_addressCheck:s}};return o.onClassified?.(s,e),t.logger?.debug(`Address check classified as: ${s}`,{result:s}),await n(u)}}d();function lt(o){let e=o.classifierAgentName??"intent-classifier";return async(t,n,r)=>{let s=t.context?._addressCheck;if(s==="direct")return await r();if(s==="ignore"||s==="passive")return o.onClassified?.(s,t),n.skip();let i=o.getMessageText(t)??"";if(!i.trim())return await r();let a={message:i,agentName:o.agentName,agentId:o.agentId,senderName:o.getSenderName(t),channelName:o.getChannelName(t),isDirectMessage:o.isDirectMessage?.(t)??!1,recentContext:o.getRecentContext?.(t)};try{let c=(await n.delegateAndWait(e,{message:"classify",data:a,conversationId:t.conversationId})).output.trim();o.onClassified?.(c,t),n.logger?.debug(`Intent classified as: ${c}`,{classification:c});let l={...t,context:{...t.context,_intentClassification:c}};return c==="direct"?await r(l):n.skip()}catch(p){return n.logger?.error("Intent classification failed, allowing message",{error:p instanceof Error?p.message:"Unknown error"}),await r()}}}d();var K=class extends Error{constructor(t,n){super(`Maximum invocation depth exceeded: ${t} > ${n}`);this.currentDepth=t;this.maxDepth=n;this.name="DepthExceededError"}currentDepth;maxDepth};function pt(o={}){let e=o.maxDepth??5;return async(t,n,r)=>{if(n.invocationDepth>e)throw o.onDepthExceeded?.(n.invocationDepth,e,t),n.logger?.error(`Depth guard: invocation depth ${n.invocationDepth} exceeds maximum ${e}`,{currentDepth:n.invocationDepth,maxDepth:e}),new K(n.invocationDepth,e);return await r()}}d();W();function ut(o={}){let e=o.level??"debug",t=o.includeInputData??!1,n=o.includeResultOutput??!1;return async(r,s,i)=>{if(o.shouldTrace&&!o.shouldTrace(r))return await i();let a=e==="info"?s.logger?.info:s.logger?.debug;a?.("Interceptor entry",{agent:s.agent.name,channel:s.channel.name,depth:s.invocationDepth,conversationId:r.conversationId,intent:r.intent,input:t?r:void 0});let p=performance.now();try{let c=await i(),l=performance.now()-p;return L(c)?a?.("Interceptor exit: skipped",{agent:s.agent.name,channel:s.channel.name,depth:s.invocationDepth,conversationId:r.conversationId,durationMs:l.toFixed(2)}):a?.("Interceptor exit: success",{agent:s.agent.name,channel:s.channel.name,depth:s.invocationDepth,conversationId:r.conversationId,durationMs:l.toFixed(2),outputLength:c.output.length,result:n?c:void 0}),c}catch(c){let l=performance.now()-p;throw s.logger?.error("Interceptor exit: error",{agent:s.agent.name,channel:s.channel.name,depth:s.invocationDepth,conversationId:r.conversationId,durationMs:l.toFixed(2),error:c instanceof Error?c.message:"Unknown error",errorType:c?.constructor?.name}),c}}}d();W();var ye=(n=>(n[n.UNSET=0]="UNSET",n[n.OK=1]="OK",n[n.ERROR=2]="ERROR",n))(ye||{});function gt(o={}){let{tracerProvider:e,tracerName:t="toolpack-agents",tracerVersion:n,recordSteps:r=!0,shouldTrace:s}=o,i=e?.getTracer(t,n);return async(a,p,c)=>{if(!i)return await c();if(s&&!s(a))return await c();let l=i.startSpan("agent.invocation");l.setAttribute("agent.name",p.agent.name),l.setAttribute("channel.name",p.channel.name??"unknown"),l.setAttribute("invocation.depth",p.invocationDepth),a.conversationId&&l.setAttribute("conversation.id",a.conversationId),a.intent&&l.setAttribute("agent.intent",a.intent);let m=performance.now();try{let u=await c(),g=performance.now()-m;if(l.setAttribute("duration.ms",Math.round(g)),L(u))l.setAttribute("result.skipped",!0),l.setStatus({code:1});else{if(l.setAttribute("result.output.length",u.output.length),r&&u.steps&&u.steps.length>0){l.setAttribute("steps.total",u.steps.length);let w=u.steps.filter(h=>h.status==="failed");w.length>0&&l.setAttribute("steps.failed",w.length),u.steps.forEach((h,A)=>{let b=`step.${A}`;l.setAttribute(`${b}.description`,h.description),l.setAttribute(`${b}.status`,h.status),h.result?.duration!==void 0&&l.setAttribute(`${b}.duration.ms`,h.result.duration),h.result?.toolsUsed&&h.result.toolsUsed.length>0&&l.setAttribute(`${b}.tools`,h.result.toolsUsed.join(","))})}l.setStatus({code:1})}return u}catch(u){let g=performance.now()-m;l.setAttribute("duration.ms",Math.round(g));let w=u instanceof Error?u:String(u);throw l.recordException(w),l.setStatus({code:2,message:u instanceof Error?u.message:String(u)}),u}finally{l.end()}}}d();d();import jn from"better-sqlite3";import{CronExpressionParser as te}from"cron-parser";var ve=class{db;constructor({dbPath:e=":memory:"}={}){this.db=new jn(e),this.db.pragma("journal_mode = WAL"),this.db.pragma("foreign_keys = ON"),this._migrate()}_migrate(){this.db.exec(`
42
+ `),s=await this.run(r),i=this.normalizeClassification(s.output);return{output:i,metadata:{rawOutput:s.output,classification:i,confidence:"high"}}}normalizeClassification(e){let t=e.toLowerCase().trim().split(/\s+/)[0],n=e.toLowerCase();return["direct","indirect","passive","ignore"].includes(t)?t:n.includes("indirect")||n.includes("mention")?"indirect":n.includes("passive")||n.includes("listen")?"passive":n.includes("ignore")||n.includes("skip")?"ignore":n.includes("direct")||n.includes("addressed")?"direct":"ignore"}};c();L();import{CHAT_MODE as Ln}from"toolpack-sdk";var Fn={...Ln,name:"summarizer-mode",systemPrompt:["You are a conversation summarizer for multi-participant chat histories.","Your job is to compress older conversation turns into a dense summary that preserves:","","1. Key facts and information shared","2. Decisions made or action items assigned","3. Context relevant to the target agent's perspective","4. Important questions asked or problems raised","","Summarize from the perspective of the target agent.","If the agent was not addressed in a turn, note it as observed context.","Use bullet points for clarity. Be concise but complete.","","Output format: Return ONLY a JSON object with these fields:","- summary: string (the summary text)","- turnsSummarized: number (count of turns processed)","- hasDecisions: boolean (whether any decisions/action items were found)","- estimatedTokens: number (rough estimate: characters / 4)","","Do not include markdown code blocks, just the raw JSON."].join(`
43
+ `)},Ae=class extends P{name="summarizer";description="Compresses conversation history into compact summaries for prompt assembly";mode=Fn;constructor(e){super(e)}async invokeAgent(e){let t=e.data;if(!t?.turns||t.turns.length===0)return{output:JSON.stringify({summary:"(No history to summarize)",turnsSummarized:0,hasDecisions:!1,estimatedTokens:5}),metadata:{emptyInput:!0}};let n=t.maxTokens??800,r=t.extractDecisions??!0,s=[`Target agent: "${t.agentName}" (ID: ${t.agentId})`,`Maximum summary length: ~${n} tokens`,`Extract decisions/action items: ${r?"yes":"no"}`,"",`Conversation turns to summarize (${t.turns.length} turns):`,""];for(let d of t.turns){let p=new Date(d.timestamp).toLocaleString("en-US",{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"}),g=d.participant.displayName??d.participant.id,u=d.participant.kind==="agent"?`[BOT] ${g}`:g,m=`[${p}] ${u}: ${d.content.substring(0,200)}`;d.content.length>200&&(m+="..."),d.metadata?.isToolCall&&d.metadata.toolName&&(m+=` [tool: ${d.metadata.toolName}]`),s.push(m)}s.push("","Generate a JSON summary object:");let i=s.join(`
44
+ `),a=await this.run(i),l=this.parseSummarizerOutput(a.output,t.turns.length);return{output:JSON.stringify(l),metadata:{turnsProcessed:t.turns.length,rawOutputLength:a.output.length}}}parseSummarizerOutput(e,t){let n=e.trim(),r=n.match(/```(?:json)?\s*([\s\S]*?)\s*```/);r&&(n=r[1].trim());try{let s=JSON.parse(n);return{summary:typeof s.summary=="string"&&s.summary.length>0?s.summary:this.generateFallbackSummary(t),turnsSummarized:typeof s.turnsSummarized=="number"?s.turnsSummarized:t,hasDecisions:typeof s.hasDecisions=="boolean"?s.hasDecisions:!1,estimatedTokens:typeof s.estimatedTokens=="number"&&s.estimatedTokens>0?s.estimatedTokens:Math.ceil(e.length/4)}}catch{return{summary:this.generateFallbackSummary(t),turnsSummarized:t,hasDecisions:e.toLowerCase().includes("decision")||e.toLowerCase().includes("action"),estimatedTokens:Math.ceil(e.length/4)}}}generateFallbackSummary(e){return`(Summary of ${e} conversation turns - key details preserved in full context)`}};c();c();import{InMemoryConversationStore as Ot}from"toolpack-sdk";De();c();function $t(o,e,t={}){let n=t.maxResults??10,r=t.tokenCap??2e3,s={limit:n,tokenCap:r};return{name:"search_conversation_history",description:["Search the conversation history for messages matching a query.","Use this when you need to recall something specific that was said earlier","in this conversation but is not in your immediate context.","Results are limited to this conversation only."].join(" "),input_schema:{type:"object",properties:{query:{type:"string",description:"The search query \u2014 keywords or phrases to look for in the conversation history."}},required:["query"]},execute:async({query:i})=>{if(!i||i.trim()==="")return"Error: query must not be empty.";let a=await o.search(e,i.trim(),s);if(a.length===0)return`No messages found matching "${i}".`;let l=a.map(d=>{let p=d.participant.displayName??d.participant.id,g=d.participant.kind==="agent"?`${p} (agent)`:p;return`[${new Date(d.timestamp).toLocaleString("en-US",{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}] ${g}: ${d.content}`});return[`Found ${a.length} result(s) for "${i}":`,"",...l].join(`
45
+ `)}}}Je();c();V();Pe();c();c();var ot=class{constructor(e){this.maxSize=e}maxSize;cache=new Map;has(e){return this.cache.has(e)}set(e,t){if(this.cache.has(e)&&this.cache.delete(e),this.cache.size>=this.maxSize){let n=this.cache.keys().next().value;n!==void 0&&this.cache.delete(n)}this.cache.set(e,t)}clear(){this.cache.clear()}size(){return this.cache.size}};function it(o={}){let e=o.maxCacheSize??1e3,t=o.getEventId??(r=>r.context?.eventId),n=new ot(e);return async(r,s,i)=>{let a=t(r);if(a){if(n.has(a))return o.onDuplicate?.(a,r),s.logger?.debug(`Event dedup: dropping duplicate event ${a}`,{eventId:a}),s.skip();n.set(a,!0)}return await i()}}c();function at(o){let e=o.getSubtype??(n=>n.context?.subtype),t=new Set(o.denySubtypes);return async(n,r,s)=>{let i=e(n);return i&&t.has(i)?(o.onFiltered?.(i,n),r.logger?.debug(`Noise filter: dropping message with subtype "${i}"`,{subtype:i}),r.skip()):await s()}}c();function ct(o){return async(e,t,n)=>{let r=o.getSenderId(e),s=o.agentId??t.agent.name;return r&&r===s?(o.onSelfMessage?.(r,e),t.logger?.debug(`Self filter: dropping self-message from ${r}`,{senderId:r,agentId:s}),t.skip()):await n()}}c();var dt=class{constructor(e){this.maxSize=e}maxSize;cache=new Map;get(e){let t=this.cache.get(e);return t!==void 0&&(this.cache.delete(e),this.cache.set(e,t)),t}set(e,t){if(this.cache.has(e))this.cache.delete(e);else if(this.cache.size>=this.maxSize){let n=this.cache.keys().next().value;n!==void 0&&this.cache.delete(n)}this.cache.set(e,t)}clear(){this.cache.clear()}size(){return this.cache.size}},lt=class{constructor(e,t,n){this.capacity=e;this.refillRate=t;this.refillInterval=n;this.tokens=e,this.lastRefill=Date.now()}capacity;refillRate;refillInterval;tokens;lastRefill;consume(e=1){return this.refill(),this.tokens>=e?(this.tokens-=e,!0):!1}refill(){let e=Date.now(),t=e-this.lastRefill,n=Math.floor(t/this.refillInterval*this.refillRate);n>0&&(this.tokens=Math.min(this.capacity,this.tokens+n),this.lastRefill=e)}getTokens(){return this.refill(),this.tokens}};function pt(o){let e=o.tokensPerInterval??10,t=o.interval??6e4,n=o.maxBuckets??1e3,r=o.onExceeded??"skip",s=new dt(n);return async(i,a,l)=>{let d=o.getKey(i),p=s.get(d);if(p||(p=new lt(e,e,t),s.set(d,p)),!p.consume()){if(o.onRateLimited?.(d,i),a.logger?.warn(`Rate limit exceeded for key: ${d}`,{key:d}),r==="reject")throw new Error("Rate limit exceeded. Please try again later.");return a.skip()}return await l()}}c();function ut(o={}){return async(e,t,n)=>{let r;if(o.resolveParticipant)r=await o.resolveParticipant(e);else if(typeof t.channel.resolveParticipant=="function")try{r=await t.channel.resolveParticipant(e)}catch(i){t.logger?.warn("Channel resolveParticipant threw; falling back",{error:i instanceof Error?i.message:"Unknown error"})}let s=r??e.participant;if(s){let i={...e,participant:s,context:{...e.context,_participant:s}};return o.onResolved?.(i,s),t.logger?.debug("Resolved participant",{participantId:s.id,participantKind:s.kind}),await n(i)}return await n()}}Me();c();function Un(o,e){let t=e.toLowerCase();if(!o.toLowerCase().includes(t))return!1;let r=[],s=/```[\s\S]*?```/g,i;for(;(i=s.exec(o))!==null;)r.push([i.index,i.index+i[0].length]);let a=/`[^`\n]*`/g;for(;(i=a.exec(o))!==null;){let u=i.index,m=u+i[0].length;r.some(([v,w])=>u>=v&&m<=w)||r.push([u,m])}if(r.length===0)return!1;r.sort((u,m)=>u[0]-m[0]);let l="",d=0;for(let[u,m]of r)u>d&&(l+=o.slice(d,u)),d=Math.max(d,m);return d<o.length&&(l+=o.slice(d)),l.toLowerCase().includes(t)?!1:r.some(([u,m])=>o.slice(u,m).toLowerCase().includes(t))}function gt(o){return async(e,t,n)=>{let r=o.getMessageText(e)??"";if(o.isDirectMessage?.(e)){let m={...e,context:{...e.context,_addressCheck:"direct",_isDM:!0}};return o.onClassified?.("direct",e),await n(m)}let s="ambiguous",i=r.toLowerCase(),a=o.agentName.toLowerCase(),l=m=>m.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),d=l(a),p=o.agentId?`|^@${l(o.agentId)}\\b`:"";if(new RegExp(`^(hey\\s+)?@?${d}\\b${p}`,"i").test(i))s="direct";else if(new RegExp(`\\b(my|our|the)\\s+${d}\\b`,"i").test(i))s="ambiguous";else if(Un(r,o.agentName))s="ignore";else if(/^https?:\/\//.test(r))s="ignore";else if(o.getMentions){let m=o.getMentions(e),A=m.some(v=>v.toLowerCase()===a||v===o.agentId);A&&m.length>1?s="indirect":A&&(s="ambiguous")}else i.includes(a)?s="ambiguous":s="passive";let u={...e,context:{...e.context,_addressCheck:s}};return o.onClassified?.(s,e),t.logger?.debug(`Address check classified as: ${s}`,{result:s}),await n(u)}}c();function mt(o){let e=o.classifierAgentName??"intent-classifier";return async(t,n,r)=>{let s=t.context?._addressCheck;if(s==="direct")return await r();if(s==="ignore"||s==="passive")return o.onClassified?.(s,t),n.skip();let i=o.getMessageText(t)??"";if(!i.trim())return await r();let a={message:i,agentName:o.agentName,agentId:o.agentId,senderName:o.getSenderName(t),channelName:o.getChannelName(t),isDirectMessage:o.isDirectMessage?.(t)??!1,recentContext:o.getRecentContext?.(t)};try{let d=(await n.delegateAndWait(e,{message:"classify",data:a,conversationId:t.conversationId})).output.trim();o.onClassified?.(d,t),n.logger?.debug(`Intent classified as: ${d}`,{classification:d});let p={...t,context:{...t.context,_intentClassification:d}};return d==="direct"?await r(p):n.skip()}catch(l){return n.logger?.error("Intent classification failed, allowing message",{error:l instanceof Error?l.message:"Unknown error"}),await r()}}}c();var X=class extends Error{constructor(t,n){super(`Maximum invocation depth exceeded: ${t} > ${n}`);this.currentDepth=t;this.maxDepth=n;this.name="DepthExceededError"}currentDepth;maxDepth};function ht(o={}){let e=o.maxDepth??5;return async(t,n,r)=>{if(n.invocationDepth>e)throw o.onDepthExceeded?.(n.invocationDepth,e,t),n.logger?.error(`Depth guard: invocation depth ${n.invocationDepth} exceeds maximum ${e}`,{currentDepth:n.invocationDepth,maxDepth:e}),new X(n.invocationDepth,e);return await r()}}c();V();function ft(o={}){let e=o.level??"debug",t=o.includeInputData??!1,n=o.includeResultOutput??!1;return async(r,s,i)=>{if(o.shouldTrace&&!o.shouldTrace(r))return await i();let a=e==="info"?s.logger?.info:s.logger?.debug;a?.("Interceptor entry",{agent:s.agent.name,channel:s.channel.name,depth:s.invocationDepth,conversationId:r.conversationId,intent:r.intent,input:t?r:void 0});let l=performance.now();try{let d=await i(),p=performance.now()-l;return J(d)?a?.("Interceptor exit: skipped",{agent:s.agent.name,channel:s.channel.name,depth:s.invocationDepth,conversationId:r.conversationId,durationMs:p.toFixed(2)}):a?.("Interceptor exit: success",{agent:s.agent.name,channel:s.channel.name,depth:s.invocationDepth,conversationId:r.conversationId,durationMs:p.toFixed(2),outputLength:d.output.length,result:n?d:void 0}),d}catch(d){let p=performance.now()-l;throw s.logger?.error("Interceptor exit: error",{agent:s.agent.name,channel:s.channel.name,depth:s.invocationDepth,conversationId:r.conversationId,durationMs:p.toFixed(2),error:d instanceof Error?d.message:"Unknown error",errorType:d?.constructor?.name}),d}}}c();V();var be=(n=>(n[n.UNSET=0]="UNSET",n[n.OK=1]="OK",n[n.ERROR=2]="ERROR",n))(be||{});function yt(o={}){let{tracerProvider:e,tracerName:t="toolpack-agents",tracerVersion:n,recordSteps:r=!0,shouldTrace:s}=o,i=e?.getTracer(t,n);return async(a,l,d)=>{if(!i)return await d();if(s&&!s(a))return await d();let p=i.startSpan("agent.invocation");p.setAttribute("agent.name",l.agent.name),p.setAttribute("channel.name",l.channel.name??"unknown"),p.setAttribute("invocation.depth",l.invocationDepth),a.conversationId&&p.setAttribute("conversation.id",a.conversationId),a.intent&&p.setAttribute("agent.intent",a.intent);let g=performance.now();try{let u=await d(),m=performance.now()-g;if(p.setAttribute("duration.ms",Math.round(m)),J(u))p.setAttribute("result.skipped",!0),p.setStatus({code:1});else{if(p.setAttribute("result.output.length",u.output.length),r&&u.steps&&u.steps.length>0){p.setAttribute("steps.total",u.steps.length);let A=u.steps.filter(v=>v.status==="failed");A.length>0&&p.setAttribute("steps.failed",A.length),u.steps.forEach((v,w)=>{let b=`step.${w}`;p.setAttribute(`${b}.description`,v.description),p.setAttribute(`${b}.status`,v.status),v.result?.duration!==void 0&&p.setAttribute(`${b}.duration.ms`,v.result.duration),v.result?.toolsUsed&&v.result.toolsUsed.length>0&&p.setAttribute(`${b}.tools`,v.result.toolsUsed.join(","))})}p.setStatus({code:1})}return u}catch(u){let m=performance.now()-g;p.setAttribute("duration.ms",Math.round(m));let A=u instanceof Error?u:String(u);throw p.recordException(A),p.setStatus({code:2,message:u instanceof Error?u.message:String(u)}),u}finally{p.end()}}}c();c();import Gn from"better-sqlite3";import{CronExpressionParser as oe}from"cron-parser";var Ie=class{db;constructor({dbPath:e=":memory:"}={}){this.db=new Gn(e),this.db.pragma("journal_mode = WAL"),this.db.pragma("foreign_keys = ON"),this._migrate()}_migrate(){this.db.exec(`
46
46
  CREATE TABLE IF NOT EXISTS scheduled_jobs (
47
47
  id TEXT PRIMARY KEY,
48
48
  channel_name TEXT,
@@ -62,7 +62,19 @@ Classification (start with direct, indirect, passive, or ignore):`);let r=n.join
62
62
 
63
63
  CREATE INDEX IF NOT EXISTS idx_jobs_channel
64
64
  ON scheduled_jobs (channel_name, status);
65
- `)}create(e){if(!e.cron&&!e.runAt)throw new Error("SchedulerStore.create: either cron or runAt must be provided.");if(e.cron&&e.runAt)throw new Error("SchedulerStore.create: provide cron OR runAt, not both.");let t;if(e.cron)try{t=te.parse(e.cron,{currentDate:new Date}).next().toDate().getTime()}catch{throw new Error(`SchedulerStore.create: invalid cron expression '${e.cron}'`)}else if(t=e.runAt instanceof Date?e.runAt.getTime():e.runAt,isNaN(t))throw new Error(`SchedulerStore.create: invalid runAt value '${e.runAt}'`);let n=this._findDuplicate(e,t);if(n)return{job:n,duplicate:!0};let r=crypto.randomUUID(),s=Date.now();return this.db.prepare(`
65
+
66
+ CREATE TABLE IF NOT EXISTS job_runs (
67
+ id INTEGER PRIMARY KEY AUTOINCREMENT,
68
+ job_id TEXT NOT NULL REFERENCES scheduled_jobs(id) ON DELETE CASCADE,
69
+ outcome TEXT NOT NULL,
70
+ ran_at INTEGER NOT NULL,
71
+ duration_ms INTEGER,
72
+ error TEXT
73
+ );
74
+
75
+ CREATE INDEX IF NOT EXISTS idx_job_runs_job_id
76
+ ON job_runs (job_id, ran_at DESC);
77
+ `)}create(e){if(!e.cron&&!e.runAt)throw new Error("SchedulerStore.create: either cron or runAt must be provided.");if(e.cron&&e.runAt)throw new Error("SchedulerStore.create: provide cron OR runAt, not both.");let t;if(e.cron)try{t=oe.parse(e.cron,{currentDate:new Date}).next().toDate().getTime()}catch{throw new Error(`SchedulerStore.create: invalid cron expression '${e.cron}'`)}else if(t=e.runAt instanceof Date?e.runAt.getTime():e.runAt,isNaN(t))throw new Error(`SchedulerStore.create: invalid runAt value '${e.runAt}'`);let n=this._findDuplicate(e,t);if(n)return{job:n,duplicate:!0};let r=crypto.randomUUID(),s=Date.now();return this.db.prepare(`
66
78
  INSERT INTO scheduled_jobs
67
79
  (id, channel_name, next_run_at, cron, intent, message, payload, status, created_at)
68
80
  VALUES
@@ -72,7 +84,7 @@ Classification (start with direct, indirect, passive, or ignore):`);let r=n.join
72
84
  ${a}
73
85
  ORDER BY next_run_at ASC
74
86
  LIMIT @limit
75
- `).all(i).map(ne)}getDue(e=Date.now(),t){return(t?this.db.prepare(`
87
+ `).all(i).map(ie)}getDue(e=Date.now(),t){return(t?this.db.prepare(`
76
88
  SELECT * FROM scheduled_jobs
77
89
  WHERE status = 'pending' AND next_run_at <= @now AND channel_name = @channelName
78
90
  ORDER BY next_run_at ASC
@@ -80,7 +92,7 @@ Classification (start with direct, indirect, passive, or ignore):`);let r=n.join
80
92
  SELECT * FROM scheduled_jobs
81
93
  WHERE status = 'pending' AND next_run_at <= @now
82
94
  ORDER BY next_run_at ASC
83
- `).all({now:e})).map(ne)}getNextPending(e){let t=e?this.db.prepare(`
95
+ `).all({now:e})).map(ie)}getNextPending(e){let t=e?this.db.prepare(`
84
96
  SELECT * FROM scheduled_jobs
85
97
  WHERE status = 'pending' AND channel_name = @channelName
86
98
  ORDER BY next_run_at ASC LIMIT 1
@@ -88,7 +100,7 @@ Classification (start with direct, indirect, passive, or ignore):`);let r=n.join
88
100
  SELECT * FROM scheduled_jobs
89
101
  WHERE status = 'pending'
90
102
  ORDER BY next_run_at ASC LIMIT 1
91
- `).get();return t?ne(t):void 0}update(e,t){let n=this._getById(e);if(!n)return;if(n.status!=="pending")throw new Error(`Cannot update job ${e}: status is '${n.status}', expected 'pending'.`);if(t.cron!==void 0&&t.runAt!==void 0)throw new Error(`Cannot update job ${e}: provide cron OR runAt, not both.`);let r=[],s={id:e};if(t.cron!==void 0){try{te.parse(t.cron)}catch{throw new Error(`Invalid cron expression '${t.cron}'`)}r.push("cron = @cron"),s.cron=t.cron;let i=te.parse(t.cron,{currentDate:new Date});s.nextRunAt=i.next().toDate().getTime(),r.push("next_run_at = @nextRunAt")}if(t.runAt!==void 0){let i=t.runAt instanceof Date?t.runAt.getTime():t.runAt;if(isNaN(i))throw new Error(`Cannot update job ${e}: invalid runAt value '${t.runAt}'`);s.nextRunAt=i,r.push("next_run_at = @nextRunAt"),r.push("cron = NULL")}return t.message!==void 0&&(r.push("message = @message"),s.message=t.message),t.intent!==void 0&&(r.push("intent = @intent"),s.intent=t.intent),t.payload!==void 0&&(r.push("payload = @payload"),s.payload=JSON.stringify(t.payload)),r.length===0?n:(this.db.prepare(`
103
+ `).get();return t?ie(t):void 0}update(e,t){let n=this._getById(e);if(!n)return;if(n.status!=="pending")throw new Error(`Cannot update job ${e}: status is '${n.status}', expected 'pending'.`);if(t.cron!==void 0&&t.runAt!==void 0)throw new Error(`Cannot update job ${e}: provide cron OR runAt, not both.`);let r=[],s={id:e};if(t.cron!==void 0){try{oe.parse(t.cron)}catch{throw new Error(`Invalid cron expression '${t.cron}'`)}r.push("cron = @cron"),s.cron=t.cron;let i=oe.parse(t.cron,{currentDate:new Date});s.nextRunAt=i.next().toDate().getTime(),r.push("next_run_at = @nextRunAt")}if(t.runAt!==void 0){let i=t.runAt instanceof Date?t.runAt.getTime():t.runAt;if(isNaN(i))throw new Error(`Cannot update job ${e}: invalid runAt value '${t.runAt}'`);s.nextRunAt=i,r.push("next_run_at = @nextRunAt"),r.push("cron = NULL")}return t.message!==void 0&&(r.push("message = @message"),s.message=t.message),t.intent!==void 0&&(r.push("intent = @intent"),s.intent=t.intent),t.payload!==void 0&&(r.push("payload = @payload"),s.payload=JSON.stringify(t.payload)),r.length===0?n:(this.db.prepare(`
92
104
  UPDATE scheduled_jobs SET ${r.join(", ")} WHERE id = @id
93
105
  `).run(s),this._getById(e))}cancel(e){return this.db.prepare(`
94
106
  UPDATE scheduled_jobs SET status = 'cancelled'
@@ -100,28 +112,34 @@ Classification (start with direct, indirect, passive, or ignore):`);let r=n.join
100
112
  UPDATE scheduled_jobs SET status = 'pending' WHERE status = 'running'
101
113
  `).run()).changes}markRunning(e){this.db.prepare(`
102
114
  UPDATE scheduled_jobs SET status = 'running' WHERE id = @id
103
- `).run({id:e})}markCompleted(e){let t=this._getById(e);if(!t)return;let n=Date.now();if(t.cron){let r;try{r=te.parse(t.cron,{currentDate:new Date}).next().toDate().getTime()}catch{this.markFailed(e,`markCompleted: corrupt cron expression '${t.cron}'`);return}this.db.prepare(`
115
+ `).run({id:e})}markCompleted(e,t){let n=this._getById(e);if(!n)return;let r=Date.now(),s=t??r;if(this.db.prepare(`
116
+ INSERT INTO job_runs (job_id, outcome, ran_at, duration_ms) VALUES (@id, 'completed', @ranAt, @duration)
117
+ `).run({id:e,ranAt:s,duration:r-s}),n.cron){let i;try{i=oe.parse(n.cron,{currentDate:new Date}).next().toDate().getTime()}catch{this.markFailed(e,`markCompleted: corrupt cron expression '${n.cron}'`);return}this.db.prepare(`
104
118
  UPDATE scheduled_jobs
105
119
  SET status = 'pending', last_run_at = @now, next_run_at = @nextRunAt, last_error = NULL
106
120
  WHERE id = @id
107
- `).run({id:e,now:n,nextRunAt:r})}else this.db.prepare(`
121
+ `).run({id:e,now:r,nextRunAt:i})}else this.db.prepare(`
108
122
  UPDATE scheduled_jobs
109
123
  SET status = 'completed', last_run_at = @now, last_error = NULL
110
124
  WHERE id = @id
111
- `).run({id:e,now:n})}markFailed(e,t){let n=this._getById(e);if(!n)return;let r=Date.now();if(n.cron){let s;try{s=te.parse(n.cron,{currentDate:new Date}).next().toDate().getTime()}catch{this.db.prepare(`
125
+ `).run({id:e,now:r})}markFailed(e,t,n){let r=this._getById(e);if(!r)return;let s=Date.now(),i=n??s;if(this.db.prepare(`
126
+ INSERT INTO job_runs (job_id, outcome, ran_at, duration_ms, error) VALUES (@id, 'failed', @ranAt, @duration, @error)
127
+ `).run({id:e,ranAt:i,duration:s-i,error:t}),r.cron){let a;try{a=oe.parse(r.cron,{currentDate:new Date}).next().toDate().getTime()}catch{this.db.prepare(`
112
128
  UPDATE scheduled_jobs
113
129
  SET status = 'failed', last_run_at = @now,
114
130
  last_error = @compositeError
115
131
  WHERE id = @id
116
- `).run({id:e,now:r,compositeError:`${t} | corrupt cron: '${n.cron}'`});return}this.db.prepare(`
132
+ `).run({id:e,now:s,compositeError:`${t} | corrupt cron: '${r.cron}'`});return}this.db.prepare(`
117
133
  UPDATE scheduled_jobs
118
134
  SET status = 'pending', last_run_at = @now, last_error = @error, next_run_at = @nextRunAt
119
135
  WHERE id = @id
120
- `).run({id:e,now:r,error:t,nextRunAt:s})}else this.db.prepare(`
136
+ `).run({id:e,now:s,error:t,nextRunAt:a})}else this.db.prepare(`
121
137
  UPDATE scheduled_jobs
122
138
  SET status = 'failed', last_run_at = @now, last_error = @error
123
139
  WHERE id = @id
124
- `).run({id:e,now:r,error:t})}_getById(e){let t=this.db.prepare("SELECT * FROM scheduled_jobs WHERE id = @id").get({id:e});return t?ne(t):null}_findDuplicate(e,t){let n;return e.cron?n=this.db.prepare(`
140
+ `).run({id:e,now:s,error:t})}getHistory(e,t=20){return this.db.prepare(`
141
+ SELECT * FROM job_runs WHERE job_id = @id ORDER BY ran_at DESC LIMIT @limit
142
+ `).all({id:e,limit:t}).map(r=>({id:r.id,jobId:r.job_id,outcome:r.outcome,ranAt:r.ran_at,durationMs:r.duration_ms??void 0,error:r.error??void 0}))}_getById(e){let t=this.db.prepare("SELECT * FROM scheduled_jobs WHERE id = @id").get({id:e});return t?ie(t):null}_findDuplicate(e,t){let n;return e.cron?n=this.db.prepare(`
125
143
  SELECT * FROM scheduled_jobs
126
144
  WHERE status = 'pending'
127
145
  AND cron = @cron
@@ -135,8 +153,8 @@ Classification (start with direct, indirect, passive, or ignore):`);let r=n.join
135
153
  AND (intent IS @intent OR (intent IS NULL AND @intent IS NULL))
136
154
  AND (channel_name IS @channelName OR (channel_name IS NULL AND @channelName IS NULL))
137
155
  LIMIT 1
138
- `).get({nextRunAt:t,intent:e.intent??null,channelName:e.channelName??null}),n?ne(n):null}close(){this.db.close()}};function ne(o){return{id:o.id,channelName:o.channel_name??void 0,nextRunAt:o.next_run_at,cron:o.cron??void 0,intent:o.intent??void 0,message:o.message??void 0,payload:o.payload?JSON.parse(o.payload):void 0,status:o.status,lastRunAt:o.last_run_at??void 0,lastError:o.last_error??void 0,createdAt:o.created_at}}d();function Dt(o){return{manifest:{key:"scheduler",name:"scheduler",displayName:"Scheduler",version:"1.0.0",description:"Tools for the agent to manage its own scheduled invocations.",category:"scheduler",tools:["scheduler.create","scheduler.list","scheduler.cancel","scheduler.update"]},tools:[{name:"scheduler.create",displayName:"Schedule Job",category:"scheduler",description:["Schedule a future agent invocation.","Provide `cron` for a recurring job or `run_at` (ISO timestamp) for a one-shot job.","The scheduler deduplicates: if a pending job with the same intent + cron (or run_at) + channel already exists, it returns the existing job without creating a duplicate."].join(" "),parameters:{type:"object",properties:{intent:{type:"string",description:'Intent hint forwarded to the agent on trigger (e.g. "weekly_report").'},message:{type:"string",description:"Message forwarded to the agent on trigger."},cron:{type:"string",description:'Cron expression for recurring jobs. E.g. "0 9 * * 1" = 9am every Monday.'},run_at:{type:"string",description:'ISO 8601 timestamp for a one-shot job. E.g. "2026-07-01T09:00:00Z".'},channel_name:{type:"string",description:"Optional channel name to scope this job."},payload:{type:"object",description:"Optional extra data merged into AgentInput.data on trigger."}},required:[]},execute:async e=>{if(!e.cron&&!e.run_at)return"Error: provide either `cron` (recurring) or `run_at` (one-shot).";if(e.cron&&e.run_at)return"Error: provide `cron` OR `run_at`, not both.";if(e.run_at){let t=new Date(e.run_at);if(isNaN(t.getTime()))return`Error: invalid run_at value "${e.run_at}". Provide an ISO 8601 timestamp, e.g. "2026-07-01T09:00:00Z".`}try{let{job:t,duplicate:n}=o.create({intent:e.intent,message:e.message,cron:e.cron,runAt:e.run_at?new Date(e.run_at):void 0,channelName:e.channel_name,payload:e.payload});return n?[`A pending job with the same schedule already exists (id: ${t.id}).`,`Next run: ${new Date(t.nextRunAt).toISOString()}`,"No new job was created."].join(" "):[`Job scheduled (id: ${t.id}).`,t.cron?`Recurring \u2014 cron: "${t.cron}". Next run: ${new Date(t.nextRunAt).toISOString()}.`:`One-shot \u2014 runs at: ${new Date(t.nextRunAt).toISOString()}.`].join(" ")}catch(t){return`Error: ${t.message}`}}},{name:"scheduler.list",displayName:"List Scheduled Jobs",category:"scheduler",description:'List scheduled jobs. Defaults to pending jobs only. Use status="all" to include completed/failed/cancelled.',parameters:{type:"object",properties:{status:{type:"string",enum:["pending","running","completed","failed","cancelled","all"],description:'Filter by job status. Default: "pending".'},channel_name:{type:"string",description:"Filter by channel name."},limit:{type:"number",description:"Maximum number of jobs to return (default: 10, max: 50)."}},required:[]},execute:async e=>{let t=Math.min(e.limit??10,50),n=o.list({status:e.status??"pending",channelName:e.channel_name,limit:t});if(n.length===0)return"No scheduled jobs found.";let r=n.map(s=>{let i=new Date(s.nextRunAt).toISOString(),a=s.cron?`recurring (${s.cron})`:"one-shot",p=s.intent?` intent="${s.intent}"`:"",c=s.lastError?` [last_error: ${s.lastError}]`:"";return`- id=${s.id} status=${s.status} type=${a}${p} next_run=${i}${c}`});return[`${n.length} job(s):`,...r].join(`
139
- `)}},{name:"scheduler.cancel",displayName:"Cancel Scheduled Job",category:"scheduler",description:"Cancel a pending scheduled job by its ID.",parameters:{type:"object",properties:{job_id:{type:"string",description:"The ID of the job to cancel."}},required:["job_id"]},execute:async e=>e.job_id?o.cancel(e.job_id)?`Job ${e.job_id} has been cancelled.`:`Job ${e.job_id} not found or is not in pending state.`:"Error: job_id is required."},{name:"scheduler.update",displayName:"Update Scheduled Job",category:"scheduler",description:"Modify an existing pending job \u2014 change its cron expression, run time, intent, message, or payload.",parameters:{type:"object",properties:{job_id:{type:"string",description:"The ID of the job to update."},cron:{type:"string",description:"New cron expression (updates nextRunAt automatically)."},run_at:{type:"string",description:"Override the next run time (ISO 8601). Also clears the cron expression, converting the job to a one-shot. Use `cron` if you want the job to remain recurring."},intent:{type:"string",description:"New intent."},message:{type:"string",description:"New message."},payload:{type:"object",description:"New payload (replaces existing)."}},required:["job_id"]},execute:async e=>{if(!e.job_id)return"Error: job_id is required.";if(e.cron&&e.run_at)return"Error: provide `cron` OR `run_at`, not both.";if(e.run_at){let t=new Date(e.run_at);if(isNaN(t.getTime()))return`Error: invalid run_at value "${e.run_at}". Provide an ISO 8601 timestamp, e.g. "2026-07-01T09:00:00Z".`}try{let t=o.update(e.job_id,{cron:e.cron,runAt:e.run_at?new Date(e.run_at):void 0,intent:e.intent,message:e.message,payload:e.payload});return t?[`Job ${t.id} updated.`,`Next run: ${new Date(t.nextRunAt).toISOString()}.`].join(" "):`Job ${e.job_id} not found.`}catch(t){return`Error: ${t.message}`}}}]}}d();d();d();d();d();import{readFileSync as Ln,writeFileSync as Fn}from"fs";var we=class o{_cases;constructor(e=[]){this._cases=[...e]}get cases(){return[...this._cases]}get size(){return this._cases.length}get(e){return this._cases.find(t=>t.id===e)}add(...e){let t=new Set(this._cases.map(n=>n.id));for(let n of e){if(t.has(n.id))throw new Error(`EvalDataset: case with id "${n.id}" already exists.`);t.add(n.id)}return this._cases.push(...e),this}remove(e){let t=this._cases.length;return this._cases=this._cases.filter(n=>n.id!==e),this._cases.length<t}filter(e){return new o(this._cases.filter(e))}toJSON(){return[...this._cases]}save(e){Fn(e,JSON.stringify(this._cases,null,2),"utf-8")}static load(e){let t=Ln(e,"utf-8"),n=JSON.parse(t);return new o(n)}static from(e){return new o(e)}};d();var Ae=class{agent;constructor(e){this.agent=e}async run(e,t={}){let n=t.runId??new Date().toISOString(),r=Math.max(1,t.concurrency??1),s=new Date().toISOString(),i=Date.now(),a=e.cases,p=[];for(let c=0;c<a.length;c+=r){let l=a.slice(c,c+r),m=await Promise.all(l.map(async u=>{let g=Date.now();try{let w=await this.agent.invokeAgent({message:u.input.message,intent:u.input.intent,conversationId:u.input.conversationId,context:u.input.context});return{evalCase:u,actualOutput:w.output,durationMs:Date.now()-g}}catch(w){return{evalCase:u,actualOutput:"",durationMs:Date.now()-g,error:w instanceof Error?w.message:String(w)}}}));p.push(...m)}return{runId:n,startedAt:s,completedAt:new Date().toISOString(),totalDurationMs:Date.now()-i,results:p}}};d();function Re(o,e){let t=e.filter(r=>r.verdict==="pass").length,n=e.length-t;return{run:o,scoredResults:e,passCount:t,failCount:n,passRate:e.length===0?0:t/e.length}}function j(o,e,t){let n={caseResult:o,verdict:e};return t!==void 0&&(n.explanation=t),n}var be=class{trim;caseInsensitive;constructor(e={}){this.trim=e.trim??!0,this.caseInsensitive=e.caseInsensitive??!1}async score(e){let t=e.results.map(n=>{if(n.error)return j(n,"fail",`Agent threw: ${n.error}`);let r=n.actualOutput,s=n.evalCase.expectedOutput;return this.trim&&(r=r.trim(),s=s.trim()),this.caseInsensitive&&(r=r.toLowerCase(),s=s.toLowerCase()),j(n,r===s?"pass":"fail")});return Re(e,t)}},Ie=class{caseInsensitive;constructor(e={}){this.caseInsensitive=e.caseInsensitive??!0}async score(e){let t=e.results.map(n=>{if(n.error)return j(n,"fail",`Agent threw: ${n.error}`);let r=n.actualOutput,s=n.evalCase.expectedOutput;this.caseInsensitive&&(r=r.toLowerCase(),s=s.toLowerCase());let i=r.includes(s);return j(n,i?"pass":"fail")});return Re(e,t)}},Un=`You are an impartial evaluator assessing whether an AI agent's answer is correct.
156
+ `).get({nextRunAt:t,intent:e.intent??null,channelName:e.channelName??null}),n?ie(n):null}close(){this.db.close()}};function ie(o){return{id:o.id,channelName:o.channel_name??void 0,nextRunAt:o.next_run_at,cron:o.cron??void 0,intent:o.intent??void 0,message:o.message??void 0,payload:o.payload?JSON.parse(o.payload):void 0,status:o.status,lastRunAt:o.last_run_at??void 0,lastError:o.last_error??void 0,createdAt:o.created_at}}c();function jt(o){return{manifest:{key:"scheduler",name:"scheduler",displayName:"Scheduler",version:"1.0.0",description:"Tools for the agent to manage its own scheduled invocations.",category:"scheduler",tools:["scheduler.create","scheduler.list","scheduler.cancel","scheduler.update"]},tools:[{name:"scheduler.create",displayName:"Schedule Job",category:"scheduler",description:["Schedule a future agent invocation.","Provide `cron` for a recurring job or `run_at` (ISO timestamp) for a one-shot job.","The scheduler deduplicates: if a pending job with the same intent + cron (or run_at) + channel already exists, it returns the existing job without creating a duplicate."].join(" "),parameters:{type:"object",properties:{intent:{type:"string",description:'Intent hint forwarded to the agent on trigger (e.g. "weekly_report").'},message:{type:"string",description:"Message forwarded to the agent on trigger."},cron:{type:"string",description:'Cron expression for recurring jobs. E.g. "0 9 * * 1" = 9am every Monday.'},run_at:{type:"string",description:'ISO 8601 timestamp for a one-shot job. E.g. "2026-07-01T09:00:00Z".'},channel_name:{type:"string",description:"Optional channel name to scope this job."},payload:{type:"object",description:"Optional extra data merged into AgentInput.data on trigger."}},required:[]},execute:async e=>{if(!e.cron&&!e.run_at)return"Error: provide either `cron` (recurring) or `run_at` (one-shot).";if(e.cron&&e.run_at)return"Error: provide `cron` OR `run_at`, not both.";if(e.run_at){let t=new Date(e.run_at);if(isNaN(t.getTime()))return`Error: invalid run_at value "${e.run_at}". Provide an ISO 8601 timestamp, e.g. "2026-07-01T09:00:00Z".`}try{let{job:t,duplicate:n}=o.create({intent:e.intent,message:e.message,cron:e.cron,runAt:e.run_at?new Date(e.run_at):void 0,channelName:e.channel_name,payload:e.payload});return n?[`A pending job with the same schedule already exists (id: ${t.id}).`,`Next run: ${new Date(t.nextRunAt).toISOString()}`,"No new job was created."].join(" "):[`Job scheduled (id: ${t.id}).`,t.cron?`Recurring \u2014 cron: "${t.cron}". Next run: ${new Date(t.nextRunAt).toISOString()}.`:`One-shot \u2014 runs at: ${new Date(t.nextRunAt).toISOString()}.`].join(" ")}catch(t){return`Error: ${t.message}`}}},{name:"scheduler.list",displayName:"List Scheduled Jobs",category:"scheduler",description:'List scheduled jobs. Defaults to pending jobs only. Use status="all" to include completed/failed/cancelled.',parameters:{type:"object",properties:{status:{type:"string",enum:["pending","running","completed","failed","cancelled","all"],description:'Filter by job status. Default: "pending".'},channel_name:{type:"string",description:"Filter by channel name."},limit:{type:"number",description:"Maximum number of jobs to return (default: 10, max: 50)."}},required:[]},execute:async e=>{let t=Math.min(e.limit??10,50),n=o.list({status:e.status??"pending",channelName:e.channel_name,limit:t});if(n.length===0)return"No scheduled jobs found.";let r=n.map(s=>{let i=new Date(s.nextRunAt).toISOString(),a=s.cron?`recurring (${s.cron})`:"one-shot",l=s.intent?` intent="${s.intent}"`:"",d=s.lastError?` [last_error: ${s.lastError}]`:"";return`- id=${s.id} status=${s.status} type=${a}${l} next_run=${i}${d}`});return[`${n.length} job(s):`,...r].join(`
157
+ `)}},{name:"scheduler.cancel",displayName:"Cancel Scheduled Job",category:"scheduler",description:"Cancel a pending scheduled job by its ID.",parameters:{type:"object",properties:{job_id:{type:"string",description:"The ID of the job to cancel."}},required:["job_id"]},execute:async e=>e.job_id?o.cancel(e.job_id)?`Job ${e.job_id} has been cancelled.`:`Job ${e.job_id} not found or is not in pending state.`:"Error: job_id is required."},{name:"scheduler.update",displayName:"Update Scheduled Job",category:"scheduler",description:"Modify an existing pending job \u2014 change its cron expression, run time, intent, message, or payload.",parameters:{type:"object",properties:{job_id:{type:"string",description:"The ID of the job to update."},cron:{type:"string",description:"New cron expression (updates nextRunAt automatically)."},run_at:{type:"string",description:"Override the next run time (ISO 8601). Also clears the cron expression, converting the job to a one-shot. Use `cron` if you want the job to remain recurring."},intent:{type:"string",description:"New intent."},message:{type:"string",description:"New message."},payload:{type:"object",description:"New payload (replaces existing)."}},required:["job_id"]},execute:async e=>{if(!e.job_id)return"Error: job_id is required.";if(e.cron&&e.run_at)return"Error: provide `cron` OR `run_at`, not both.";if(e.run_at){let t=new Date(e.run_at);if(isNaN(t.getTime()))return`Error: invalid run_at value "${e.run_at}". Provide an ISO 8601 timestamp, e.g. "2026-07-01T09:00:00Z".`}try{let t=o.update(e.job_id,{cron:e.cron,runAt:e.run_at?new Date(e.run_at):void 0,intent:e.intent,message:e.message,payload:e.payload});return t?[`Job ${t.id} updated.`,`Next run: ${new Date(t.nextRunAt).toISOString()}.`].join(" "):`Job ${e.job_id} not found.`}catch(t){return`Error: ${t.message}`}}}]}}c();c();c();c();c();import{readFileSync as qn,writeFileSync as zn}from"fs";var Ce=class o{_cases;constructor(e=[]){this._cases=[...e]}get cases(){return[...this._cases]}get size(){return this._cases.length}get(e){return this._cases.find(t=>t.id===e)}add(...e){let t=new Set(this._cases.map(n=>n.id));for(let n of e){if(t.has(n.id))throw new Error(`EvalDataset: case with id "${n.id}" already exists.`);t.add(n.id)}return this._cases.push(...e),this}remove(e){let t=this._cases.length;return this._cases=this._cases.filter(n=>n.id!==e),this._cases.length<t}filter(e){return new o(this._cases.filter(e))}toJSON(){return[...this._cases]}save(e){zn(e,JSON.stringify(this._cases,null,2),"utf-8")}static load(e){let t=qn(e,"utf-8"),n=JSON.parse(t);return new o(n)}static from(e){return new o(e)}};c();var ke=class{agent;constructor(e){this.agent=e}async run(e,t={}){let n=t.runId??new Date().toISOString(),r=Math.max(1,t.concurrency??1),s=new Date().toISOString(),i=Date.now(),a=e.cases,l=[];for(let d=0;d<a.length;d+=r){let p=a.slice(d,d+r),g=await Promise.all(p.map(async u=>{let m=Date.now();try{let A=await this.agent.invokeAgent({message:u.input.message,intent:u.input.intent,conversationId:u.input.conversationId,context:u.input.context});return{evalCase:u,actualOutput:A.output,durationMs:Date.now()-m}}catch(A){return{evalCase:u,actualOutput:"",durationMs:Date.now()-m,error:A instanceof Error?A.message:String(A)}}}));l.push(...g)}return{runId:n,startedAt:s,completedAt:new Date().toISOString(),totalDurationMs:Date.now()-i,results:l}}};c();function _e(o,e){let t=e.filter(r=>r.verdict==="pass").length,n=e.length-t;return{run:o,scoredResults:e,passCount:t,failCount:n,passRate:e.length===0?0:t/e.length}}function B(o,e,t){let n={caseResult:o,verdict:e};return t!==void 0&&(n.explanation=t),n}var Re=class{trim;caseInsensitive;constructor(e={}){this.trim=e.trim??!0,this.caseInsensitive=e.caseInsensitive??!1}async score(e){let t=e.results.map(n=>{if(n.error)return B(n,"fail",`Agent threw: ${n.error}`);let r=n.actualOutput,s=n.evalCase.expectedOutput;return this.trim&&(r=r.trim(),s=s.trim()),this.caseInsensitive&&(r=r.toLowerCase(),s=s.toLowerCase()),B(n,r===s?"pass":"fail")});return _e(e,t)}},xe=class{caseInsensitive;constructor(e={}){this.caseInsensitive=e.caseInsensitive??!0}async score(e){let t=e.results.map(n=>{if(n.error)return B(n,"fail",`Agent threw: ${n.error}`);let r=n.actualOutput,s=n.evalCase.expectedOutput;this.caseInsensitive&&(r=r.toLowerCase(),s=s.toLowerCase());let i=r.includes(s);return B(n,i?"pass":"fail")});return _e(e,t)}},Wn=`You are an impartial evaluator assessing whether an AI agent's answer is correct.
140
158
 
141
159
  Question / Task:
142
160
  {{question}}
@@ -148,6 +166,6 @@ Actual answer:
148
166
  {{actual}}
149
167
 
150
168
  Is the actual answer correct or equivalent to the expected answer?
151
- Respond with ONLY "pass" or "fail" on the first line, then optionally a one-sentence explanation.`,Ce=class{judgeAgent;promptTemplate;constructor(e,t={}){this.judgeAgent=e,this.promptTemplate=t.promptTemplate??Un}async score(e){let t=[];for(let n of e.results){if(n.error){t.push(j(n,"fail",`Agent threw: ${n.error}`));continue}let r=this.promptTemplate.replace("{{question}}",n.evalCase.input.message).replace("{{expected}}",n.evalCase.expectedOutput).replace("{{actual}}",n.actualOutput);try{let i=(await this.judgeAgent.invokeAgent({message:r})).output.trim().split(`
152
- `),a=i[0].toLowerCase().startsWith("pass")?"pass":"fail",p=i.slice(1).join(" ").trim()||void 0;t.push(j(n,a,p))}catch(s){t.push(j(n,"fail",`Judge threw: ${s instanceof Error?s.message:String(s)}`))}}return Re(e,t)}},ke=class{fn;constructor(e){this.fn=e}async score(e){let t=[];for(let n of e.results){if(n.error){t.push(j(n,"fail",`Agent threw: ${n.error}`));continue}try{let{verdict:r,explanation:s}=await this.fn(n);t.push(j(n,r,s))}catch(r){t.push(j(n,"fail",`Scorer threw: ${r instanceof Error?r.message:String(r)}`))}}return Re(e,t)}};d();function Nt(o,e){let t=new Map(o.scoredResults.map(l=>[l.caseResult.evalCase.id,l])),n=new Map(e.scoredResults.map(l=>[l.caseResult.evalCase.id,l])),r=[],s=[],i=[],a=[],p=new Set([...t.keys(),...n.keys()]);for(let l of p){let m=t.get(l),u=n.get(l);!m||!u||(m.verdict==="pass"&&u.verdict==="fail"?r.push({caseId:l,baselineOutput:m.caseResult.actualOutput,candidateOutput:u.caseResult.actualOutput}):m.verdict==="fail"&&u.verdict==="pass"?s.push({caseId:l,baselineOutput:m.caseResult.actualOutput,candidateOutput:u.caseResult.actualOutput}):m.verdict==="pass"&&u.verdict==="pass"?i.push(l):a.push(l))}let c=e.passRate-o.passRate;return{baselineRunId:o.run.runId,candidateRunId:e.run.runId,baselinePassRate:o.passRate,candidatePassRate:e.passRate,delta:c,regressions:r,improvements:s,stablePasses:i,stableFails:a}}function Ot(o){let e=[],t=o.delta>=0?"+":"",n=r=>`${(r*100).toFixed(1)}%`;if(e.push(`Eval Report: ${o.baselineRunId} \u2192 ${o.candidateRunId}`),e.push(`Pass rate: ${n(o.baselinePassRate)} \u2192 ${n(o.candidatePassRate)} (\u0394${t}${n(o.delta)})`),e.push(""),o.regressions.length>0){e.push(`Regressions (${o.regressions.length}):`);for(let r of o.regressions)e.push(` \u2717 ${r.caseId}`),e.push(` baseline: ${xe(r.baselineOutput)}`),e.push(` candidate: ${xe(r.candidateOutput)}`);e.push("")}if(o.improvements.length>0){e.push(`Improvements (${o.improvements.length}):`);for(let r of o.improvements)e.push(` \u2713 ${r.caseId}`),e.push(` baseline: ${xe(r.baselineOutput)}`),e.push(` candidate: ${xe(r.candidateOutput)}`);e.push("")}return e.push(`Stable passes: ${o.stablePasses.length} | Stable fails: ${o.stableFails.length}`),e.join(`
153
- `)}function xe(o,e=80){let t=o.replace(/\n/g," ");return t.length>e?`${t.slice(0,e)}\u2026`:t}d();export{R as AgentError,me as AgentJsonRpcServer,de as AgentMind,Ue as AgentRegistry,_ as BaseAgent,x as BaseChannel,We as BrowserAgent,ze as CodingAgent,Ie as ContainsScorer,ke as CustomScorer,qe as DataAgent,K as DepthExceededError,Xe as DiscordChannel,Qe as EmailChannel,le as EphemeralAgent,we as EvalDataset,Ae as EvalRunner,be as ExactMatchScorer,Ge as HotReloadWatcher,Pt as InMemoryConversationStore,he as IntentClassifierAgent,X as InvocationDepthExceededError,ge as JsonRpcTransport,Ce as LLMJudgeScorer,H as LocalTransport,et as McpChannel,ye as OTelSpanStatusCode,Je as ResearchAgent,q as SKIP_SENTINEL,Ze as SMSChannel,Ve as ScheduledChannel,ve as SchedulerStore,He as SlackChannel,fe as SummarizerAgent,Ye as TelegramChannel,Ke as WebhookChannel,ie as assemblePrompt,Nt as compareEvalRuns,se as composeChain,dt as createAddressCheckInterceptor,Z as createCaptureInterceptor,Mt as createConversationSearchTool,pt as createDepthGuardInterceptor,nt as createEventDedupInterceptor,lt as createIntentClassifierInterceptor,rt as createNoiseFilterInterceptor,gt as createOTelTracerInterceptor,ct as createParticipantResolverInterceptor,at as createRateLimitInterceptor,Dt as createSchedulerTools,st as createSelfFilterInterceptor,ut as createTracerInterceptor,oe as executeChain,Ot as formatEvalReport,L as isSkipSentinel,re as skip};
169
+ Respond with ONLY "pass" or "fail" on the first line, then optionally a one-sentence explanation.`,Se=class{judgeAgent;promptTemplate;constructor(e,t={}){this.judgeAgent=e,this.promptTemplate=t.promptTemplate??Wn}async score(e){let t=[];for(let n of e.results){if(n.error){t.push(B(n,"fail",`Agent threw: ${n.error}`));continue}let r=this.promptTemplate.replace("{{question}}",n.evalCase.input.message).replace("{{expected}}",n.evalCase.expectedOutput).replace("{{actual}}",n.actualOutput);try{let i=(await this.judgeAgent.invokeAgent({message:r})).output.trim().split(`
170
+ `),a=i[0].toLowerCase().startsWith("pass")?"pass":"fail",l=i.slice(1).join(" ").trim()||void 0;t.push(B(n,a,l))}catch(s){t.push(B(n,"fail",`Judge threw: ${s instanceof Error?s.message:String(s)}`))}}return _e(e,t)}},Te=class{fn;constructor(e){this.fn=e}async score(e){let t=[];for(let n of e.results){if(n.error){t.push(B(n,"fail",`Agent threw: ${n.error}`));continue}try{let{verdict:r,explanation:s}=await this.fn(n);t.push(B(n,r,s))}catch(r){t.push(B(n,"fail",`Scorer threw: ${r instanceof Error?r.message:String(r)}`))}}return _e(e,t)}};c();function Bt(o,e){let t=new Map(o.scoredResults.map(p=>[p.caseResult.evalCase.id,p])),n=new Map(e.scoredResults.map(p=>[p.caseResult.evalCase.id,p])),r=[],s=[],i=[],a=[],l=new Set([...t.keys(),...n.keys()]);for(let p of l){let g=t.get(p),u=n.get(p);!g||!u||(g.verdict==="pass"&&u.verdict==="fail"?r.push({caseId:p,baselineOutput:g.caseResult.actualOutput,candidateOutput:u.caseResult.actualOutput}):g.verdict==="fail"&&u.verdict==="pass"?s.push({caseId:p,baselineOutput:g.caseResult.actualOutput,candidateOutput:u.caseResult.actualOutput}):g.verdict==="pass"&&u.verdict==="pass"?i.push(p):a.push(p))}let d=e.passRate-o.passRate;return{baselineRunId:o.run.runId,candidateRunId:e.run.runId,baselinePassRate:o.passRate,candidatePassRate:e.passRate,delta:d,regressions:r,improvements:s,stablePasses:i,stableFails:a}}function Lt(o){let e=[],t=o.delta>=0?"+":"",n=r=>`${(r*100).toFixed(1)}%`;if(e.push(`Eval Report: ${o.baselineRunId} \u2192 ${o.candidateRunId}`),e.push(`Pass rate: ${n(o.baselinePassRate)} \u2192 ${n(o.candidatePassRate)} (\u0394${t}${n(o.delta)})`),e.push(""),o.regressions.length>0){e.push(`Regressions (${o.regressions.length}):`);for(let r of o.regressions)e.push(` \u2717 ${r.caseId}`),e.push(` baseline: ${Ee(r.baselineOutput)}`),e.push(` candidate: ${Ee(r.candidateOutput)}`);e.push("")}if(o.improvements.length>0){e.push(`Improvements (${o.improvements.length}):`);for(let r of o.improvements)e.push(` \u2713 ${r.caseId}`),e.push(` baseline: ${Ee(r.baselineOutput)}`),e.push(` candidate: ${Ee(r.candidateOutput)}`);e.push("")}return e.push(`Stable passes: ${o.stablePasses.length} | Stable fails: ${o.stableFails.length}`),e.join(`
171
+ `)}function Ee(o,e=80){let t=o.replace(/\n/g," ");return t.length>e?`${t.slice(0,e)}\u2026`:t}c();export{x as AgentError,ve as AgentJsonRpcServer,ge as AgentMind,ze as AgentRegistry,P as BaseAgent,S as BaseChannel,Ye as BrowserAgent,Ke as CodingAgent,xe as ContainsScorer,Te as CustomScorer,Ve as DataAgent,X as DepthExceededError,tt as DiscordChannel,nt as EmailChannel,me as EphemeralAgent,Ce as EvalDataset,ke as EvalRunner,Re as ExactMatchScorer,We as HotReloadWatcher,Ot as InMemoryConversationStore,we as IntentClassifierAgent,te as InvocationDepthExceededError,ye as JsonRpcTransport,Se as LLMJudgeScorer,Y as LocalTransport,st as McpChannel,be as OTelSpanStatusCode,He as ResearchAgent,K as SKIP_SENTINEL,rt as SMSChannel,Ze as ScheduledChannel,Ie as SchedulerStore,Xe as SlackChannel,Ae as SummarizerAgent,et as TelegramChannel,Qe as WebhookChannel,le as assemblePrompt,Bt as compareEvalRuns,ce as composeChain,gt as createAddressCheckInterceptor,re as createCaptureInterceptor,$t as createConversationSearchTool,ht as createDepthGuardInterceptor,it as createEventDedupInterceptor,mt as createIntentClassifierInterceptor,at as createNoiseFilterInterceptor,yt as createOTelTracerInterceptor,ut as createParticipantResolverInterceptor,pt as createRateLimitInterceptor,jt as createSchedulerTools,ct as createSelfFilterInterceptor,ft as createTracerInterceptor,de as executeChain,Lt as formatEvalReport,J as isSkipSentinel,ae as skip};