diff --git a/Makefile b/Makefile index 63d0bdd..ad142f4 100644 --- a/Makefile +++ b/Makefile @@ -35,10 +35,14 @@ tests: build-image cd src && bash -x scripts/unit_tests.sh run-query-agent: - cd src && bash -x scripts/run.sh query_broker + @bash -x src/scripts/run.sh query_broker 31700 run-attention-broker: - cd src && bash -x scripts/run.sh attention_broker_service 37007 + @bash -x src/scripts/run.sh attention_broker_service 37007 run-link-creation-agent: @bash -x src/scripts/run.sh link_creation_server $(OPTIONS) + +run-link-creation-client: + @bash -x src/scripts/run.sh link_creation_agent_client $(OPTIONS) + diff --git a/src/cpp/link_creation_agent/README.md b/src/cpp/link_creation_agent/README.md index 2b777d5..54991ff 100644 --- a/src/cpp/link_creation_agent/README.md +++ b/src/cpp/link_creation_agent/README.md @@ -107,7 +107,7 @@ requests_buffer_file = ./buffer #### Running client ``` -make run_client OPTIONS="localhost:1010 localhost:9080 LINK_TEMPLATE Expression 3 NODE Symbol Similarity VARIABLE V1 VARIABLE V2 LINK_CREATE Similarity 2 1 VARIABLE V1 VARIABLE V2 CUSTOM_FIELD truth_value 2 CUSTOM_FIELD mean 2 count 10 avg 0.9 confidence 0.9 10 0 test false" +make run-link-creation-client OPTIONS="localhost:1010 localhost:9080 LINK_TEMPLATE Expression 3 NODE Symbol Similarity VARIABLE V1 VARIABLE V2 LINK_CREATE Similarity 2 1 VARIABLE V1 VARIABLE V2 CUSTOM_FIELD truth_value 2 CUSTOM_FIELD mean 2 count 10 avg 0.9 confidence 0.9 10 0 test false" ``` If successful, you should see a message like this: