feat: refactor sgclaw around zeroclaw compat runtime

This commit is contained in:
zyl
2026-03-26 16:23:31 +08:00
parent bca5b75801
commit ff0771a83f
1059 changed files with 409460 additions and 23 deletions

58
third_party/zeroclaw/NOTICE vendored Normal file
View File

@@ -0,0 +1,58 @@
ZeroClaw
Copyright 2025 ZeroClaw Labs
This product includes software developed at ZeroClaw Labs (https://github.com/zeroclaw-labs).
Official Repository
===================
The only official ZeroClaw repository is:
https://github.com/zeroclaw-labs/zeroclaw
Any other repository claiming to be ZeroClaw is unauthorized.
See TRADEMARK.md for the full trademark policy.
License
=======
This software is available under a dual-license model:
1. MIT License — see LICENSE-MIT
2. Apache License 2.0 — see LICENSE-APACHE
You may use either license. Contributors grant rights under both.
See CLA.md for the contributor license agreement.
Contributors
============
This NOTICE file is maintained by repository automation.
For the latest contributor list, see the repository contributors page:
https://github.com/zeroclaw-labs/zeroclaw/graphs/contributors
All contributors retain copyright ownership of their contributions.
Contributions are permanently attributed in the repository commit history.
Patent rights are protected for all contributors under Apache License 2.0.
Third-Party Dependencies
========================
This project uses third-party libraries and components,
each licensed under their respective terms.
See Cargo.lock for a complete dependency list.
Verifiable Intent Specification
================================
The src/verifiable_intent/ module is a Rust-native reimplementation based on
the Verifiable Intent open specification and reference implementation:
Project: Verifiable Intent (VI)
Author: agent-intent
Source: https://github.com/agent-intent/verifiable-intent
License: Apache License, Version 2.0
This implementation follows the VI specification design (SD-JWT layered
credentials, constraint model, three-layer chain). No source code was copied
from the reference implementation.