Skip to content

Commit

Permalink
kill imp, mv everythign up a dir
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn-dougherty committed Sep 13, 2024
1 parent 74ed9ef commit 34b2bca
Show file tree
Hide file tree
Showing 33 changed files with 44 additions and 995 deletions.
File renamed without changes.
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
.vscode/
# test outputs
artefacts/hypothesis/*.py
artefacts/lean/*.lean

# hypotheses
.hypothesis/

# env
.env

# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info


# venv
.venv

.ipynb_checkpoints/
File renamed without changes.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# LLM-FV: Toward Scaling Formal Verification Schemes via LLMs

Describe your project here.


# Setup

```
rye sync
```

Create a `.env` file in `nb/` next to this README with the following:
```
ANTHROPIC_API_KEY="YOUR_KEY_HERE"
```


# Basic Run
You can try to run `python example_agent_run.py`. This will attempt to create tests using claude for the example function in `test/example_func.py`.

Once it completes (successfully), you can re-test the final output with `pytest test/test_example_func.py`.
# Formally Verified APPS

## Conceptually 1
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion imp/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions imp/Imp.lean

This file was deleted.

7 changes: 0 additions & 7 deletions imp/Imp/Expr.lean

This file was deleted.

26 changes: 0 additions & 26 deletions imp/Imp/Expr/Basic.lean

This file was deleted.

125 changes: 0 additions & 125 deletions imp/Imp/Expr/Delab.lean

This file was deleted.

91 changes: 0 additions & 91 deletions imp/Imp/Expr/Eval.lean

This file was deleted.

Loading

0 comments on commit 34b2bca

Please sign in to comment.