Skip to content

Commit 5c0f8f3

Browse files
committed
Merge branch 'develop' into pr/francis2tm/2082
2 parents c3f8617 + 3b334cb commit 5c0f8f3

File tree

182 files changed

+4747
-2128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+4747
-2128
lines changed

.env.example

+17-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ PGLITE_DATA_DIR= #../pgLite/ if selecting a directory --- or memory:// if
99

1010
# Eliza Port Config
1111
SERVER_PORT=3000
12+
VITE_SERVER_PORT=${SERVER_PORT}
1213

1314
# Supabase Configuration
1415
SUPABASE_URL=
1516
SUPABASE_ANON_KEY=
1617

17-
# Remote character url (optional)
18-
REMOTE_CHARACTER_URL=
18+
# Comma separated list of remote character urls (optional)
19+
REMOTE_CHARACTER_URLS=
1920

2021
###############################
2122
#### Client Configurations ####
@@ -372,7 +373,7 @@ SQUID_SDK_URL=https://apiplus.squidrouter.com # Default: https://apiplus.squidro
372373
SQUID_INTEGRATOR_ID= # get integrator id through https://docs.squidrouter.com/
373374
SQUID_EVM_ADDRESS=
374375
SQUID_EVM_PRIVATE_KEY=
375-
SQUID_API_THROTTLE_INTERVAL= # Default: 0; Used to throttle API calls to avoid rate limiting (in ms)
376+
SQUID_API_THROTTLE_INTERVAL=1000 # Default: 1000; Used to throttle API calls to avoid rate limiting (in ms)
376377

377378
# TEE Configuration
378379
# TEE_MODE options:
@@ -609,3 +610,16 @@ AKASH_MANIFEST_VALIDATION_LEVEL=strict
609610
# Quai Network Ecosystem
610611
QUAI_PRIVATE_KEY=
611612
QUAI_RPC_URL=https://rpc.quai.network
613+
614+
# Instagram Configuration
615+
INSTAGRAM_DRY_RUN=false
616+
INSTAGRAM_USERNAME= # Account username
617+
INSTAGRAM_PASSWORD= # Account password
618+
INSTAGRAM_APP_ID= # Instagram App ID is required
619+
INSTAGRAM_APP_SECRET= # Instagram App Secret is required
620+
INSTAGRAM_BUSINESS_ACCOUNT_ID= # Optional Business Account ID for additional features
621+
INSTAGRAM_POST_INTERVAL_MIN=60 # Default: 60 minutes
622+
INSTAGRAM_POST_INTERVAL_MAX=120 # Default: 120 minutes
623+
INSTAGRAM_ENABLE_ACTION_PROCESSING=false # Enable/disable action processing
624+
INSTAGRAM_ACTION_INTERVAL=5 # Interval between actions in minutes
625+
INSTAGRAM_MAX_ACTIONS=1 # Maximum number of actions to process at once

.github/workflows/generate-readme-translations.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ jobs:
2424
{ code: "TH", name: "Thai" },
2525
{ code: "TR", name: "Turkish" },
2626
{ code: "VI", name: "Vietnamese" },
27+
{ code: "AR", name: "Arabic" },
28+
{ code: "RS", name: "Srpski" },
29+
{ code: "TG", name: "Tagalog" },
30+
{ code: "PL", name: "Polski" },
31+
{ code: "HU", name: "Hungarian" },
32+
{ code: "FA", name: "Persian" },
33+
{ code: "RO", name: "Romanian" },
34+
{ code: "GR", name: "Greek" },
35+
{ code: "NL", name: "Dutch" },
2736
]
2837
permissions:
2938
contents: write
@@ -53,7 +62,7 @@ jobs:
5362
"content_path": "README.md"
5463
}
5564
],
56-
"save_path": "README_${{ matrix.language.code }}.md",
65+
save_path: "i18n/readme/README_${{ matrix.language.code }}.md",
5766
"model": "gpt-4o"
5867
}
5968

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## 🌍 README Translations
1414

