Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
552f448
Add LLM coding-agent REPL and goal-printing flags
strub May 26, 2026
9e28888
[llm] add LOAD ... -trace for before/after sentence inspection
strub May 27, 2026
72e5ef3
[llm] relax +strict_bullets in REPL, add TREE and focus tag
strub May 30, 2026
a84c5dd
[llm] add FOCUS N and NEXT for explicit goal selection
strub May 30, 2026
a1c70b3
[llm] add COMMIT to emit a +strict_bullets-friendly proof body
strub May 30, 2026
870b867
[llm] extract REPL into a dedicated EcLlm module
strub May 30, 2026
137a009
[llm] split REPL dispatcher into Parse and Dispatch submodules
strub May 30, 2026
3a237fc
[llm] diagnose missing-argument REPL commands at parse time
strub May 31, 2026
b641b54
[llm] nested TREE and dotted-path FOCUS
strub May 31, 2026
4a0b5d9
[llm] update CLAUDE.md with current workflow status
strub May 31, 2026
a2aa2ef
[llm] add -eval STR for scripted one-shot invocations
strub Jul 15, 2026
dde12bb
[llm] use apply_pragma_option for loader pragmas (align with ec.ml co…
strub Jul 15, 2026
9a02633
Add -stdlib DIR flag to override the built-in standard library
strub Jul 17, 2026
2f79452
[llm] scripted -eval runs exit nonzero when any command errors
strub Jul 23, 2026
ae02377
[llm] LOAD applies the easycrypt.project of the loaded file
strub Jul 23, 2026
1e21de5
[llm] add golden-output regression harness for the REPL
strub Aug 21, 2026
a00b913
[llm] COMMIT keeps bullets when run after qed
strub Aug 21, 2026
9a3f99e
[llm] COMMIT respects the LOAD prefix's open bullet frames
strub Aug 21, 2026
bad7638
[llm] LOAD reports a missing file instead of an anomaly
strub Aug 21, 2026
faf9992
[llm] queries no longer pollute the COMMIT transcript
strub Aug 21, 2026
6cfafe6
[llm] tag GOALS / TREE / COMMIT replies with the focus indicator
strub Aug 21, 2026
92bcc2a
[llm] a -trace LOAD that cannot trace keeps the prefix state
strub Aug 21, 2026
3d7fd12
[llm] split ecLlm into an engine core and a text front-end
strub Aug 21, 2026
0bc7c48
[llm] core: TRY semantics via EcLlmCore.try_step
strub Aug 21, 2026
a8cc5f8
[llm] add `easycrypt mcp`: an MCP server front-end over EcLlmCore
strub Aug 21, 2026
4002b2f
[llm] step runs every sentence of its input, not just the first
strub Aug 21, 2026
885e84f
[llm] queries no longer spend a uuid
strub Aug 21, 2026
697ee48
[llm] core computes `changed' for failures too
strub Aug 21, 2026
9ecc6b4
[llm] a golden harness for the MCP front-end
strub Aug 21, 2026
8eff440
[llm] parity check: two front-ends, one core
strub Aug 21, 2026
b068464
[llm] real-client verification of `easycrypt mcp'
strub Aug 21, 2026
142bae4
[llm] mcp: repeat the reply text inside structuredContent
strub Aug 21, 2026
b073faf
[llm] document the MCP front-end
strub Aug 21, 2026
28e7442
[llm] wire the llm/mcp golden harnesses into check and CI
strub Aug 21, 2026
4717009
[llm] SEARCH takes a pattern, not a command stream
strub Aug 21, 2026
4deb108
[llm] COMMIT emits sibling subtrees in DAG order, not typing order
strub Aug 22, 2026
b386586
[llm] escape envelope-shaped lines in REPL reply bodies
strub Aug 22, 2026
10b89a7
[llm] `print' renders inside the reply, not around it
strub Aug 22, 2026
9789f28
[mcp] repair non-UTF-8 bytes before they reach the wire
strub Aug 22, 2026
0146873
[llm] LOAD rewinds the include path instead of growing it
strub Aug 22, 2026
daad18c
[llm] ec_try restores the exact pre-call state, forward included
strub Aug 22, 2026
65029ff
[llm] correct the documented meaning of FOCUS and NEXT
strub Aug 22, 2026
b6c0c36
[llm] COMMIT renders each proof of a session on its own
strub Aug 22, 2026
d8f4c07
[llm] QUIT and `exit.` no longer defeat the -eval exit status
strub Aug 22, 2026
f49158c
[llm] LOAD honours `upto` for every sentence kind, not just commands
strub Aug 22, 2026
ee10aee
[llm] drop the -upto/-lastgoals machinery the batch llm mode left behind
strub Aug 22, 2026
cd351f0
[llm] cover ec_load's nosmt and trace options on the MCP side
strub Aug 22, 2026
8784b2e
[llm] `pragma restart.` drops the checkpoint table too
strub Aug 22, 2026
cab5241
[llm] document the front-end-facing half of ecCommands' interface
strub Aug 22, 2026
5788e1c
[llm] count open goals for the focus tag instead of rendering them
strub Aug 22, 2026
aa4e35b
[llm] share the argument checks both front-ends were duplicating
strub Aug 23, 2026
0c0f884
[mcp] stop naming the JSON constructors yojson 3 removed
strub Sep 1, 2026
597eea5
[llm] re-record the print goldens for the new locate prefix
strub Sep 4, 2026
0e9f7cb
[llm] LOAD -noproof: admit the prefix's lemmas instead of proving them
bgregoir Sep 7, 2026
a5efc4a
[llm] keep elaborated theories across a LOAD, so reloading is cheap
bgregoir Sep 7, 2026
a740f3a
[llm] STRICT: stop the session at a failure instead of drifting past it
bgregoir Sep 7, 2026
45873e1
[llm] mcp -sessions: one engine per agent behind one MCP server
bgregoir Sep 10, 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
21 changes: 20 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ CHECK += --bin=./ec.native
CHECK += --jobs="$(ECJOBS)"
CHECK += $(foreach arg,$(ECARGS),--bin-args="$(arg)")
CHECK += $(ECEXTRA) config/tests.config
LLMCHECK := scripts/testing/llm-golden
LLMCHECK += --bin=./ec.native
LLMWARM := scripts/testing/llm-warm-reload
LLMWARM += --bin=./ec.native
MCPCHECK := scripts/testing/mcp-golden
MCPCHECK += --bin=./ec.native
MCPPARITY := scripts/testing/mcp-parity
MCPSESSIONS := scripts/testing/mcp-sessions
MCPPARITY += --bin=./ec.native
NIX ?= nix --extra-experimental-features "nix-command flakes"
PROFILE ?= dev

Expand All @@ -20,6 +29,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 @@ -49,7 +59,16 @@ stdlib: build
examples: build
$(CHECK) examples mee-cbc

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

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

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

nix-build:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,15 @@ 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 (`easycrypt mcp -sessions` serves one engine per named session,
for clients that run several agents at once). 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