feat(typert): add compiler-independent type pipeline

This commit is contained in:
imccyu
2026-07-29 23:45:42 +08:00
parent 2b7bc0c195
commit f773985e71
84 files changed
+15378 -15

No files matched your search

+4 -1
View File
@@ -477,7 +477,10 @@ type AgentCancelCause =
`Agent` is an interface over the public live-agent contract. Concrete drivers own the `followup`/`steer`/`inject` aliases and route them through `send`'s (`target` × `wakeup`) matrix.
```ts type-equiv
/** Public live-agent handle with aliases over the unified delivery primitive. */
/**
* Public live-agent handle with aliases over the unified delivery primitive.
* @typert object
*/
interface Agent {
/** The single identity shared with {@link session}. */
readonly id: SessionId