A Machine-to-Machine Interaction Interface for Lean 4
Go to file
Chuyue Sun 6d60651ed1 add informal hints for search agent 2024-06-05 11:39:08 -07:00
examples feat: Extraction of tactic invocations 2024-05-28 20:36:04 -07:00
examples_search add informal hints for search agent 2024-06-05 11:39:08 -07:00
pantograph add informal hints for search agent 2024-06-05 11:39:08 -07:00
src@b9b16ba0e9 feat: Extraction of tactic invocations 2024-05-28 20:36:04 -07:00
.gitignore add conv_sgl tests 2024-05-20 00:02:33 -07:00
.gitmodules add conv_sgl tests 2024-05-20 00:02:33 -07:00
LICENSE Initial commit 2024-04-11 12:37:58 -07:00
README.md update readme 2024-05-24 22:42:32 -07:00
build.py feat: expression types and tests 2024-04-22 13:00:06 -07:00
poetry.lock wip 2024-06-05 03:52:43 -07:00
pyproject.toml wip 2024-06-05 03:52:43 -07:00

README.md

PyPantograph

Python interface to the Pantograph library

Getting started

Update submodule

git submodule update --init

Install dependencies

poetry install

Execute

poetry build

To run server tests:

python -m pantograph.server

The tests in pantograph/server.py also serve as simple interaction examples