Skip to content

Commit 4e0cd2f

Browse files
authored
Merge pull request #1052 from trueagi-io/artur-das-v1
[DAS] Bump module version to use `DAS v1.0.0`
2 parents 57f5c8a + c7993bc commit 4e0cd2f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/das_setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ wget -O - http://45.77.4.33/apt-repo/setup.sh | sudo bash
1010
1111
sudo apt -y install das-toolbox
1212
13-
# >= 0.5.8
13+
# >= 1.0.0
1414
das-cli --version
1515
```
1616

@@ -19,7 +19,7 @@ You can also run `das-cli` from source, using python3 (other OS):
1919
git clone https://github.com/singnet/das-toolbox.git
2020
2121
cd das-toolbox
22-
git checkout tags/0.5.8
22+
git checkout tags/1.0.0
2323
2424
# Optional - Create a virtual env
2525
python3 -m venv .venv
@@ -138,4 +138,4 @@ das-cli db stop
138138
python3 das-cli/src/das_cli.py qa stop
139139
python3 das-cli/src/das_cli.py ab stop
140140
python3 das-cli/src/das_cli.py db stop
141-
```
141+
```

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hyperon-macros = { workspace = true }
3030
# das deps
3131
[dependencies.metta-bus-client]
3232
git = "https://github.com/singnet/das"
33-
tag = "0.11.14"
33+
tag = "1.0.0"
3434
package = "metta-bus-client"
3535
optional = true
3636

lib/src/metta/runner/builtin_mods/das.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ use crate::space::grounding::GroundingSpace;
3535
/// Execute !(help!) to get list of the standard library functions.
3636
/// > !(import! &self das)
3737
/// [()]
38-
/// > !(bind! &das (new-das! localhost:42000-42999 localhost:40002))
38+
/// > !(bind! &das (new-das! (localhost:52000-52099) (localhost:40002)))
3939
/// [()]
4040
/// > !(match &das (Similarity "human" $S) ($S))
41-
/// [(a408f6dd446cdd4fa56f82e77fe6c870), (3225ea795289574ceee32e091ad54ef4), (181a19436acef495c8039a610be59603)]
41+
/// [("ent"), ("chimp"), ("monkey")]
4242
/// >
4343
4444
/// Loader to Initialize the "das" module

0 commit comments

Comments
 (0)