@elizaos/project-starter 1.6.2-alpha.10 → 1.6.2-alpha.11
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 +8 -8
- package/dist/character.d.ts +0 -9
- package/dist/character.d.ts.map +0 -1
- package/dist/frontend/index.d.ts +0 -22
- package/dist/frontend/index.d.ts.map +0 -1
- package/dist/frontend/utils.d.ts +0 -3
- package/dist/frontend/utils.d.ts.map +0 -1
- package/dist/index.d.ts +0 -6
- package/dist/index.d.ts.map +0 -1
- package/dist/plugin.d.ts +0 -13
- package/dist/plugin.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/project-starter",
|
|
3
3
|
"description": "Project starter for elizaOS",
|
|
4
|
-
"version": "1.6.2-alpha.
|
|
4
|
+
"version": "1.6.2-alpha.11",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@elizaos/cli": "1.6.2-alpha.
|
|
31
|
-
"@elizaos/client": "1.6.2-alpha.
|
|
32
|
-
"@elizaos/core": "1.6.2-alpha.
|
|
33
|
-
"@elizaos/plugin-bootstrap": "1.6.2-alpha.
|
|
34
|
-
"@elizaos/plugin-sql": "1.6.2-alpha.
|
|
35
|
-
"@elizaos/server": "1.6.2-alpha.
|
|
30
|
+
"@elizaos/cli": "1.6.2-alpha.11",
|
|
31
|
+
"@elizaos/client": "1.6.2-alpha.11",
|
|
32
|
+
"@elizaos/core": "1.6.2-alpha.11",
|
|
33
|
+
"@elizaos/plugin-bootstrap": "1.6.2-alpha.11",
|
|
34
|
+
"@elizaos/plugin-sql": "1.6.2-alpha.11",
|
|
35
|
+
"@elizaos/server": "1.6.2-alpha.11",
|
|
36
36
|
"@tanstack/react-query": "^5.29.0",
|
|
37
37
|
"clsx": "^2.1.1",
|
|
38
38
|
"react": "^18.3.1",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "4df8b8bbed53b6b79a364c318e83b40c86246897"
|
|
80
80
|
}
|
package/dist/character.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type Character } from '@elizaos/core';
|
|
2
|
-
/**
|
|
3
|
-
* Represents the default character (Eliza) with her specific attributes and behaviors.
|
|
4
|
-
* Eliza responds to a wide range of messages, is helpful and conversational.
|
|
5
|
-
* She interacts with users in a concise, direct, and helpful manner, using humor and empathy effectively.
|
|
6
|
-
* Eliza's responses are geared towards providing assistance on various topics while maintaining a friendly demeanor.
|
|
7
|
-
*/
|
|
8
|
-
export declare const character: Character;
|
|
9
|
-
//# sourceMappingURL=character.d.ts.map
|
package/dist/character.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"character.d.ts","sourceRoot":"","sources":["../src/character.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAE/C;;;;;GAKG;AACH,eAAO,MAAM,SAAS,EAAE,SAoIvB,CAAC"}
|
package/dist/frontend/index.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import './index.css';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface ElizaConfig {
|
|
4
|
-
agentId: string;
|
|
5
|
-
apiBase: string;
|
|
6
|
-
}
|
|
7
|
-
declare global {
|
|
8
|
-
interface Window {
|
|
9
|
-
ELIZA_CONFIG?: ElizaConfig;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
export interface AgentPanel {
|
|
13
|
-
name: string;
|
|
14
|
-
path: string;
|
|
15
|
-
component: React.ComponentType<any>;
|
|
16
|
-
icon?: string;
|
|
17
|
-
public?: boolean;
|
|
18
|
-
shortLabel?: string;
|
|
19
|
-
}
|
|
20
|
-
export declare const panels: AgentPanel[];
|
|
21
|
-
export * from './utils';
|
|
22
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/frontend/index.tsx"],"names":[],"mappings":"AAEA,OAAO,aAAa,CAAC;AACrB,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,WAAW;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAGD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,YAAY,CAAC,EAAE,WAAW,CAAC;KAC5B;CACF;AA8CD,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAcD,eAAO,MAAM,MAAM,EAAE,UAAU,EAS9B,CAAC;AAEF,cAAc,SAAS,CAAC"}
|
package/dist/frontend/utils.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/frontend/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
package/dist/index.d.ts
DELETED
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AAS5F,eAAO,MAAM,YAAY,EAAE,YAI1B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAEd,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,eAAe,OAAO,CAAC"}
|
package/dist/plugin.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Plugin } from '@elizaos/core';
|
|
2
|
-
import { type IAgentRuntime, Service } from '@elizaos/core';
|
|
3
|
-
export declare class StarterService extends Service {
|
|
4
|
-
static serviceType: string;
|
|
5
|
-
capabilityDescription: string;
|
|
6
|
-
constructor(runtime: IAgentRuntime);
|
|
7
|
-
static start(runtime: IAgentRuntime): Promise<StarterService>;
|
|
8
|
-
static stop(runtime: IAgentRuntime): Promise<void>;
|
|
9
|
-
stop(): Promise<void>;
|
|
10
|
-
}
|
|
11
|
-
declare const plugin: Plugin;
|
|
12
|
-
export default plugin;
|
|
13
|
-
//# sourceMappingURL=plugin.d.ts.map
|
package/dist/plugin.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAML,KAAK,aAAa,EAKlB,OAAO,EAGR,MAAM,eAAe,CAAC;AA4IvB,qBAAa,cAAe,SAAQ,OAAO;IACzC,MAAM,CAAC,WAAW,SAAa;IAC/B,qBAAqB,SACoE;gBAE7E,OAAO,EAAE,aAAa;WAIrB,KAAK,CAAC,OAAO,EAAE,aAAa;WAM5B,IAAI,CAAC,OAAO,EAAE,aAAa;IAUlC,IAAI;CAGX;AAED,QAAA,MAAM,MAAM,EAAE,MA6Fb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|