@clinebot/agents 0.0.0 → 0.0.2

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/agent.d.ts CHANGED
@@ -40,6 +40,10 @@ export declare class Agent {
40
40
  private assertCanStartRun;
41
41
  private createHandlerFromConfig;
42
42
  private executeLoop;
43
+ private buildInvalidToolCallFeedback;
44
+ private buildFailedToolCallFeedback;
45
+ private recordMistake;
46
+ private resolveConsecutiveMistakeDecision;
43
47
  private ensureExtensionsInitialized;
44
48
  private prepareUserInput;
45
49
  private buildInitialUserContent;