@elizaos/plugin-goals 2.0.0-alpha.1 → 2.0.0-alpha.10

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.
@@ -1 +1 @@
1
- {"version":3,"file":"cancelGoal.d.ts","sourceRoot":"","sources":["../../actions/cancelGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAcZ,MAAM,eAAe,CAAC;AAmEvB,eAAO,MAAM,gBAAgB,EAAE,MAgI9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"cancelGoal.d.ts","sourceRoot":"","sources":["../../actions/cancelGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAcZ,MAAM,eAAe,CAAC;AAmEvB,eAAO,MAAM,gBAAgB,EAAE,MAgK9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"completeGoal.d.ts","sourceRoot":"","sources":["../../actions/completeGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EASZ,MAAM,eAAe,CAAC;AAMvB,eAAO,MAAM,kBAAkB,EAAE,MA4LhC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"completeGoal.d.ts","sourceRoot":"","sources":["../../actions/completeGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EASZ,MAAM,eAAe,CAAC;AAMvB,eAAO,MAAM,kBAAkB,EAAE,MA6NhC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"confirmGoal.d.ts","sourceRoot":"","sources":["../../actions/confirmGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAcZ,MAAM,eAAe,CAAC;AAkFvB,eAAO,MAAM,iBAAiB,EAAE,MAqK/B,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"confirmGoal.d.ts","sourceRoot":"","sources":["../../actions/confirmGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAcZ,MAAM,eAAe,CAAC;AAkFvB,eAAO,MAAM,iBAAiB,EAAE,MAsM/B,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"createGoal.d.ts","sourceRoot":"","sources":["../../actions/createGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAeZ,MAAM,eAAe,CAAC;AAqHvB,eAAO,MAAM,gBAAgB,EAAE,MAuH9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"createGoal.d.ts","sourceRoot":"","sources":["../../actions/createGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAeZ,MAAM,eAAe,CAAC;AAqHvB,eAAO,MAAM,gBAAgB,EAAE,MAuJ9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"updateGoal.d.ts","sourceRoot":"","sources":["../../actions/updateGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAaZ,MAAM,eAAe,CAAC;AAsHvB,eAAO,MAAM,gBAAgB,EAAE,MAgJ9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"updateGoal.d.ts","sourceRoot":"","sources":["../../actions/updateGoal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EAaZ,MAAM,eAAe,CAAC;AAsHvB,eAAO,MAAM,gBAAgB,EAAE,MAgL9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -7,16 +7,16 @@
7
7
  * - {{#each items}}...{{/each}} for iteration
8
8
  * - {{#if condition}}...{{/if}} for conditionals
9
9
  */
10
- export declare const checkSimilarityTemplate = "# Task: Check Goal Similarity\n\n## New Goal\nName: {{newGoalName}}\nDescription: {{newGoalDescription}}\n\n## Existing Goals\n{{existingGoals}}\n\n## Instructions\nDetermine if the new goal is similar to any existing goals.\nConsider goals similar if they have the same objective, even if worded differently.\n\nReturn an XML object:\n<response>\n <hasSimilar>true or false</hasSimilar>\n <similarGoalName>Name of the similar goal if found</similarGoalName>\n <confidence>0-100 indicating confidence in similarity</confidence>\n</response>\n\n## Example\nNew Goal: \"Get better at public speaking\"\nExisting Goal: \"Improve presentation skills\"\nThese are similar (confidence: 85)";
11
- export declare const CHECK_SIMILARITY_TEMPLATE = "# Task: Check Goal Similarity\n\n## New Goal\nName: {{newGoalName}}\nDescription: {{newGoalDescription}}\n\n## Existing Goals\n{{existingGoals}}\n\n## Instructions\nDetermine if the new goal is similar to any existing goals.\nConsider goals similar if they have the same objective, even if worded differently.\n\nReturn an XML object:\n<response>\n <hasSimilar>true or false</hasSimilar>\n <similarGoalName>Name of the similar goal if found</similarGoalName>\n <confidence>0-100 indicating confidence in similarity</confidence>\n</response>\n\n## Example\nNew Goal: \"Get better at public speaking\"\nExisting Goal: \"Improve presentation skills\"\nThese are similar (confidence: 85)";
12
- export declare const extractCancellationTemplate = "# Task: Extract Task Cancellation Information\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Available Tasks\n{{availableTasks}}\n\n## Instructions\nParse the user's message to identify which task they want to cancel or delete.\nMatch against the list of available tasks by name or description.\nIf multiple tasks have similar names, choose the closest match.\n\nReturn an XML object with:\n<response>\n <taskId>ID of the task being cancelled, or 'null' if not found</taskId>\n <taskName>Name of the task being cancelled, or 'null' if not found</taskName>\n <isFound>'true' or 'false' indicating if a matching task was found</isFound>\n</response>\n\n## Example Output Format\n<response>\n <taskId>123e4567-e89b-12d3-a456-426614174000</taskId>\n <taskName>Finish report</taskName>\n <isFound>true</isFound>\n</response>\n\nIf no matching task was found:\n<response>\n <taskId>null</taskId>\n <taskName>null</taskName>\n <isFound>false</isFound>\n</response>";
13
- export declare const EXTRACT_CANCELLATION_TEMPLATE = "# Task: Extract Task Cancellation Information\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Available Tasks\n{{availableTasks}}\n\n## Instructions\nParse the user's message to identify which task they want to cancel or delete.\nMatch against the list of available tasks by name or description.\nIf multiple tasks have similar names, choose the closest match.\n\nReturn an XML object with:\n<response>\n <taskId>ID of the task being cancelled, or 'null' if not found</taskId>\n <taskName>Name of the task being cancelled, or 'null' if not found</taskName>\n <isFound>'true' or 'false' indicating if a matching task was found</isFound>\n</response>\n\n## Example Output Format\n<response>\n <taskId>123e4567-e89b-12d3-a456-426614174000</taskId>\n <taskName>Finish report</taskName>\n <isFound>true</isFound>\n</response>\n\nIf no matching task was found:\n<response>\n <taskId>null</taskId>\n <taskName>null</taskName>\n <isFound>false</isFound>\n</response>";
14
- export declare const extractConfirmationTemplate = "# Task: Extract Confirmation Intent\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Pending Task Details\n{{pendingTask}}\n\n## Instructions\nDetermine if the user is confirming, rejecting, or modifying the pending task creation.\nLook for:\n- Affirmative responses (yes, confirm, ok, do it, go ahead, etc.)\n- Negative responses (no, cancel, nevermind, stop, etc.)\n- Modification requests (change X to Y, make it priority 1, etc.)\n\nReturn an XML object with:\n<response>\n <isConfirmation>true/false - whether this is a response to the pending task</isConfirmation>\n <shouldProceed>true/false - whether to create the task</shouldProceed>\n <modifications>Any requested changes to the task, or 'none'</modifications>\n</response>\n\n## Example Output\n<response>\n <isConfirmation>true</isConfirmation>\n <shouldProceed>true</shouldProceed>\n <modifications>none</modifications>\n</response>";
15
- export declare const EXTRACT_CONFIRMATION_TEMPLATE = "# Task: Extract Confirmation Intent\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Pending Task Details\n{{pendingTask}}\n\n## Instructions\nDetermine if the user is confirming, rejecting, or modifying the pending task creation.\nLook for:\n- Affirmative responses (yes, confirm, ok, do it, go ahead, etc.)\n- Negative responses (no, cancel, nevermind, stop, etc.)\n- Modification requests (change X to Y, make it priority 1, etc.)\n\nReturn an XML object with:\n<response>\n <isConfirmation>true/false - whether this is a response to the pending task</isConfirmation>\n <shouldProceed>true/false - whether to create the task</shouldProceed>\n <modifications>Any requested changes to the task, or 'none'</modifications>\n</response>\n\n## Example Output\n<response>\n <isConfirmation>true</isConfirmation>\n <shouldProceed>true</shouldProceed>\n <modifications>none</modifications>\n</response>";
16
- export declare const extractGoalSelectionTemplate = "# Task: Extract Goal Selection Information\n\n## User Message\n{{text}}\n\n## Available Goals\n{{availableGoals}}\n\n## Instructions\nParse the user's message to identify which goal they want to update or modify.\nMatch against the list of available goals by name or description.\nIf multiple goals have similar names, choose the closest match.\n\nReturn an XML object with:\n<response>\n <goalId>ID of the goal being updated, or 'null' if not found</goalId>\n <goalName>Name of the goal being updated, or 'null' if not found</goalName>\n <isFound>'true' or 'false' indicating if a matching goal was found</isFound>\n</response>\n\n## Example Output Format\n<response>\n <goalId>123e4567-e89b-12d3-a456-426614174000</goalId>\n <goalName>Learn French fluently</goalName>\n <isFound>true</isFound>\n</response>\n\nIf no matching goal was found:\n<response>\n <goalId>null</goalId>\n <goalName>null</goalName>\n <isFound>false</isFound>\n</response>";
17
- export declare const EXTRACT_GOAL_SELECTION_TEMPLATE = "# Task: Extract Goal Selection Information\n\n## User Message\n{{text}}\n\n## Available Goals\n{{availableGoals}}\n\n## Instructions\nParse the user's message to identify which goal they want to update or modify.\nMatch against the list of available goals by name or description.\nIf multiple goals have similar names, choose the closest match.\n\nReturn an XML object with:\n<response>\n <goalId>ID of the goal being updated, or 'null' if not found</goalId>\n <goalName>Name of the goal being updated, or 'null' if not found</goalName>\n <isFound>'true' or 'false' indicating if a matching goal was found</isFound>\n</response>\n\n## Example Output Format\n<response>\n <goalId>123e4567-e89b-12d3-a456-426614174000</goalId>\n <goalName>Learn French fluently</goalName>\n <isFound>true</isFound>\n</response>\n\nIf no matching goal was found:\n<response>\n <goalId>null</goalId>\n <goalName>null</goalName>\n <isFound>false</isFound>\n</response>";
18
- export declare const extractGoalTemplate = "# Task: Extract Goal Information\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Instructions\nParse the user's message to extract information for creating a new goal.\nDetermine if this goal is for the agent itself or for tracking a user's goal.\n\nGoals should be long-term achievable objectives, not short-term tasks.\n\nReturn an XML object with these fields:\n<response>\n <name>A clear, concise name for the goal</name>\n <description>Optional detailed description</description>\n <ownerType>Either \"agent\" (for agent's own goals) or \"entity\" (for user's goals)</ownerType>\n</response>\n\nIf the message doesn't clearly indicate a goal to create, return empty response.\n\n## Example Output Format\n<response>\n <name>Learn Spanish fluently</name>\n <description>Achieve conversational fluency in Spanish within 6 months</description>\n <ownerType>entity</ownerType>\n</response>";
19
- export declare const EXTRACT_GOAL_TEMPLATE = "# Task: Extract Goal Information\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Instructions\nParse the user's message to extract information for creating a new goal.\nDetermine if this goal is for the agent itself or for tracking a user's goal.\n\nGoals should be long-term achievable objectives, not short-term tasks.\n\nReturn an XML object with these fields:\n<response>\n <name>A clear, concise name for the goal</name>\n <description>Optional detailed description</description>\n <ownerType>Either \"agent\" (for agent's own goals) or \"entity\" (for user's goals)</ownerType>\n</response>\n\nIf the message doesn't clearly indicate a goal to create, return empty response.\n\n## Example Output Format\n<response>\n <name>Learn Spanish fluently</name>\n <description>Achieve conversational fluency in Spanish within 6 months</description>\n <ownerType>entity</ownerType>\n</response>";
20
- export declare const extractGoalUpdateTemplate = "# Task: Extract Goal Update Information\n\n## User Message\n{{text}}\n\n## Current Goal Details\n{{goalDetails}}\n\n## Instructions\nParse the user's message to determine what changes they want to make to the goal.\nOnly name and description can be updated.\n\nReturn an XML object with these potential fields (only include fields that should be changed):\n<response>\n <name>New name for the goal</name>\n <description>New description for the goal</description>\n</response>\n\n## Example Output Format\n<response>\n <name>Learn Spanish fluently</name>\n <description>Achieve conversational fluency in Spanish within 12 months</description>\n</response>";
21
- export declare const EXTRACT_GOAL_UPDATE_TEMPLATE = "# Task: Extract Goal Update Information\n\n## User Message\n{{text}}\n\n## Current Goal Details\n{{goalDetails}}\n\n## Instructions\nParse the user's message to determine what changes they want to make to the goal.\nOnly name and description can be updated.\n\nReturn an XML object with these potential fields (only include fields that should be changed):\n<response>\n <name>New name for the goal</name>\n <description>New description for the goal</description>\n</response>\n\n## Example Output Format\n<response>\n <name>Learn Spanish fluently</name>\n <description>Achieve conversational fluency in Spanish within 12 months</description>\n</response>";
10
+ export declare const checkSimilarityTemplate = "# Task: Check Goal Similarity\n\n## New Goal\nName: {{newGoalName}}\nDescription: {{newGoalDescription}}\n\n## Existing Goals\n{{existingGoals}}\n\n## Instructions\nDetermine if the new goal is similar to any existing goals.\nConsider goals similar if they have the same objective, even if worded differently.\n\nRespond using TOON like this:\nhasSimilar: true or false\nsimilarGoalName: Name of the similar goal if found\nconfidence: 0-100 indicating confidence in similarity\n\nIMPORTANT: Your response must ONLY contain the TOON document above.\n\n## Example\nNew Goal: \"Get better at public speaking\"\nExisting Goal: \"Improve presentation skills\"\nThese are similar (confidence: 85)";
11
+ export declare const CHECK_SIMILARITY_TEMPLATE = "# Task: Check Goal Similarity\n\n## New Goal\nName: {{newGoalName}}\nDescription: {{newGoalDescription}}\n\n## Existing Goals\n{{existingGoals}}\n\n## Instructions\nDetermine if the new goal is similar to any existing goals.\nConsider goals similar if they have the same objective, even if worded differently.\n\nRespond using TOON like this:\nhasSimilar: true or false\nsimilarGoalName: Name of the similar goal if found\nconfidence: 0-100 indicating confidence in similarity\n\nIMPORTANT: Your response must ONLY contain the TOON document above.\n\n## Example\nNew Goal: \"Get better at public speaking\"\nExisting Goal: \"Improve presentation skills\"\nThese are similar (confidence: 85)";
12
+ export declare const extractCancellationTemplate = "# Task: Extract Task Cancellation Information\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Available Tasks\n{{availableTasks}}\n\n## Instructions\nParse the user's message to identify which task they want to cancel or delete.\nMatch against the list of available tasks by name or description.\nIf multiple tasks have similar names, choose the closest match.\n\nRespond using TOON like this:\ntaskId: ID of the goal, or empty if not found\ntaskName: Name of the goal, or empty if not found\nisFound: true or false\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
13
+ export declare const EXTRACT_CANCELLATION_TEMPLATE = "# Task: Extract Task Cancellation Information\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Available Tasks\n{{availableTasks}}\n\n## Instructions\nParse the user's message to identify which task they want to cancel or delete.\nMatch against the list of available tasks by name or description.\nIf multiple tasks have similar names, choose the closest match.\n\nRespond using TOON like this:\ntaskId: ID of the goal, or empty if not found\ntaskName: Name of the goal, or empty if not found\nisFound: true or false\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
14
+ export declare const extractConfirmationTemplate = "# Task: Extract Confirmation Intent\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Pending Task Details\n{{pendingTask}}\n\n## Instructions\nDetermine if the user is confirming, rejecting, or modifying the pending task creation.\nLook for:\n- Affirmative responses (yes, confirm, ok, do it, go ahead, etc.)\n- Negative responses (no, cancel, nevermind, stop, etc.)\n- Modification requests (change X to Y, make it priority 1, etc.)\n\nRespond using TOON like this:\nisConfirmation: true or false\nshouldProceed: true or false\nmodifications: Any requested changes, or none\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
15
+ export declare const EXTRACT_CONFIRMATION_TEMPLATE = "# Task: Extract Confirmation Intent\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Pending Task Details\n{{pendingTask}}\n\n## Instructions\nDetermine if the user is confirming, rejecting, or modifying the pending task creation.\nLook for:\n- Affirmative responses (yes, confirm, ok, do it, go ahead, etc.)\n- Negative responses (no, cancel, nevermind, stop, etc.)\n- Modification requests (change X to Y, make it priority 1, etc.)\n\nRespond using TOON like this:\nisConfirmation: true or false\nshouldProceed: true or false\nmodifications: Any requested changes, or none\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
16
+ export declare const extractGoalSelectionTemplate = "# Task: Extract Goal Selection Information\n\n## User Message\n{{text}}\n\n## Available Goals\n{{availableGoals}}\n\n## Instructions\nParse the user's message to identify which goal they want to update or modify.\nMatch against the list of available goals by name or description.\nIf multiple goals have similar names, choose the closest match.\n\nRespond using TOON like this:\ngoalId: ID of the goal being updated, or empty if not found\ngoalName: Name of the goal being updated, or empty if not found\nisFound: true or false\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
17
+ export declare const EXTRACT_GOAL_SELECTION_TEMPLATE = "# Task: Extract Goal Selection Information\n\n## User Message\n{{text}}\n\n## Available Goals\n{{availableGoals}}\n\n## Instructions\nParse the user's message to identify which goal they want to update or modify.\nMatch against the list of available goals by name or description.\nIf multiple goals have similar names, choose the closest match.\n\nRespond using TOON like this:\ngoalId: ID of the goal being updated, or empty if not found\ngoalName: Name of the goal being updated, or empty if not found\nisFound: true or false\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
18
+ export declare const extractGoalTemplate = "# Task: Extract Goal Information\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Instructions\nParse the user's message to extract information for creating a new goal.\nDetermine if this goal is for the agent itself or for tracking a user's goal.\n\nGoals should be long-term achievable objectives, not short-term tasks.\n\nRespond using TOON like this:\nname: Name of the goal\ndescription: Optional description\nownerType: agent or entity\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
19
+ export declare const EXTRACT_GOAL_TEMPLATE = "# Task: Extract Goal Information\n\n## User Message\n{{text}}\n\n## Message History\n{{messageHistory}}\n\n## Instructions\nParse the user's message to extract information for creating a new goal.\nDetermine if this goal is for the agent itself or for tracking a user's goal.\n\nGoals should be long-term achievable objectives, not short-term tasks.\n\nRespond using TOON like this:\nname: Name of the goal\ndescription: Optional description\nownerType: agent or entity\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
20
+ export declare const extractGoalUpdateTemplate = "# Task: Extract Goal Update Information\n\n## User Message\n{{text}}\n\n## Current Goal Details\n{{goalDetails}}\n\n## Instructions\nParse the user's message to determine what changes they want to make to the goal.\nOnly name and description can be updated.\n\nRespond using TOON like this (only include fields that should be changed):\nname: New name for the goal\ndescription: New description for the goal\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
21
+ export declare const EXTRACT_GOAL_UPDATE_TEMPLATE = "# Task: Extract Goal Update Information\n\n## User Message\n{{text}}\n\n## Current Goal Details\n{{goalDetails}}\n\n## Instructions\nParse the user's message to determine what changes they want to make to the goal.\nOnly name and description can be updated.\n\nRespond using TOON like this (only include fields that should be changed):\nname: New name for the goal\ndescription: New description for the goal\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
22
22
  //# sourceMappingURL=prompts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"prompts.d.ts","sourceRoot":"","sources":["../../../../generated/prompts/typescript/prompts.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,eAAO,MAAM,uBAAuB,mrBAuBD,CAAC;AAEpC,eAAO,MAAM,yBAAyB,mrBAA0B,CAAC;AAEjE,eAAO,MAAM,2BAA2B,y+BAmC5B,CAAC;AAEb,eAAO,MAAM,6BAA6B,y+BAA8B,CAAC;AAEzE,eAAO,MAAM,2BAA2B,u6BA8B5B,CAAC;AAEb,eAAO,MAAM,6BAA6B,u6BAA8B,CAAC;AAEzE,eAAO,MAAM,4BAA4B,g8BAgC7B,CAAC;AAEb,eAAO,MAAM,+BAA+B,g8BAA+B,CAAC;AAE5E,eAAO,MAAM,mBAAmB,k6BA4BpB,CAAC;AAEb,eAAO,MAAM,qBAAqB,k6BAAsB,CAAC;AAEzD,eAAO,MAAM,yBAAyB,upBAsB1B,CAAC;AAEb,eAAO,MAAM,4BAA4B,upBAA4B,CAAC"}
1
+ {"version":3,"file":"prompts.d.ts","sourceRoot":"","sources":["../../../../generated/prompts/typescript/prompts.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,eAAO,MAAM,uBAAuB,urBAuBD,CAAC;AAEpC,eAAO,MAAM,yBAAyB,urBAA0B,CAAC;AAEjE,eAAO,MAAM,2BAA2B,4mBAqB4B,CAAC;AAErE,eAAO,MAAM,6BAA6B,4mBAA8B,CAAC;AAEzE,eAAO,MAAM,2BAA2B,sqBAuB4B,CAAC;AAErE,eAAO,MAAM,6BAA6B,sqBAA8B,CAAC;AAEzE,eAAO,MAAM,4BAA4B,2lBAkB2B,CAAC;AAErE,eAAO,MAAM,+BAA+B,2lBAA+B,CAAC;AAE5E,eAAO,MAAM,mBAAmB,iiBAmBoC,CAAC;AAErE,eAAO,MAAM,qBAAqB,iiBAAsB,CAAC;AAEzD,eAAO,MAAM,yBAAyB,meAgB8B,CAAC;AAErE,eAAO,MAAM,4BAA4B,meAA4B,CAAC"}
@@ -45,5 +45,5 @@ export declare function getEvaluatorSpec(name: string): EvaluatorDoc | undefined
45
45
  * @throws Error if the evaluator is not found
46
46
  */
47
47
  export declare function requireEvaluatorSpec(name: string): EvaluatorDoc;
48
- export type { ActionDoc, ProviderDoc, EvaluatorDoc };
48
+ export type { ActionDoc, EvaluatorDoc, ProviderDoc };
49
49
  //# sourceMappingURL=spec-helpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"spec-helpers.d.ts","sourceRoot":"","sources":["../../../generated/specs/spec-helpers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,KAAK,SAAS,EAOd,KAAK,YAAY,EACjB,KAAK,WAAW,EACjB,MAAM,SAAS,CAAC;AAgBjB;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,CAEjE;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAMzD;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAErE;AAED;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,CAM7D;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAEvE;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,YAAY,CAM/D;AAGD,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"spec-helpers.d.ts","sourceRoot":"","sources":["../../../generated/specs/spec-helpers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,KAAK,SAAS,EAOd,KAAK,YAAY,EACjB,KAAK,WAAW,EACjB,MAAM,SAAS,CAAC;AAgBjB;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,CAEjE;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAMzD;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAErE;AAED;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,CAM7D;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAEvE;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,YAAY,CAM/D;AAGD,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC"}
@@ -25,16 +25,58 @@ export type EvaluatorDoc = {
25
25
  export declare const coreActionsSpec: {
26
26
  readonly version: "1.0.0";
27
27
  readonly actions: readonly [{
28
- readonly name: "Alice";
29
- readonly description: "";
28
+ readonly name: "CREATE_GOAL";
29
+ readonly description: "Create a new goal or task for the user to track progress on";
30
+ readonly similes: readonly ["ADD_GOAL", "NEW_GOAL", "SET_GOAL", "ADD_TASK", "CREATE_TASK"];
31
+ readonly parameters: readonly [];
32
+ }, {
33
+ readonly name: "UPDATE_GOAL";
34
+ readonly description: "Update an existing goal's name, description, or progress";
35
+ readonly similes: readonly ["EDIT_GOAL", "MODIFY_GOAL", "CHANGE_GOAL", "UPDATE_TASK"];
36
+ readonly parameters: readonly [];
37
+ }, {
38
+ readonly name: "CANCEL_GOAL";
39
+ readonly description: "Cancel or remove an existing goal that is no longer needed";
40
+ readonly similes: readonly ["DELETE_GOAL", "REMOVE_GOAL", "ABANDON_GOAL", "CANCEL_TASK"];
41
+ readonly parameters: readonly [];
42
+ }, {
43
+ readonly name: "COMPLETE_GOAL";
44
+ readonly description: "Mark a goal as completed when it has been achieved";
45
+ readonly similes: readonly ["FINISH_GOAL", "DONE_GOAL", "ACHIEVE_GOAL", "COMPLETE_TASK"];
46
+ readonly parameters: readonly [];
47
+ }, {
48
+ readonly name: "CONFIRM_GOAL";
49
+ readonly description: "Confirm and finalize a pending goal that was proposed";
50
+ readonly similes: readonly ["APPROVE_GOAL", "ACCEPT_GOAL", "VERIFY_GOAL", "CONFIRM_TASK"];
30
51
  readonly parameters: readonly [];
31
52
  }];
32
53
  };
33
54
  export declare const allActionsSpec: {
34
55
  readonly version: "1.0.0";
35
56
  readonly actions: readonly [{
36
- readonly name: "Alice";
37
- readonly description: "";
57
+ readonly name: "CREATE_GOAL";
58
+ readonly description: "Create a new goal or task for the user to track progress on";
59
+ readonly similes: readonly ["ADD_GOAL", "NEW_GOAL", "SET_GOAL", "ADD_TASK", "CREATE_TASK"];
60
+ readonly parameters: readonly [];
61
+ }, {
62
+ readonly name: "UPDATE_GOAL";
63
+ readonly description: "Update an existing goal's name, description, or progress";
64
+ readonly similes: readonly ["EDIT_GOAL", "MODIFY_GOAL", "CHANGE_GOAL", "UPDATE_TASK"];
65
+ readonly parameters: readonly [];
66
+ }, {
67
+ readonly name: "CANCEL_GOAL";
68
+ readonly description: "Cancel or remove an existing goal that is no longer needed";
69
+ readonly similes: readonly ["DELETE_GOAL", "REMOVE_GOAL", "ABANDON_GOAL", "CANCEL_TASK"];
70
+ readonly parameters: readonly [];
71
+ }, {
72
+ readonly name: "COMPLETE_GOAL";
73
+ readonly description: "Mark a goal as completed when it has been achieved";
74
+ readonly similes: readonly ["FINISH_GOAL", "DONE_GOAL", "ACHIEVE_GOAL", "COMPLETE_TASK"];
75
+ readonly parameters: readonly [];
76
+ }, {
77
+ readonly name: "CONFIRM_GOAL";
78
+ readonly description: "Confirm and finalize a pending goal that was proposed";
79
+ readonly similes: readonly ["APPROVE_GOAL", "ACCEPT_GOAL", "VERIFY_GOAL", "CONFIRM_TASK"];
38
80
  readonly parameters: readonly [];
39
81
  }];
40
82
  };
@@ -1 +1 @@
1
- {"version":3,"file":"specs.d.ts","sourceRoot":"","sources":["../../../generated/specs/specs.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC5B,UAAU,CAAC,EAAE,SAAS,OAAO,EAAE,CAAC;IAChC,QAAQ,CAAC,EAAE,SAAS,CAAC,SAAS,OAAO,EAAE,CAAC,EAAE,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,OAAO,EAAE,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;CASlB,CAAC;AACX,eAAO,MAAM,cAAc;;;;;;;CASjB,CAAC;AACX,eAAO,MAAM,iBAAiB;;;;;;;CASpB,CAAC;AACX,eAAO,MAAM,gBAAgB;;;;;;;CASnB,CAAC;AACX,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AACX,eAAO,MAAM,iBAAiB;;;CAGpB,CAAC;AAEX,eAAO,MAAM,cAAc,EAAE,SAAS,SAAS,EAA4B,CAAC;AAC5E,eAAO,MAAM,aAAa,EAAE,SAAS,SAAS,EAA2B,CAAC;AAC1E,eAAO,MAAM,gBAAgB,EAAE,SAAS,WAAW,EAAgC,CAAC;AACpF,eAAO,MAAM,eAAe,EAAE,SAAS,WAAW,EAA+B,CAAC;AAClF,eAAO,MAAM,iBAAiB,EAAE,SAAS,YAAY,EAAkC,CAAC;AACxF,eAAO,MAAM,gBAAgB,EAAE,SAAS,YAAY,EAAiC,CAAC"}
1
+ {"version":3,"file":"specs.d.ts","sourceRoot":"","sources":["../../../generated/specs/specs.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC5B,UAAU,CAAC,EAAE,SAAS,OAAO,EAAE,CAAC;IAChC,QAAQ,CAAC,EAAE,SAAS,CAAC,SAAS,OAAO,EAAE,CAAC,EAAE,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,OAAO,EAAE,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkClB,CAAC;AACX,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCjB,CAAC;AACX,eAAO,MAAM,iBAAiB;;;;;;;CASpB,CAAC;AACX,eAAO,MAAM,gBAAgB;;;;;;;CASnB,CAAC;AACX,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AACX,eAAO,MAAM,iBAAiB;;;CAGpB,CAAC;AAEX,eAAO,MAAM,cAAc,EAAE,SAAS,SAAS,EAA4B,CAAC;AAC5E,eAAO,MAAM,aAAa,EAAE,SAAS,SAAS,EAA2B,CAAC;AAC1E,eAAO,MAAM,gBAAgB,EAAE,SAAS,WAAW,EAAgC,CAAC;AACpF,eAAO,MAAM,eAAe,EAAE,SAAS,WAAW,EAA+B,CAAC;AAClF,eAAO,MAAM,iBAAiB,EAAE,SAAS,YAAY,EAAkC,CAAC;AACxF,eAAO,MAAM,gBAAgB,EAAE,SAAS,YAAY,EAAiC,CAAC"}