Skip to content

Commit

Permalink
Merge branch 'develop' into feat/som-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
odilitime authored Feb 6, 2025
2 parents c7efd96 + a2efabd commit 8a8c3a7
Show file tree
Hide file tree
Showing 174 changed files with 6,141 additions and 5,996 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ TWITTER_USERNAME= # Account username
TWITTER_PASSWORD= # Account password
TWITTER_EMAIL= # Account email
TWITTER_2FA_SECRET=

# Authentication cookies for Twitter session (this is for login using cookies and is optional)
TWITTER_COOKIES_AUTH_TOKEN=
TWITTER_COOKIES_CT0=
TWITTER_COOKIES_GUEST_ID=

TWITTER_POLL_INTERVAL=120 # How often (in seconds) the bot should check for interactions
TWITTER_SEARCH_ENABLE=FALSE # Enable timeline search, WARNING this greatly increases your chance of getting banned
TWITTER_TARGET_USERS= # Comma separated list of Twitter user names to interact with
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN npm install -g [email protected] && \
libpango1.0-dev \
libgif-dev \
openssl \
libssl-dev && \
libssl-dev libsecret-1-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/agent",
"version": "0.1.9",
"version": "0.25.6-alpha.1",
"main": "src/index.ts",
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In the Discord chat, Jin introduced a new column for ignoring data in their spre

- What columns are ignored in the provided data?
- jin: The "Comment" column is ignored along with any subsequent ones that may be added later.
- Is the Title and Email fields optional when entering data?
- Are the Title and Email fields optional when entering data?
- jin: Yes, both Title and Email fields can be left empty or filled as needed.
- How should the Amount be entered in the provided data format?
- jin: The Amount should be entered in a human-readable format; token decimals will be handled separately.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In the Discord chat, Elijah Madonia initiated discussions on DAO funding with ai
- What is the purpose of Eliza OS?
- Elijah Madonia: Eliza OS is an open-source technology project aimed at creating a decentralized operating system for various devices.

- Who are the partners involved in ai16z fund run my Marc?
- Who are the partners involved in ai16z fund run by Marc?
- Elijah Madonia: The partners of this initiative include ai16z holders and voters, who collaborate to support projects like Eliza OS.

## Who Helped Who
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In the discussion, Shaw highlighted challenges in generating sequences that fit

## FAQ

- What is the main issue with treating every input outpair pair as separate in Shaw's work?
- What is the main issue with treating every input output pair as separate in Shaw's work?
- [loveofdoing]: The problem lies in not learning the relationship between input-output pairs, which could lead to a lack of understanding of how different inputs relate to each other and affect outputs. This approach might miss patterns or relationships that are crucial for accurate predictions or classifications.

