Skip to content

Commit 74e9710

Browse files
committed
Merge commit '0d75af35ca8de558f01e910f12535ed497a1e54f' into feature/evotraders_v1
2 parents 245088a + 0d75af3 commit 74e9710

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

evotraders/backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def create_long_term_memory(agent_name: str, config_name: str):
6464
dimensions=1024,
6565
),
6666
**{
67-
"vector_store.default.backend": "chroma",
67+
"vector_store.default.backend": "local",
6868
"vector_store.default.params.store_dir": memory_dir,
6969
},
7070
)

evotraders/pyproject.toml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = {text = "MIT"}
1212
authors = [
13-
{name = "EvoTraders Team"}
13+
{name = "EvoTraders Team <dengjiaji.djj@alibaba-inc.com>"}
1414
]
1515
keywords = ["trading", "ai", "multi-agent", "fintech", "algorithmic-trading"]
1616
classifiers = [
@@ -26,7 +26,8 @@ classifiers = [
2626
]
2727

2828
dependencies = [
29-
"agentscope>=1.0.2",
29+
"agentscope>=1.0.8",
30+
"reme-ai>=0.1.9",
3031
"asyncio>=3.4.3",
3132
"rich>=13.6.0",
3233
"websockets>=12.0",
@@ -39,16 +40,11 @@ dependencies = [
3940
"seaborn>=0.12.0",
4041
"pandas-market-calendars>=5.0.0",
4142
"mem0ai>=0.1.0",
42-
"reme_ai>=0.1.0",
4343
"typer>=0.12.5",
4444
"openai>=1.0.0",
4545
"anthropic>=0.20.0",
4646
"dotenv",
4747
"typer",
48-
"mem0ai",
49-
"reme-ai==0.1.9",
50-
51-
5248
]
5349

5450
[project.optional-dependencies]
@@ -59,17 +55,17 @@ dev = [
5955
]
6056

6157
[project.urls]
62-
Homepage = "https://github.com/yourusername/evotraders"
63-
Repository = "https://github.com/yourusername/evotraders"
64-
Documentation = "https://github.com/yourusername/evotraders"
65-
"Bug Tracker" = "https://github.com/yourusername/evotraders/issues"
58+
Homepage = "http://trading.evoagents.cn"
59+
Repository = "https://github.com/agentscope-ai/agentscope-samples/evotraders"
60+
Documentation = "https://github.com/agentscope-ai/agentscope-samples/evotraders/README.md"
61+
"Bug Tracker" = "https://github.com/agentscope-ai/agentscope-samples/issues"
6662

6763
[project.scripts]
6864
evotraders = "backend.cli:app"
6965

7066
[tool.setuptools]
7167
packages = ["backend", "backend.agents", "backend.config",
72-
"backend.data", "backend.llm", "backend.server",
68+
"backend.data", "backend.llm",
7369
"backend.tools", "backend.utils", "backend.services"]
7470

7571
[tool.ruff]

0 commit comments

Comments
 (0)