rescript-openapi 0.1.0

Generate type-safe ReScript clients from OpenAPI specifications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
;; SPDX-License-Identifier: PMPL-1.0-or-later
;; NEUROSYM.scm - Neurosymbolic integration config for rsr-template-repo

(define neurosym-config
  `((version . "1.0.0")
    (symbolic-layer
      ((type . "scheme")
       (reasoning . "deductive")
       (verification . "formal")))
    (neural-layer
      ((embeddings . false)
       (fine-tuning . false)))
    (integration . ())))