File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 133133 (step "Update .machine_readable/STATE.scm if changes were made")
134134 (step "Summarise outcomes for session continuity")))
135135
136+ ;; ===================================================================
137+ ;; CALLING ECHIDNA VIA BOJ
138+ ;; ===================================================================
139+ ;; All ECHIDNA calls go through the echidna-llm-mcp BoJ cartridge.
140+ ;; Never call ECHIDNA directly.
141+ ;;
142+ ;; Tools:
143+ ;; echidna_list_provers — discovery: 105 provers with tier/category
144+ ;; echidna_prove — invoke prover on a file path
145+ ;; echidna_verify — verify inline proof content
146+ ;; echidna_search — keyword search over proof corpus
147+ ;; echidna_suggest_tactics — advisory tactic suggestions
148+ ;; echidna_rank_provers — advisory prover ranking
149+ ;;
150+ ;; Example:
151+ ;; { "tool": "echidna_prove", "args": { "file": "/path/proof.lean", "prover": "Lean" } }
152+ ;;
153+ ;; Full protocol: boj-server/cartridges/echidna-llm-mcp/docs/CALL-PROTOCOL.adoc
154+
136155 (format-meta
137156 (version "2.1.0")
138157 (media-type "application/a2ml")
You can’t perform that action at this time.
0 commit comments