max / makenotwork
1 file changed,
+6 insertions,
-0 deletions
| @@ -25,6 +25,12 @@ | |||
| 25 | 25 | //! as small-model safe. | |
| 26 | 26 | //! - Hard refusals ([`Refusal`]) appear in `tools/list` with a stable reason | |
| 27 | 27 | //! so models don't invent plausible names. | |
| 28 | + | //! | |
| 29 | + | //! # Design | |
| 30 | + | //! | |
| 31 | + | //! Design rationale and the roadmap for the planned primitives live as notes in | |
| 32 | + | //! the maintainer wiki, bridged to this crate. | |
| 33 | + | //! <!-- wiki: kberg-overview --> | |
| 28 | 34 | ||
| 29 | 35 | pub mod agent; | |
| 30 | 36 | mod error; |