Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
d90a157
Add LLM coding-agent REPL and goal-printing flags
strub May 26, 2026
e230279
[llm] add LOAD ... -trace for before/after sentence inspection
strub May 27, 2026
71d04ca
[llm] relax +strict_bullets in REPL, add TREE and focus tag
strub May 30, 2026
61de3e5
[llm] add FOCUS N and NEXT for explicit goal selection
strub May 30, 2026
1019bc5
[llm] add COMMIT to emit a +strict_bullets-friendly proof body
strub May 30, 2026
d8a5366
[llm] extract REPL into a dedicated EcLlm module
strub May 30, 2026
dfd020f
[llm] split REPL dispatcher into Parse and Dispatch submodules
strub May 30, 2026
403d736
[llm] diagnose missing-argument REPL commands at parse time
strub May 31, 2026
928ef54
[llm] nested TREE and dotted-path FOCUS
strub May 31, 2026
b550fc4
[llm] update CLAUDE.md with current workflow status
strub May 31, 2026
af6c7b0
[llm] add -eval STR for scripted one-shot invocations
strub Jul 15, 2026
19fad21
[llm] use apply_pragma_option for loader pragmas (align with ec.ml co…
strub Jul 15, 2026
21c6e0b
Add -stdlib DIR flag to override the built-in standard library
strub Jul 17, 2026
f035b86
[llm] scripted -eval runs exit nonzero when any command errors
strub Jul 23, 2026
cdb4510
[llm] LOAD applies the easycrypt.project of the loaded file
strub Jul 23, 2026
4c3b12d
[llm] add golden-output regression harness for the REPL
strub Aug 21, 2026
3bf626d
[llm] COMMIT keeps bullets when run after qed
strub Aug 21, 2026
dc35d94
[llm] COMMIT respects the LOAD prefix's open bullet frames
strub Aug 21, 2026
4584f95
[llm] LOAD reports a missing file instead of an anomaly
strub Aug 21, 2026
32334a1
[llm] queries no longer pollute the COMMIT transcript
strub Aug 21, 2026
d02251c
[llm] tag GOALS / TREE / COMMIT replies with the focus indicator
strub Aug 21, 2026
0471d64
[llm] a -trace LOAD that cannot trace keeps the prefix state
strub Aug 21, 2026
3ef4206
[llm] split ecLlm into an engine core and a text front-end
strub Aug 21, 2026
bfd0f55
[llm] core: TRY semantics via EcLlmCore.try_step
strub Aug 21, 2026
23d8abc
[llm] add `easycrypt mcp`: an MCP server front-end over EcLlmCore
strub Aug 21, 2026
a675f1a
[llm] step runs every sentence of its input, not just the first
strub Aug 21, 2026
50ceed3
[llm] queries no longer spend a uuid
strub Aug 21, 2026
86daf5f
[llm] core computes `changed' for failures too
strub Aug 21, 2026
7fa77b1
[llm] a golden harness for the MCP front-end
strub Aug 21, 2026
4a13bad
[llm] parity check: two front-ends, one core
strub Aug 21, 2026
294847c
[llm] real-client verification of `easycrypt mcp'
strub Aug 21, 2026
33d9c5c
[llm] mcp: repeat the reply text inside structuredContent
strub Aug 21, 2026
fac745b
[llm] document the MCP front-end
strub Aug 21, 2026
5a275ba
[llm] wire the llm/mcp golden harnesses into check and CI
strub Aug 21, 2026
fad8454
[llm] SEARCH takes a pattern, not a command stream
strub Aug 21, 2026
85832a8
[llm] COMMIT emits sibling subtrees in DAG order, not typing order
strub Aug 22, 2026
b92c845
[llm] escape envelope-shaped lines in REPL reply bodies
strub Aug 22, 2026
6af5067
[llm] `print' renders inside the reply, not around it
strub Aug 22, 2026
3e74f1d
[mcp] repair non-UTF-8 bytes before they reach the wire
strub Aug 22, 2026
e57d396
[llm] LOAD rewinds the include path instead of growing it
strub Aug 22, 2026
ba20b6e
[llm] ec_try restores the exact pre-call state, forward included
strub Aug 22, 2026
3e85e82
[llm] correct the documented meaning of FOCUS and NEXT
strub Aug 22, 2026
824dcbf
[llm] COMMIT renders each proof of a session on its own
strub Aug 22, 2026
cdfc074
[llm] QUIT and `exit.` no longer defeat the -eval exit status
strub Aug 22, 2026
5e2ecec
[llm] LOAD honours `upto` for every sentence kind, not just commands
strub Aug 22, 2026
a956693
[llm] drop the -upto/-lastgoals machinery the batch llm mode left behind
strub Aug 22, 2026
9e952cb
[llm] cover ec_load's nosmt and trace options on the MCP side
strub Aug 22, 2026
39a8fee
[llm] `pragma restart.` drops the checkpoint table too
strub Aug 22, 2026
8d69f3e
[llm] document the front-end-facing half of ecCommands' interface
strub Aug 22, 2026
94673a6
[llm] count open goals for the focus tag instead of rendering them
strub Aug 22, 2026
88c33d0
[llm] share the argument checks both front-ends were duplicating
strub Aug 23, 2026
de97032
[mcp] stop naming the JSON constructors yojson 3 removed
strub Sep 1, 2026
4a42664
fix(subst): convert bound form-locals to expressions lazily
strub Sep 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [unit, stdlib, examples]
target: [unit, stdlib, examples, test-llm, test-mcp]
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down
16 changes: 15 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ CHECK += --jobs="$(ECJOBS)"
CHECK += --bin-args=-timeout --bin-args="$(ECTOUT)"
CHECK += $(foreach arg,$(ECARGS),--bin-args="$(arg)")
CHECK += $(ECEXTRA) config/tests.config
LLMCHECK := scripts/testing/llm-golden
LLMCHECK += --bin=./ec.native
MCPCHECK := scripts/testing/mcp-golden
MCPCHECK += --bin=./ec.native
MCPPARITY := scripts/testing/mcp-parity
MCPPARITY += --bin=./ec.native
NIX ?= nix --extra-experimental-features "nix-command flakes"
PROFILE ?= dev

Expand All @@ -22,6 +28,7 @@ UNAME_S = $(shell uname -s)

# --------------------------------------------------------------------
.PHONY: default build byte native tests check examples
.PHONY: test-llm test-mcp
.PHONY: nix-build nix-build-with-provers nix-develop
.PHONY: clean install uninstall

Expand Down Expand Up @@ -51,7 +58,14 @@ stdlib: build
examples: build
$(CHECK) examples mee-cbc

check: unit stdlib examples
test-llm: build
$(LLMCHECK)

test-mcp: build
$(MCPCHECK)
$(MCPPARITY)

check: unit stdlib examples test-llm test-mcp
@true

nix-build:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ with proof scripts). At present, the only available front-end is based on Emacs'
[Proof General](https://github.com/ProofGeneral/PG).
However, a front-end for VSCode is currently in development.

Besides these, EasyCrypt ships an interface aimed at LLM agents rather
than at humans: `easycrypt llm`, an interactive REPL speaking a
machine-friendly protocol, and `easycrypt mcp`, a
[Model Context Protocol](https://modelcontextprotocol.io/) server over
stdio. Both drive the same proof engine, and both are documented in
[doc/llm/CLAUDE.md](doc/llm/CLAUDE.md).

### Proof-General (Emacs)

EasyCrypt mode has been integrated upstream. Please, go
Expand Down
Loading
Loading