@elizaos/agent 2.0.0-alpha.170 → 2.0.0-alpha.172
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.
|
|
3
|
+
"version": "2.0.0-alpha.172",
|
|
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.
|
|
454
|
+
"@elizaos/core": "^2.0.0-alpha.172",
|
|
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.
|
|
462
|
-
"@elizaos/skills": "^2.0.0-alpha.
|
|
461
|
+
"@elizaos/shared": "^2.0.0-alpha.172",
|
|
462
|
+
"@elizaos/skills": "^2.0.0-alpha.172",
|
|
463
463
|
"@hapi/boom": "^10.0.1",
|
|
464
464
|
"@noble/curves": "^2.0.1",
|
|
465
465
|
"@whiskeysockets/baileys": "7.0.0-rc.9",
|
|
@@ -1710,28 +1710,6 @@ 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
|
-
}];
|
|
1735
1713
|
}, {
|
|
1736
1714
|
readonly name: "FREEZE_CLOUD_AGENT";
|
|
1737
1715
|
readonly description: "Freeze a cloud agent: snapshot state, disconnect bridge, stop container.";
|
|
@@ -1762,11 +1740,6 @@ export declare const allActionsSpec: {
|
|
|
1762
1740
|
readonly description: "Install a skill from the ClawHub registry. The skill will be security-scanned before activation. ";
|
|
1763
1741
|
readonly parameters: readonly [];
|
|
1764
1742
|
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"];
|
|
1770
1743
|
}, {
|
|
1771
1744
|
readonly name: "LIST_PLAYLISTS";
|
|
1772
1745
|
readonly description: "List all saved playlists for the user. Works best in DMs to avoid flooding group chats.";
|
|
@@ -1811,11 +1784,6 @@ export declare const allActionsSpec: {
|
|
|
1811
1784
|
};
|
|
1812
1785
|
};
|
|
1813
1786
|
}];
|
|
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"];
|
|
1819
1787
|
}, {
|
|
1820
1788
|
readonly name: "MANAGE_SHOPIFY_CUSTOMERS";
|
|
1821
1789
|
readonly description: "List and search customers in a connected Shopify store.";
|
|
@@ -1856,38 +1824,11 @@ export declare const allActionsSpec: {
|
|
|
1856
1824
|
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.";
|
|
1857
1825
|
readonly parameters: readonly [];
|
|
1858
1826
|
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"];
|
|
1864
1827
|
}, {
|
|
1865
1828
|
readonly name: "PROVISION_CLOUD_AGENT";
|
|
1866
1829
|
readonly description: "Deploy an ElizaOS agent to ElizaCloud. Provisions a container, waits for deployment, connects the bridge, and starts auto-backup.";
|
|
1867
1830
|
readonly parameters: readonly [];
|
|
1868
1831
|
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
|
-
}];
|
|
1891
1832
|
}, {
|
|
1892
1833
|
readonly name: "QUEUE_MUSIC";
|
|
1893
1834
|
readonly description: "Add a song to the queue for later";
|
|
@@ -1967,28 +1908,6 @@ export declare const allActionsSpec: {
|
|
|
1967
1908
|
readonly description: "Send a message via iMessage through BlueBubbles";
|
|
1968
1909
|
readonly parameters: readonly [];
|
|
1969
1910
|
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
|
-
}];
|
|
1992
1911
|
}, {
|
|
1993
1912
|
readonly name: "SETUP_CREDENTIALS";
|
|
1994
1913
|
readonly description: "Guide the user through setting up API credentials for supported third-party services, validate them when possible, and store them securely.";
|
|
@@ -2075,55 +1994,11 @@ export declare const allActionsSpec: {
|
|
|
2075
1994
|
readonly description: "Skip the current track and play the next queued song. Use for skip, next track, or next song. ";
|
|
2076
1995
|
readonly parameters: readonly [];
|
|
2077
1996
|
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
|
-
}];
|
|
2100
1997
|
}, {
|
|
2101
1998
|
readonly name: "STATUS_COMMAND";
|
|
2102
1999
|
readonly description: "Show session directive settings via /status slash command. Only activates for /status or /s prefix.";
|
|
2103
2000
|
readonly parameters: readonly [];
|
|
2104
2001
|
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
|
-
}];
|
|
2127
2002
|
}, {
|
|
2128
2003
|
readonly name: "STOP_COMMAND";
|
|
2129
2004
|
readonly description: "Stop current operation or abort running tasks. Triggered by /stop, /abort, or /cancel slash commands only.";
|
|
@@ -2139,21 +2014,6 @@ export declare const allActionsSpec: {
|
|
|
2139
2014
|
readonly description: "Sync the skill catalog from the registry to discover new skills.";
|
|
2140
2015
|
readonly parameters: readonly [];
|
|
2141
2016
|
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"];
|
|
2157
2017
|
}, {
|
|
2158
2018
|
readonly name: "TOGGLE_SKILL";
|
|
2159
2019
|
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
|
|
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"}
|
|
@@ -2458,38 +2458,6 @@ 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
|
-
},
|
|
2493
2461
|
{
|
|
2494
2462
|
name: "FREEZE_CLOUD_AGENT",
|
|
2495
2463
|
description: "Freeze a cloud agent: snapshot state, disconnect bridge, stop container.",
|
|
@@ -2539,21 +2507,6 @@ export const allActionsSpec = {
|
|
|
2539
2507
|
parameters: [],
|
|
2540
2508
|
similes: ["DOWNLOAD_SKILL", "ADD_SKILL", "GET_SKILL"],
|
|
2541
2509
|
},
|
|
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
|
-
},
|
|
2557
2510
|
{
|
|
2558
2511
|
name: "LIST_PLAYLISTS",
|
|
2559
2512
|
description: "List all saved playlists for the user. Works best in DMs to avoid flooding group chats.",
|
|
@@ -2618,19 +2571,6 @@ export const allActionsSpec = {
|
|
|
2618
2571
|
},
|
|
2619
2572
|
],
|
|
2620
2573
|
},
|
|
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
|
-
},
|
|
2634
2574
|
{
|
|
2635
2575
|
name: "MANAGE_SHOPIFY_CUSTOMERS",
|
|
2636
2576
|
description: "List and search customers in a connected Shopify store.",
|
|
@@ -2707,18 +2647,6 @@ export const allActionsSpec = {
|
|
|
2707
2647
|
"INTELLIGENT_MUSIC_SEARCH",
|
|
2708
2648
|
],
|
|
2709
2649
|
},
|
|
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
|
-
},
|
|
2722
2650
|
{
|
|
2723
2651
|
name: "PROVISION_CLOUD_AGENT",
|
|
2724
2652
|
description: "Deploy an ElizaOS agent to ElizaCloud. Provisions a container, waits for deployment, connects the bridge, and starts auto-backup.",
|
|
@@ -2730,38 +2658,6 @@ export const allActionsSpec = {
|
|
|
2730
2658
|
"provision container",
|
|
2731
2659
|
],
|
|
2732
2660
|
},
|
|
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
|
-
},
|
|
2765
2661
|
{
|
|
2766
2662
|
name: "QUEUE_MUSIC",
|
|
2767
2663
|
description: "Add a song to the queue for later",
|
|
@@ -2888,41 +2784,6 @@ export const allActionsSpec = {
|
|
|
2888
2784
|
"APPLE_MESSAGE",
|
|
2889
2785
|
],
|
|
2890
2786
|
},
|
|
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
|
-
},
|
|
2926
2787
|
{
|
|
2927
2788
|
name: "SETUP_CREDENTIALS",
|
|
2928
2789
|
description: "Guide the user through setting up API credentials for supported third-party services, validate them when possible, and store them securely.",
|
|
@@ -3054,84 +2915,12 @@ export const allActionsSpec = {
|
|
|
3054
2915
|
parameters: [],
|
|
3055
2916
|
similes: ["SKIP", "NEXT_TRACK", "SKIP_SONG", "NEXT_SONG"],
|
|
3056
2917
|
},
|
|
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
|
-
},
|
|
3094
2918
|
{
|
|
3095
2919
|
name: "STATUS_COMMAND",
|
|
3096
2920
|
description: "Show session directive settings via /status slash command. Only activates for /status or /s prefix.",
|
|
3097
2921
|
parameters: [],
|
|
3098
2922
|
similes: ["/status", "/s"],
|
|
3099
2923
|
},
|
|
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
|
-
},
|
|
3135
2924
|
{
|
|
3136
2925
|
name: "STOP_COMMAND",
|
|
3137
2926
|
description: "Stop current operation or abort running tasks. Triggered by /stop, /abort, or /cancel slash commands only.",
|
|
@@ -3157,44 +2946,6 @@ export const allActionsSpec = {
|
|
|
3157
2946
|
parameters: [],
|
|
3158
2947
|
similes: ["REFRESH_SKILLS", "UPDATE_CATALOG"],
|
|
3159
2948
|
},
|
|
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
|
-
},
|
|
3198
2949
|
{
|
|
3199
2950
|
name: "TOGGLE_SKILL",
|
|
3200
2951
|
description: "Enable or disable an installed skill. Say 'enable <skill>' or 'disable <skill>'.",
|