15-
[中文说明](./README_CN.md) | [日本語の説明](./README_JA.md) | [한국어 설명](./README_KOR.md) | [Persian](./README_FA.md) | [Français](./README_FR.md) | [Português](./README_PTBR.md) | [Türkçe](./README_TR.md) | [Русский](./README_RU.md) | [Español](./README_ES.md) | [Italiano](./README_IT.md) | [ไทย](./README_TH.md) | [Deutsch](./README_DE.md) | [Tiếng Việt](./README_VI.md) | [עִברִית](https://github.com/elizaos/Elisa/blob/main/README_HE.md) | [Tagalog](./README_TG.md) | [Polski](./README_PL.md) | [Arabic](./README_AR.md) | [Hungarian](./README_HU.md) | [Srpski](./README_RS.md) | [Română](./README_RO.md) | [Nederlands](./README_NL.md) | [Ελληνικά](./README_GR.md)
15+
[中文说明](i18n/readme/README_CN.md) | [日本語の説明](i18n/readme/README_JA.md) | [한국어 설명](i18n/readme/README_KOR.md) | [Persian](i18n/readme/README_FA.md) | [Français](i18n/readme/README_FR.md) | [Português](i18n/readme/README_PTBR.md) | [Türkçe](i18n/readme/README_TR.md) | [Русский](i18n/readme/README_RU.md) | [Español](i18n/readme/README_ES.md) | [Italiano](i18n/readme/README_IT.md) | [ไทย](i18n/readme/README_TH.md) | [Deutsch](i18n/readme/README_DE.md) | [Tiếng Việt](i18n/readme/README_VI.md) | [עִברִית](i18n/readme/README_HE.md) | [Tagalog](i18n/readme/README_TG.md) | [Polski](i18n/readme/README_PL.md) | [Arabic](i18n/readme/README_AR.md) | [Hungarian](i18n/readme/README_HU.md) | [Srpski](i18n/readme/README_RS.md) | [Română](i18n/readme/README_RO.md) | [Nederlands](i18n/readme/README_NL.md) | [Ελληνικά](i18n/readme/README_GR.md)
1616

1717
## 🚩 Overview
1818

@@ -85,7 +85,6 @@ cp .env.example .env
8585

8686
Note: .env is optional. If you're planning to run multiple distinct agents, you can pass secrets through the character JSON
8787

88-
8988
#### Start Eliza
9089

9190
```bash
@@ -99,17 +98,17 @@ pnpm clean
9998

10099
### Interact via Browser
101100

102-
```
103101
Once the agent is running, you should see the message to run "pnpm start:client" at the end.
104-
Open another terminal and move to same directory and then run below command and follow the URL to chat to your agent.
102+
103+
Open another terminal, move to same directory, run the command below, then follow the URL to chat with your agent.
105104

106105
```bash
107106
pnpm start:client
108107
```
109108

110109
Then read the [Documentation](https://elizaos.github.io/eliza/) to learn how to customize your Eliza.
111110

112-
----
111+
---
113112

114113
### Automatically Start Eliza
115114

@@ -123,7 +122,7 @@ For detailed instructions on using the start script, including character managem
123122

124123
> **Note**: The start script handles all dependencies, environment setup, and character management automatically.
125124
126-
----
125+
---
127126

128127
### Modify Character
129128

@@ -144,8 +143,8 @@ You may need to install Sharp. If you see an error when starting up, try install
144143
```
145144
pnpm install --include=optional sharp
146145
```
147-
---
148146

147+
---
149148

150149
### Start Eliza with Gitpod
151150

README_FARSI.md

-153
This file was deleted.

agent/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/agent",
3-
"version": "0.1.8+build.1",
3+
"version": "0.1.9-alpha.1",
44
"main": "src/index.ts",
55
"type": "module",
66
"scripts": {
@@ -30,6 +30,7 @@
3030
"@elizaos/client-lens": "workspace:*",
3131
"@elizaos/client-telegram": "workspace:*",
3232
"@elizaos/client-twitter": "workspace:*",
33+
"@elizaos/client-instagram": "workspace:*",
3334
"@elizaos/client-slack": "workspace:*",
3435
"@elizaos/core": "workspace:*",
3536
"@elizaos/plugin-0g": "workspace:*",
@@ -110,4 +111,4 @@
110111
"ts-node": "10.9.2",
111112
"tsup": "8.3.5"
112113
}
113-
}
114+
}

0 commit comments

Comments
 (0)