https://github.com/petabi/review-protocol
The inter-agent communication protocol in the REview ecosystem
https://github.com/petabi/review-protocol
Last synced: 6 months ago
JSON representation
The inter-agent communication protocol in the REview ecosystem
- Host: GitHub
- URL: https://github.com/petabi/review-protocol
- Owner: petabi
- License: apache-2.0
- Created: 2024-03-13T19:25:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T21:57:54.000Z (6 months ago)
- Last Synced: 2024-12-13T22:29:40.412Z (6 months ago)
- Language: Rust
- Homepage: https://petabi.github.io/review-protocol/
- Size: 123 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# review-protocol
review-protocol serves as an application-level protocol implementation for the
REview ecosystem, utilizing QUIC for communication between agents. It builds
upon the message exchange framework provided by [oinq], focusing on high-level
operations, data manipulation, and protocol-specific features tailored to
facilitate efficient and secure communication within the REview ecosystem.[](https://codecov.io/gh/petabi/review-protocol)
[oinq]: https://github.com/petabi/oinq
## License
Copyright 2024 Petabi, Inc.
Licensed under [Apache License, Version 2.0][apache-license] (the "License");
you may not use this crate except in compliance with the License.Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See [LICENSE](LICENSE) for
the specific language governing permissions and limitations under the License.## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the [Apache-2.0
license][apache-license], shall be licensed as above, without any additional
terms or conditions.[apache-license]: http://www.apache.org/licenses/LICENSE-2.0