chore(vendor): add agent-rs submodule at vendor/agent

This commit is contained in:
Kayshen-X 2026-05-03 23:15:00 +08:00
parent 1bb13d4508
commit cebe6614cc
3 changed files with 14 additions and 0 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "packages/agent-native"]
path = packages/agent-native
url = https://github.com/ZSeven-W/agent.git
[submodule "vendor/agent"]
path = vendor/agent
url = https://github.com/ZSeven-W/agent-rs.git

View file

@ -153,6 +153,16 @@ scoop install openpencil
npm install -g @zseven-w/openpencil
```
## Cloning含 Rust 子系统)
```bash
git clone --recurse-submodules https://github.com/ZSeven-W/openpencil.git
# Or already cloned:
git submodule update --init --recursive
```
`vendor/agent` is the `agent-rs` submodule (cross-product, OP + Zode share); HTTPS URL needs no SSH key.
## Quick Start (Development)
```bash

1
vendor/agent vendored Submodule

@ -0,0 +1 @@
Subproject commit 65b845585afa68fbd3bff09771b77e8668154062