max / everycycle
- Co-Authored-By
- Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 file changed,
+6 insertions,
-0 deletions
| @@ -13,6 +13,12 @@ | |||
| 13 | 13 | //! ("Implementation languages") falls along this crate's public | |
| 14 | 14 | //! types — so when the second-language client lands, the | |
| 15 | 15 | //! translation is mechanical. | |
| 16 | + | //! | |
| 17 | + | //! # Design | |
| 18 | + | //! | |
| 19 | + | //! The component layout and executor model are in `docs/architecture.md`; the | |
| 20 | + | //! ecosystem view and the tinygrad pairing live in the maintainer wiki. | |
| 21 | + | //! <!-- wiki: everycycle-overview --> | |
| 16 | 22 | ||
| 17 | 23 | pub mod event; | |
| 18 | 24 | pub mod model; |