-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename mech_acn -> acn_data_share
- Loading branch information
1 parent
adc815a
commit a6dd84d
Showing
12 changed files
with
192 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# ACN Data share protocol | ||
|
||
## Description | ||
|
||
This protocol provides support for sharing raw data using ACN | ||
|
||
## Specification | ||
|
||
```yaml | ||
--- | ||
name: acn_data_share | ||
author: valory | ||
version: 0.1.0 | ||
description: A protocol for sharing raw data using ACN. | ||
license: Apache-2.0 | ||
aea_version: '>=1.0.0, <2.0.0' | ||
protocol_specification_id: valory/acn_data_share:0.1.0 | ||
speech_acts: | ||
data: | ||
request_id: pt:str | ||
content: pt:str | ||
... | ||
--- | ||
initiation: [data] | ||
reply: | ||
data: [] | ||
termination: [data] | ||
roles: {agent,skill} | ||
end_states: [successful, failed] | ||
keep_terminal_state_dialogues: false | ||
... | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../valory/protocols/mech_acn/mech_acn.proto → ...ocols/acn_data_share/acn_data_share.proto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
packages/valory/protocols/acn_data_share/acn_data_share_pb2.py
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: acn_data_share | ||
author: valory | ||
version: 0.1.0 | ||
protocol_specification_id: valory/acn_data_share:0.1.0 | ||
type: protocol | ||
description: A protocol for sharing raw data using ACN. | ||
license: Apache-2.0 | ||
aea_version: '>=1.0.0, <2.0.0' | ||
fingerprint: | ||
README.md: bafybeiexqywrjzv4ajzesbzaw7bujvmgadsqtxzfnerwqogi7nz6jcvp6u | ||
__init__.py: bafybeidkszn5crtpejlyfx3urgcubywrhq72ni3wn532mcutt3kk237daq | ||
acn_data_share.proto: bafybeiell3oa6eo2oogbgymu5cupeakbkpkmxkh7gossgy4jdip7lrr7tu | ||
acn_data_share_pb2.py: bafybeiamh6xu6fmsitjzcxy6zmacsp5fff4tgc24ujbuzx4vjyd5twfkle | ||
dialogues.py: bafybeigtnzvicosvctjk67qni5mu3yy77fp5u2xpb2eszwfht7igeaip4m | ||
message.py: bafybeie3coddm7v4m7utlxy6rlaef4wg6cg5nq36unx4dc2noolp5bnaty | ||
serialization.py: bafybeigmposkg5bdsdb2hyfafgmedlwcwcrujyiueytolxjdmqqyjp7lmm | ||
tests/test_acn_data_share_dialogues.py: bafybeie5kcwchjl5vozdlrnwhmim4kffa7fr5zsqjy3r27mjzuilaog5su | ||
tests/test_acn_data_share_messages.py: bafybeifap2cnraojc4ohd46rrjgusi6iisjm5tum2bs4sfgdocx5zjsqea | ||
fingerprint_ignore_patterns: [] | ||
dependencies: | ||
protobuf: {} |
Oops, something went wrong.