@elizaos/agent 2.0.0-alpha.172 → 2.0.0-alpha.173

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/agent",
3
- "version": "2.0.0-alpha.172",
3
+ "version": "2.0.0-alpha.173",
4
4
  "description": "Standalone elizaOS-based agent and backend server package.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -451,15 +451,15 @@
451
451
  "@elizaos/app-steward": "^0.0.0",
452
452
  "@elizaos/app-task-coordinator": "^0.0.0",
453
453
  "@elizaos/app-training": "^0.0.1",
454
- "@elizaos/core": "^2.0.0-alpha.172",
454
+ "@elizaos/core": "^2.0.0-alpha.173",
455
455
  "@elizaos/plugin-agent-orchestrator": "^0.6.2-alpha.0",
456
456
  "@elizaos/plugin-ollama": "^2.0.0-alpha.14",
457
457
  "@elizaos/plugin-pdf": "^2.0.0-alpha.18",
458
458
  "@elizaos/plugin-solana": "1.2.6",
459
459
  "@elizaos/plugin-sql": "^2.0.0-alpha.19",
460
460
  "@elizaos/plugin-wechat": "^0.1.0",
461
- "@elizaos/shared": "^2.0.0-alpha.172",
462
- "@elizaos/skills": "^2.0.0-alpha.172",
461
+ "@elizaos/shared": "^2.0.0-alpha.173",
462
+ "@elizaos/skills": "^2.0.0-alpha.173",
463
463
  "@hapi/boom": "^10.0.1",
464
464
  "@noble/curves": "^2.0.1",
465
465
  "@whiskeysockets/baileys": "7.0.0-rc.9",
@@ -1710,6 +1710,28 @@ export declare const allActionsSpec: {
1710
1710
  readonly description: "Edit an existing message in a Discord channel";
1711
1711
  readonly parameters: readonly [];
1712
1712
  readonly similes: readonly ["UPDATE_MESSAGE", "MODIFY_MESSAGE", "CHANGE_MESSAGE", "EDIT_DISCORD_MESSAGE"];
1713
+ }, {
1714
+ readonly name: "FINALIZE_WORKSPACE";
1715
+ readonly description: "Finalize workspace changes by committing, pushing, and optionally creating a pull request. ";
1716
+ readonly parameters: readonly [{
1717
+ readonly name: "codingWorkspace";
1718
+ readonly description: "The coding workspace to use.";
1719
+ readonly required: false;
1720
+ readonly schema: {
1721
+ readonly type: "string";
1722
+ };
1723
+ readonly examples: readonly ["example"];
1724
+ }];
1725
+ readonly similes: readonly ["COMMIT_AND_PR", "CREATE_PR", "SUBMIT_CHANGES", "FINISH_WORKSPACE"];
1726
+ readonly exampleCalls: readonly [{
1727
+ readonly user: "Use FINALIZE_WORKSPACE with the provided parameters.";
1728
+ readonly actions: readonly ["FINALIZE_WORKSPACE"];
1729
+ readonly params: {
1730
+ readonly FINALIZE_WORKSPACE: {
1731
+ readonly codingWorkspace: "example";
1732
+ };
1733
+ };
1734
+ }];
1713
1735
  }, {
1714
1736
  readonly name: "FREEZE_CLOUD_AGENT";
1715
1737
  readonly description: "Freeze a cloud agent: snapshot state, disconnect bridge, stop container.";
@@ -1740,6 +1762,11 @@ export declare const allActionsSpec: {
1740
1762
  readonly description: "Install a skill from the ClawHub registry. The skill will be security-scanned before activation. ";
1741
1763
  readonly parameters: readonly [];
1742
1764
  readonly similes: readonly ["DOWNLOAD_SKILL", "ADD_SKILL", "GET_SKILL"];
1765
+ }, {
1766
+ readonly name: "LIST_AGENTS";
1767
+ readonly description: "List active task agents together with current task progress so the main agent can keep the user updated while work continues asynchronously.";
1768
+ readonly parameters: readonly [];
1769
+ readonly similes: readonly ["LIST_CODING_AGENTS", "SHOW_CODING_AGENTS", "GET_ACTIVE_AGENTS", "LIST_SESSIONS", "SHOW_CODING_SESSIONS", "SHOW_TASK_AGENTS", "LIST_SUB_AGENTS", "SHOW_TASK_STATUS"];
1743
1770
  }, {
1744
1771
  readonly name: "LIST_PLAYLISTS";
1745
1772
  readonly description: "List all saved playlists for the user. Works best in DMs to avoid flooding group chats.";
@@ -1784,6 +1811,11 @@ export declare const allActionsSpec: {
1784
1811
  };
1785
1812
  };
1786
1813
  }];
1814
+ }, {
1815
+ readonly name: "MANAGE_ISSUES";
1816
+ readonly description: "Manage GitHub issues for a repository. ";
1817
+ readonly parameters: readonly [];
1818
+ readonly similes: readonly ["CREATE_ISSUE", "LIST_ISSUES", "CLOSE_ISSUE", "COMMENT_ISSUE", "UPDATE_ISSUE", "GET_ISSUE"];
1787
1819
  }, {
1788
1820
  readonly name: "MANAGE_SHOPIFY_CUSTOMERS";
1789
1821
  readonly description: "List and search customers in a connected Shopify store.";
@@ -1824,11 +1856,38 @@ export declare const allActionsSpec: {
1824
1856
  readonly description: "Handle any complex music query that requires understanding and research. Supports: artist queries (first single, latest song, similar artists, popular songs, nth album), temporal (80s, 90s, specific years), genre/mood/vibe, activities (workout, study, party), charts/trending, albums, movie/game/TV soundtracks, lyrics/topics, versions (covers, remixes, acoustic, live), and more. Uses Wikipedia, music databases, and web search to find the right music.";
1825
1857
  readonly parameters: readonly [];
1826
1858
  readonly similes: readonly ["SMART_PLAY", "RESEARCH_AND_PLAY", "FIND_AND_PLAY", "INTELLIGENT_MUSIC_SEARCH"];
1859
+ }, {
1860
+ readonly name: "POST_TWEET";
1861
+ readonly description: "Post a tweet on Twitter";
1862
+ readonly parameters: readonly [];
1863
+ readonly similes: readonly ["TWEET", "SEND_TWEET", "TWITTER_POST", "POST_ON_TWITTER", "SHARE_ON_TWITTER"];
1827
1864
  }, {
1828
1865
  readonly name: "PROVISION_CLOUD_AGENT";
1829
1866
  readonly description: "Deploy an ElizaOS agent to ElizaCloud. Provisions a container, waits for deployment, connects the bridge, and starts auto-backup.";
1830
1867
  readonly parameters: readonly [];
1831
1868
  readonly similes: readonly ["deploy agent to cloud", "launch cloud agent", "start remote agent", "provision container"];
1869
+ }, {
1870
+ readonly name: "PROVISION_WORKSPACE";
1871
+ readonly description: "Create a git workspace for coding tasks. ";
1872
+ readonly parameters: readonly [{
1873
+ readonly name: "codingWorkspace";
1874
+ readonly description: "The coding workspace to use.";
1875
+ readonly required: false;
1876
+ readonly schema: {
1877
+ readonly type: "string";
1878
+ };
1879
+ readonly examples: readonly ["example"];
1880
+ }];
1881
+ readonly similes: readonly ["CREATE_WORKSPACE", "CLONE_REPO", "SETUP_WORKSPACE", "PREPARE_WORKSPACE"];
1882
+ readonly exampleCalls: readonly [{
1883
+ readonly user: "Use PROVISION_WORKSPACE with the provided parameters.";
1884
+ readonly actions: readonly ["PROVISION_WORKSPACE"];
1885
+ readonly params: {
1886
+ readonly PROVISION_WORKSPACE: {
1887
+ readonly codingWorkspace: "example";
1888
+ };
1889
+ };
1890
+ }];
1832
1891
  }, {
1833
1892
  readonly name: "QUEUE_MUSIC";
1834
1893
  readonly description: "Add a song to the queue for later";
@@ -1908,6 +1967,28 @@ export declare const allActionsSpec: {
1908
1967
  readonly description: "Send a message via iMessage through BlueBubbles";
1909
1968
  readonly parameters: readonly [];
1910
1969
  readonly similes: readonly ["SEND_IMESSAGE", "TEXT_MESSAGE", "IMESSAGE_REPLY", "BLUEBUBBLES_SEND", "APPLE_MESSAGE"];
1970
+ }, {
1971
+ readonly name: "SEND_TO_AGENT";
1972
+ readonly description: "Send text input or key presses to a running task-agent session. ";
1973
+ readonly parameters: readonly [{
1974
+ readonly name: "codingSession";
1975
+ readonly description: "The coding session to use.";
1976
+ readonly required: false;
1977
+ readonly schema: {
1978
+ readonly type: "string";
1979
+ };
1980
+ readonly examples: readonly ["example"];
1981
+ }];
1982
+ readonly similes: readonly ["SEND_TO_CODING_AGENT", "MESSAGE_CODING_AGENT", "INPUT_TO_AGENT", "RESPOND_TO_AGENT", "TELL_CODING_AGENT", "MESSAGE_AGENT", "TELL_TASK_AGENT"];
1983
+ readonly exampleCalls: readonly [{
1984
+ readonly user: "Use SEND_TO_AGENT with the provided parameters.";
1985
+ readonly actions: readonly ["SEND_TO_AGENT"];
1986
+ readonly params: {
1987
+ readonly SEND_TO_AGENT: {
1988
+ readonly codingSession: "example";
1989
+ };
1990
+ };
1991
+ }];
1911
1992
  }, {
1912
1993
  readonly name: "SETUP_CREDENTIALS";
1913
1994
  readonly description: "Guide the user through setting up API credentials for supported third-party services, validate them when possible, and store them securely.";
@@ -1994,11 +2075,55 @@ export declare const allActionsSpec: {
1994
2075
  readonly description: "Skip the current track and play the next queued song. Use for skip, next track, or next song. ";
1995
2076
  readonly parameters: readonly [];
1996
2077
  readonly similes: readonly ["SKIP", "NEXT_TRACK", "SKIP_SONG", "NEXT_SONG"];
2078
+ }, {
2079
+ readonly name: "SPAWN_AGENT";
2080
+ readonly description: "Spawn a specific task agent inside an existing workspace when you need direct control. ";
2081
+ readonly parameters: readonly [{
2082
+ readonly name: "codingWorkspace";
2083
+ readonly description: "The coding workspace to use.";
2084
+ readonly required: false;
2085
+ readonly schema: {
2086
+ readonly type: "string";
2087
+ };
2088
+ readonly examples: readonly ["example"];
2089
+ }];
2090
+ readonly similes: readonly ["SPAWN_CODING_AGENT", "START_CODING_AGENT", "LAUNCH_CODING_AGENT", "CREATE_CODING_AGENT", "SPAWN_CODER", "RUN_CODING_AGENT", "SPAWN_SUB_AGENT", "START_TASK_AGENT", "CREATE_AGENT"];
2091
+ readonly exampleCalls: readonly [{
2092
+ readonly user: "Use SPAWN_AGENT with the provided parameters.";
2093
+ readonly actions: readonly ["SPAWN_AGENT"];
2094
+ readonly params: {
2095
+ readonly SPAWN_AGENT: {
2096
+ readonly codingWorkspace: "example";
2097
+ };
2098
+ };
2099
+ }];
1997
2100
  }, {
1998
2101
  readonly name: "STATUS_COMMAND";
1999
2102
  readonly description: "Show session directive settings via /status slash command. Only activates for /status or /s prefix.";
2000
2103
  readonly parameters: readonly [];
2001
2104
  readonly similes: readonly ["/status", "/s"];
2105
+ }, {
2106
+ readonly name: "STOP_AGENT";
2107
+ readonly description: "Stop a running task-agent session. ";
2108
+ readonly parameters: readonly [{
2109
+ readonly name: "codingSession";
2110
+ readonly description: "The coding session to use.";
2111
+ readonly required: false;
2112
+ readonly schema: {
2113
+ readonly type: "string";
2114
+ };
2115
+ readonly examples: readonly ["example"];
2116
+ }];
2117
+ readonly similes: readonly ["STOP_CODING_AGENT", "KILL_CODING_AGENT", "TERMINATE_AGENT", "END_CODING_SESSION", "CANCEL_AGENT", "CANCEL_TASK_AGENT", "STOP_SUB_AGENT"];
2118
+ readonly exampleCalls: readonly [{
2119
+ readonly user: "Use STOP_AGENT with the provided parameters.";
2120
+ readonly actions: readonly ["STOP_AGENT"];
2121
+ readonly params: {
2122
+ readonly STOP_AGENT: {
2123
+ readonly codingSession: "example";
2124
+ };
2125
+ };
2126
+ }];
2002
2127
  }, {
2003
2128
  readonly name: "STOP_COMMAND";
2004
2129
  readonly description: "Stop current operation or abort running tasks. Triggered by /stop, /abort, or /cancel slash commands only.";
@@ -2014,6 +2139,21 @@ export declare const allActionsSpec: {
2014
2139
  readonly description: "Sync the skill catalog from the registry to discover new skills.";
2015
2140
  readonly parameters: readonly [];
2016
2141
  readonly similes: readonly ["REFRESH_SKILLS", "UPDATE_CATALOG"];
2142
+ }, {
2143
+ readonly name: "TASK_CONTROL";
2144
+ readonly description: "Pause, stop, resume, continue, archive, or reopen a coordinator task thread while preserving the durable thread history.";
2145
+ readonly parameters: readonly [];
2146
+ readonly similes: readonly ["CONTROL_TASK", "PAUSE_TASK", "RESUME_TASK", "STOP_TASK", "CONTINUE_TASK", "ARCHIVE_TASK", "REOPEN_TASK"];
2147
+ }, {
2148
+ readonly name: "TASK_HISTORY";
2149
+ readonly description: "Query coordinator task history without stuffing raw transcripts into model context. Use this for active work, yesterday/last-week summaries, topic search, counts, and thread detail lookup.";
2150
+ readonly parameters: readonly [];
2151
+ readonly similes: readonly ["LIST_TASK_HISTORY", "GET_TASK_HISTORY", "SHOW_TASKS", "COUNT_TASKS", "TASK_STATUS_HISTORY"];
2152
+ }, {
2153
+ readonly name: "TASK_SHARE";
2154
+ readonly description: "Discover the best available way to view or share a task result, including artifacts, live preview URLs, workspace paths, and environment share capabilities.";
2155
+ readonly parameters: readonly [];
2156
+ readonly similes: readonly ["SHARE_TASK_RESULT", "SHOW_TASK_ARTIFACT", "VIEW_TASK_OUTPUT", "CAN_I_SEE_IT", "PULL_IT_UP"];
2017
2157
  }, {
2018
2158
  readonly name: "TOGGLE_SKILL";
2019
2159
  readonly description: "Enable or disable an installed skill. Say 'enable <skill>' or 'disable <skill>'.";
@@ -1 +1 @@
1
- {"version":3,"file":"action-docs.d.ts","sourceRoot":"","sources":["../../../../../../typescript/src/generated/action-docs.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgrC2C,CAAC;AACxE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4yD4C,CAAC;AACxE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoJ6C,CAAC;AAC5E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoJ8C,CAAC;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoK9B,CAAC;AACF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoK7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,SAAS,SAAS,EAA4B,CAAC;AAC5E,eAAO,MAAM,aAAa,EAAE,SAAS,SAAS,EAA2B,CAAC;AAC1E,eAAO,MAAM,gBAAgB,EAAE,SAAS,WAAW,EACvB,CAAC;AAC7B,eAAO,MAAM,eAAe,EAAE,SAAS,WAAW,EACvB,CAAC;AAC5B,eAAO,MAAM,iBAAiB,EAAE,SAAS,YAAY,EACvB,CAAC;AAC/B,eAAO,MAAM,gBAAgB,EAAE,SAAS,YAAY,EACvB,CAAC"}
1
+ {"version":3,"file":"action-docs.d.ts","sourceRoot":"","sources":["../../../../../../typescript/src/generated/action-docs.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgrC2C,CAAC;AACxE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4iE4C,CAAC;AACxE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoJ6C,CAAC;AAC5E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoJ8C,CAAC;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoK9B,CAAC;AACF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoK7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,SAAS,SAAS,EAA4B,CAAC;AAC5E,eAAO,MAAM,aAAa,EAAE,SAAS,SAAS,EAA2B,CAAC;AAC1E,eAAO,MAAM,gBAAgB,EAAE,SAAS,WAAW,EACvB,CAAC;AAC7B,eAAO,MAAM,eAAe,EAAE,SAAS,WAAW,EACvB,CAAC;AAC5B,eAAO,MAAM,iBAAiB,EAAE,SAAS,YAAY,EACvB,CAAC;AAC/B,eAAO,MAAM,gBAAgB,EAAE,SAAS,YAAY,EACvB,CAAC"}
@@ -2458,6 +2458,38 @@ export const allActionsSpec = {
2458
2458
  "EDIT_DISCORD_MESSAGE",
2459
2459
  ],
2460
2460
  },
2461
+ {
2462
+ name: "FINALIZE_WORKSPACE",
2463
+ description: "Finalize workspace changes by committing, pushing, and optionally creating a pull request. ",
2464
+ parameters: [
2465
+ {
2466
+ name: "codingWorkspace",
2467
+ description: "The coding workspace to use.",
2468
+ required: false,
2469
+ schema: {
2470
+ type: "string",
2471
+ },
2472
+ examples: ["example"],
2473
+ },
2474
+ ],
2475
+ similes: [
2476
+ "COMMIT_AND_PR",
2477
+ "CREATE_PR",
2478
+ "SUBMIT_CHANGES",
2479
+ "FINISH_WORKSPACE",
2480
+ ],
2481
+ exampleCalls: [
2482
+ {
2483
+ user: "Use FINALIZE_WORKSPACE with the provided parameters.",
2484
+ actions: ["FINALIZE_WORKSPACE"],
2485
+ params: {
2486
+ FINALIZE_WORKSPACE: {
2487
+ codingWorkspace: "example",
2488
+ },
2489
+ },
2490
+ },
2491
+ ],
2492
+ },
2461
2493
  {
2462
2494
  name: "FREEZE_CLOUD_AGENT",
2463
2495
  description: "Freeze a cloud agent: snapshot state, disconnect bridge, stop container.",
@@ -2507,6 +2539,21 @@ export const allActionsSpec = {
2507
2539
  parameters: [],
2508
2540
  similes: ["DOWNLOAD_SKILL", "ADD_SKILL", "GET_SKILL"],
2509
2541
  },
2542
+ {
2543
+ name: "LIST_AGENTS",
2544
+ description: "List active task agents together with current task progress so the main agent can keep the user updated while work continues asynchronously.",
2545
+ parameters: [],
2546
+ similes: [
2547
+ "LIST_CODING_AGENTS",
2548
+ "SHOW_CODING_AGENTS",
2549
+ "GET_ACTIVE_AGENTS",
2550
+ "LIST_SESSIONS",
2551
+ "SHOW_CODING_SESSIONS",
2552
+ "SHOW_TASK_AGENTS",
2553
+ "LIST_SUB_AGENTS",
2554
+ "SHOW_TASK_STATUS",
2555
+ ],
2556
+ },
2510
2557
  {
2511
2558
  name: "LIST_PLAYLISTS",
2512
2559
  description: "List all saved playlists for the user. Works best in DMs to avoid flooding group chats.",
@@ -2571,6 +2618,19 @@ export const allActionsSpec = {
2571
2618
  },
2572
2619
  ],
2573
2620
  },
2621
+ {
2622
+ name: "MANAGE_ISSUES",
2623
+ description: "Manage GitHub issues for a repository. ",
2624
+ parameters: [],
2625
+ similes: [
2626
+ "CREATE_ISSUE",
2627
+ "LIST_ISSUES",
2628
+ "CLOSE_ISSUE",
2629
+ "COMMENT_ISSUE",
2630
+ "UPDATE_ISSUE",
2631
+ "GET_ISSUE",
2632
+ ],
2633
+ },
2574
2634
  {
2575
2635
  name: "MANAGE_SHOPIFY_CUSTOMERS",
2576
2636
  description: "List and search customers in a connected Shopify store.",
@@ -2647,6 +2707,18 @@ export const allActionsSpec = {
2647
2707
  "INTELLIGENT_MUSIC_SEARCH",
2648
2708
  ],
2649
2709
  },
2710
+ {
2711
+ name: "POST_TWEET",
2712
+ description: "Post a tweet on Twitter",
2713
+ parameters: [],
2714
+ similes: [
2715
+ "TWEET",
2716
+ "SEND_TWEET",
2717
+ "TWITTER_POST",
2718
+ "POST_ON_TWITTER",
2719
+ "SHARE_ON_TWITTER",
2720
+ ],
2721
+ },
2650
2722
  {
2651
2723
  name: "PROVISION_CLOUD_AGENT",
2652
2724
  description: "Deploy an ElizaOS agent to ElizaCloud. Provisions a container, waits for deployment, connects the bridge, and starts auto-backup.",
@@ -2658,6 +2730,38 @@ export const allActionsSpec = {
2658
2730
  "provision container",
2659
2731
  ],
2660
2732
  },
2733
+ {
2734
+ name: "PROVISION_WORKSPACE",
2735
+ description: "Create a git workspace for coding tasks. ",
2736
+ parameters: [
2737
+ {
2738
+ name: "codingWorkspace",
2739
+ description: "The coding workspace to use.",
2740
+ required: false,
2741
+ schema: {
2742
+ type: "string",
2743
+ },
2744
+ examples: ["example"],
2745
+ },
2746
+ ],
2747
+ similes: [
2748
+ "CREATE_WORKSPACE",
2749
+ "CLONE_REPO",
2750
+ "SETUP_WORKSPACE",
2751
+ "PREPARE_WORKSPACE",
2752
+ ],
2753
+ exampleCalls: [
2754
+ {
2755
+ user: "Use PROVISION_WORKSPACE with the provided parameters.",
2756
+ actions: ["PROVISION_WORKSPACE"],
2757
+ params: {
2758
+ PROVISION_WORKSPACE: {
2759
+ codingWorkspace: "example",
2760
+ },
2761
+ },
2762
+ },
2763
+ ],
2764
+ },
2661
2765
  {
2662
2766
  name: "QUEUE_MUSIC",
2663
2767
  description: "Add a song to the queue for later",
@@ -2784,6 +2888,41 @@ export const allActionsSpec = {
2784
2888
  "APPLE_MESSAGE",
2785
2889
  ],
2786
2890
  },
2891
+ {
2892
+ name: "SEND_TO_AGENT",
2893
+ description: "Send text input or key presses to a running task-agent session. ",
2894
+ parameters: [
2895
+ {
2896
+ name: "codingSession",
2897
+ description: "The coding session to use.",
2898
+ required: false,
2899
+ schema: {
2900
+ type: "string",
2901
+ },
2902
+ examples: ["example"],
2903
+ },
2904
+ ],
2905
+ similes: [
2906
+ "SEND_TO_CODING_AGENT",
2907
+ "MESSAGE_CODING_AGENT",
2908
+ "INPUT_TO_AGENT",
2909
+ "RESPOND_TO_AGENT",
2910
+ "TELL_CODING_AGENT",
2911
+ "MESSAGE_AGENT",
2912
+ "TELL_TASK_AGENT",
2913
+ ],
2914
+ exampleCalls: [
2915
+ {
2916
+ user: "Use SEND_TO_AGENT with the provided parameters.",
2917
+ actions: ["SEND_TO_AGENT"],
2918
+ params: {
2919
+ SEND_TO_AGENT: {
2920
+ codingSession: "example",
2921
+ },
2922
+ },
2923
+ },
2924
+ ],
2925
+ },
2787
2926
  {
2788
2927
  name: "SETUP_CREDENTIALS",
2789
2928
  description: "Guide the user through setting up API credentials for supported third-party services, validate them when possible, and store them securely.",
@@ -2915,12 +3054,84 @@ export const allActionsSpec = {
2915
3054
  parameters: [],
2916
3055
  similes: ["SKIP", "NEXT_TRACK", "SKIP_SONG", "NEXT_SONG"],
2917
3056
  },
3057
+ {
3058
+ name: "SPAWN_AGENT",
3059
+ description: "Spawn a specific task agent inside an existing workspace when you need direct control. ",
3060
+ parameters: [
3061
+ {
3062
+ name: "codingWorkspace",
3063
+ description: "The coding workspace to use.",
3064
+ required: false,
3065
+ schema: {
3066
+ type: "string",
3067
+ },
3068
+ examples: ["example"],
3069
+ },
3070
+ ],
3071
+ similes: [
3072
+ "SPAWN_CODING_AGENT",
3073
+ "START_CODING_AGENT",
3074
+ "LAUNCH_CODING_AGENT",
3075
+ "CREATE_CODING_AGENT",
3076
+ "SPAWN_CODER",
3077
+ "RUN_CODING_AGENT",
3078
+ "SPAWN_SUB_AGENT",
3079
+ "START_TASK_AGENT",
3080
+ "CREATE_AGENT",
3081
+ ],
3082
+ exampleCalls: [
3083
+ {
3084
+ user: "Use SPAWN_AGENT with the provided parameters.",
3085
+ actions: ["SPAWN_AGENT"],
3086
+ params: {
3087
+ SPAWN_AGENT: {
3088
+ codingWorkspace: "example",
3089
+ },
3090
+ },
3091
+ },
3092
+ ],
3093
+ },
2918
3094
  {
2919
3095
  name: "STATUS_COMMAND",
2920
3096
  description: "Show session directive settings via /status slash command. Only activates for /status or /s prefix.",
2921
3097
  parameters: [],
2922
3098
  similes: ["/status", "/s"],
2923
3099
  },
3100
+ {
3101
+ name: "STOP_AGENT",
3102
+ description: "Stop a running task-agent session. ",
3103
+ parameters: [
3104
+ {
3105
+ name: "codingSession",
3106
+ description: "The coding session to use.",
3107
+ required: false,
3108
+ schema: {
3109
+ type: "string",
3110
+ },
3111
+ examples: ["example"],
3112
+ },
3113
+ ],
3114
+ similes: [
3115
+ "STOP_CODING_AGENT",
3116
+ "KILL_CODING_AGENT",
3117
+ "TERMINATE_AGENT",
3118
+ "END_CODING_SESSION",
3119
+ "CANCEL_AGENT",
3120
+ "CANCEL_TASK_AGENT",
3121
+ "STOP_SUB_AGENT",
3122
+ ],
3123
+ exampleCalls: [
3124
+ {
3125
+ user: "Use STOP_AGENT with the provided parameters.",
3126
+ actions: ["STOP_AGENT"],
3127
+ params: {
3128
+ STOP_AGENT: {
3129
+ codingSession: "example",
3130
+ },
3131
+ },
3132
+ },
3133
+ ],
3134
+ },
2924
3135
  {
2925
3136
  name: "STOP_COMMAND",
2926
3137
  description: "Stop current operation or abort running tasks. Triggered by /stop, /abort, or /cancel slash commands only.",
@@ -2946,6 +3157,44 @@ export const allActionsSpec = {
2946
3157
  parameters: [],
2947
3158
  similes: ["REFRESH_SKILLS", "UPDATE_CATALOG"],
2948
3159
  },
3160
+ {
3161
+ name: "TASK_CONTROL",
3162
+ description: "Pause, stop, resume, continue, archive, or reopen a coordinator task thread while preserving the durable thread history.",
3163
+ parameters: [],
3164
+ similes: [
3165
+ "CONTROL_TASK",
3166
+ "PAUSE_TASK",
3167
+ "RESUME_TASK",
3168
+ "STOP_TASK",
3169
+ "CONTINUE_TASK",
3170
+ "ARCHIVE_TASK",
3171
+ "REOPEN_TASK",
3172
+ ],
3173
+ },
3174
+ {
3175
+ name: "TASK_HISTORY",
3176
+ description: "Query coordinator task history without stuffing raw transcripts into model context. Use this for active work, yesterday/last-week summaries, topic search, counts, and thread detail lookup.",
3177
+ parameters: [],
3178
+ similes: [
3179
+ "LIST_TASK_HISTORY",
3180
+ "GET_TASK_HISTORY",
3181
+ "SHOW_TASKS",
3182
+ "COUNT_TASKS",
3183
+ "TASK_STATUS_HISTORY",
3184
+ ],
3185
+ },
3186
+ {
3187
+ name: "TASK_SHARE",
3188
+ description: "Discover the best available way to view or share a task result, including artifacts, live preview URLs, workspace paths, and environment share capabilities.",
3189
+ parameters: [],
3190
+ similes: [
3191
+ "SHARE_TASK_RESULT",
3192
+ "SHOW_TASK_ARTIFACT",
3193
+ "VIEW_TASK_OUTPUT",
3194
+ "CAN_I_SEE_IT",
3195
+ "PULL_IT_UP",
3196
+ ],
3197
+ },
2949
3198
  {
2950
3199
  name: "TOGGLE_SKILL",
2951
3200
  description: "Enable or disable an installed skill. Say 'enable <skill>' or 'disable <skill>'.",