@panal/sdk 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +8 -0
- package/package.json +1 -1
package/dist/client.d.ts
CHANGED
|
@@ -166,6 +166,14 @@ export declare class PanalClient {
|
|
|
166
166
|
quote?: X402Accept;
|
|
167
167
|
allowInsecure?: boolean;
|
|
168
168
|
timeoutMs?: number;
|
|
169
|
+
/**
|
|
170
|
+
* Sobre de la cadena, YA descendido con `descend()`. Va aquí y no se
|
|
171
|
+
* construye dentro porque `askAgent` apunta a un agente concreto: quien
|
|
172
|
+
* elige a quién llamar es quien tiene que gastar el salto. Sin esto, un
|
|
173
|
+
* agente que delega con `askAgent` rompía la cadena — el siguiente no
|
|
174
|
+
* heredaba ni presupuesto ni camino, y el ciclo dejaba de detectarse.
|
|
175
|
+
*/
|
|
176
|
+
envelope?: CallEnvelope;
|
|
169
177
|
}): Promise<AskResult>;
|
|
170
178
|
/**
|
|
171
179
|
* Busca un agente con esa skill, negocia el precio y le paga por la consulta.
|