1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Core 不负责具体工具、文件系统或进程实现、持久化后端、遥测 exporter 或协议服务。工作区分层检查只允许 `theway-daemon` 直接消费该运行时。
- -------
默认构建启用 `harness` 和 `default-providers`。`harness` 包含会话、skill、压缩、权限、生命周期 hook 接口与多 agent 编排;`default-providers` 启用 `theway-llm-provider` 中的 Anthropic 和 faux provider 实现。
```bash
cargo check -p theway-core --no-default-features
cargo check -p theway-core --no-default-features --features harness
```
-
```bash
cargo test -p theway-core
cargo doc -p theway-core --no-deps --document-private-items
make layering-check
```