- How can we improve the training set augmentation process?
Expand Down
2 changes: 1 addition & 1 deletion docs/community/Streams/01-2025/2025-01-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This Spaces was a forum for developers and builders in the open-source AI agent
- [00:18:45](<https://www.youtube.com/watch?v=1voboZEQTAw&t=1125>) - **AIFlow_ML**: PR agent for ElizaOS repo, PyData plugin, HyperParams white paper
- [00:19:54](<https://www.youtube.com/watch?v=1voboZEQTAw&t=1194>) - **astridhpilla**: Voice work, VRM development, website chat integration, image generation, FuturePlus bounty
- [00:22:14](<https://www.youtube.com/watch?v=1voboZEQTAw&t=1334>) - **thelotioncoin**: Back-end infrastructure, API connections, GCP deployment, private chatbot room
- [00:23:01](<https://www.youtube.com/watch?v=1voboZEQTAw&t=1381>) - **RodrigoSotoAlt**: Plugin for persistent memory and community IDs (Employee Cards), voice integration, Abtract plugin
- [00:23:01](<https://www.youtube.com/watch?v=1voboZEQTAw&t=1381>) - **RodrigoSotoAlt**: Plugin for persistent memory and community IDs (Employee Cards), voice integration, Abstract plugin
- [00:24:18](<https://www.youtube.com/watch?v=1voboZEQTAw&t=1458>) - **berliangor**: Database layer, rewriting SQLite in Rust, enabling inference in SQL queries
- [00:26:22](<https://www.youtube.com/watch?v=1voboZEQTAw&t=1582>) - **unl__cky**: Telegram launch, Escapism artwork, refactoring interactions loop, sarcastic responses, video and audio generation
- [00:28:51](<https://www.youtube.com/watch?v=1voboZEQTAw&t=1731>) - **xiao_zcloak**: Article on "Connect Wallet" to "Approve Agents", improving UX with natural language
Expand Down
112 changes: 56 additions & 56 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "eliza-docs",
"version": "0.1.9",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --no-open",
"dev": "docusaurus start --port 3002 --no-open",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.7.0",
"@docusaurus/plugin-content-blog": "3.7.0",
"@docusaurus/plugin-content-docs": "3.7.0",
"@docusaurus/plugin-ideal-image": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-mermaid": "3.7.0",
"@docusaurus/theme-common": "3.7.0",
"@mdx-js/react": "3.0.1",
"clsx": "2.1.1",
"docusaurus-lunr-search": "3.5.0",
"lunr": "2.3.9",
"dotenv": "^16.4.7",
"prism-react-renderer": "2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.7.0",
"@docusaurus/types": "3.7.0",
"docusaurus-plugin-typedoc": "1.0.5",
"typedoc": "0.26.11",
"typedoc-plugin-markdown": "4.2.10"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
},
"engines": {
"node": "23.3.0"
}
"name": "eliza-docs",
"version": "0.25.6-alpha.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --no-open",
"dev": "docusaurus start --port 3002 --no-open",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.7.0",
"@docusaurus/plugin-content-blog": "3.7.0",
"@docusaurus/plugin-content-docs": "3.7.0",
"@docusaurus/plugin-ideal-image": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-mermaid": "3.7.0",
"@docusaurus/theme-common": "3.7.0",
"@mdx-js/react": "3.0.1",
"clsx": "2.1.1",
"docusaurus-lunr-search": "3.5.0",
"lunr": "2.3.9",
"dotenv": "^16.4.7",
"prism-react-renderer": "2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.7.0",
"@docusaurus/types": "3.7.0",
"docusaurus-plugin-typedoc": "1.0.5",
"typedoc": "0.26.11",
"typedoc-plugin-markdown": "4.2.10"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
},
"engines": {
"node": "23.3.0"
}
}
26 changes: 16 additions & 10 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"version": "0.1.9",
"packages": ["packages/*", "docs", "agent", "client", "!packages/_examples"],
"npmClient": "pnpm",
"command": {
"publish": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"allowBranch": "main"
}
}
"version": "0.25.6-alpha.1",
"packages": [
"packages/*",
"docs",
"agent",
"client",
"!packages/_examples"
],
"npmClient": "pnpm",
"command": {
"publish": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"allowBranch": "main"
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"ollama-ai-provider": "0.16.1",
"optional": "0.1.4",
"pnpm": "9.15.0",
"sharp": "0.33.5"
"sharp": "0.33.5",
"zod": "3.24.1"
},
"packageManager": "[email protected]",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/adapter-mongodb",
"version": "0.1.9",
"version": "0.25.6-alpha.1",
"description": "MongoDB adapter for ElizaOS",
"main": "dist/index.js",
"type": "module",
Expand Down
66 changes: 33 additions & 33 deletions packages/adapter-pglite/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "@elizaos/adapter-pglite",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"@elizaos/source": "./src/index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"files": [
"dist"
],
"dependencies": {
"@electric-sql/pglite": "^0.2.15",
"@elizaos/core": "workspace:*"
},
"devDependencies": {
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch"
},
"peerDependencies": {
"whatwg-url": "7.1.0"
}
"name": "@elizaos/adapter-pglite",
"version": "0.25.6-alpha.1",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"@elizaos/source": "./src/index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"files": [
"dist"
],
"dependencies": {
"@electric-sql/pglite": "^0.2.15",
"@elizaos/core": "workspace:*"
},
"devDependencies": {
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch"
},
"peerDependencies": {
"whatwg-url": "7.1.0"
}
}
66 changes: 33 additions & 33 deletions packages/adapter-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "@elizaos/adapter-postgres",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"@elizaos/source": "./src/index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"files": [
"dist",
"schema.sql",
"seed.sql"
],
"dependencies": {
"@elizaos/core": "workspace:*",
"@types/pg": "8.11.10",
"pg": "8.13.1"
},
"devDependencies": {
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch"
}
"name": "@elizaos/adapter-postgres",
"version": "0.25.6-alpha.1",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"@elizaos/source": "./src/index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"files": [
"dist",
"schema.sql",
"seed.sql"
],
"dependencies": {
"@elizaos/core": "workspace:*",
"@types/pg": "8.11.10",
"pg": "8.13.1"
},
"devDependencies": {
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch"
}
}
2 changes: 1 addition & 1 deletion packages/adapter-qdrant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/adapter-qdrant",
"version": "0.1.9",
"version": "0.25.6-alpha.1",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
Loading

0 comments on commit 8a8c3a7

Please sign in to comment.