Commit Graph

69 Commits

Author SHA1 Message Date
Leni Aniva 66af206594
feat: Used constants in tactic step 2024-11-11 21:02:02 -08:00
Simon b89f3a19bf feat: add state specific tactic feedback 2024-10-30 17:08:44 -07:00
Leni Aniva 7a2278cb70
doc: Add comprehensive documentation
fix: Typo in `Server.tactic_invocations`
2024-10-20 19:22:35 -07:00
Leni Aniva 75221cca0b
doc: autodocs for expr and data 2024-10-20 09:52:12 -07:00
Leni Aniva d39f501d4b
feat: Generate API docs 2024-10-17 21:36:53 -07:00
Leni Aniva 13c15bc9d1 feat: Implement TacticLet, TacticExpr 2024-10-12 16:59:52 -07:00
Leni Aniva 35f093821d
chore: Update upstream to fix bugs 2024-10-08 17:59:48 -07:00
Leni Aniva 76eb57b22e
fix: Prompt Lean code extraction 2024-10-07 18:58:35 -07:00
Leni Aniva 402df63395
feat: Improve diagnostics in IO exception 2024-10-06 23:22:30 -07:00
Leni Aniva 7770c0fb59
feat: Error feedback in DSP 2024-10-06 19:14:38 -07:00
Leni Aniva 159da09c9d
Merge branch 'main' into experiments/minif2f 2024-10-05 22:31:22 -07:00
Leni Aniva 568b81235c
feat: Error messages in frontend.process 2024-10-05 15:14:35 -07:00
Leni Aniva 6156f6a297
Merge branch 'feat/search' into experiments/minif2f 2024-10-04 18:43:14 -07:00
Leni Aniva 9d9c7063cd
feat: Remove the goal count restriction on initial state 2024-10-04 18:42:33 -07:00
Leni Aniva cfa9d103b9
feat: Improve feedback and provide default options 2024-10-04 18:41:33 -07:00
Leni Aniva 2fae5e97f1
feat: Concise prompts and unhygienic mode 2024-10-04 17:55:32 -07:00
Leni Aniva 20f3011eb4
doc: Improve error message 2024-10-03 15:45:14 -07:00
Leni Aniva a30225069a
refactor: All MiniF2F into its own directory 2024-10-03 12:53:07 -07:00
Leni Aniva b3bd3cdde8 feat: Add binder name option in `TacticHave` 2024-10-03 12:31:13 -07:00
Leni Aniva 8ce8e9d389
feat: Add binder name option in `TacticHave` 2024-10-02 11:09:58 -07:00
Leni Aniva 01ec8fa22a
refactor: Update the experiment repo Lean version, use new load_sorry API 2024-09-13 18:18:53 -07:00
Leni Aniva 8abe689a0a
fix: Make search work with automatic mode 2024-09-13 17:54:11 -07:00
Leni Aniva 6f4c26ecee
Merge branch 'frontend/collect-holes' into search 2024-09-13 17:14:20 -07:00
Leni Aniva d99104cf0e
doc: Update jupyter notebook 2024-09-09 19:28:35 -07:00
Leni Aniva f2de062d11
fix: Versioning in the examples, tactic invocation 2024-09-09 19:04:56 -07:00
Leni Aniva d85cff5264
chore: Library update 2024-09-09 18:49:35 -07:00
Leni Aniva 69b01d3879
Merge branch 'main' into dev 2024-09-06 22:34:48 -07:00
Leni Aniva a79fe979fd
feat: Automatic mode (for the gym experience) 2024-09-06 22:26:37 -07:00
Leni Aniva 6d990601c1
Merge pull request #7 from lenianiva/compile/units
feat: Compilation unit extraction
2024-09-06 20:51:57 -04:00
Leni Aniva 695374a3e4
feat: Example Jupyter notebook 2024-07-01 12:18:00 -07:00
Leni Aniva 20b19c8e6c
feat: Handle max trials per goal and theorem formatting 2024-06-05 15:20:36 -07:00
Leni Aniva 7b9829e3d2
feat: Add limit on goal tactic trials 2024-06-05 14:36:51 -07:00
Leni Aniva ce633fecda
feat: Add ablation testing 2024-06-05 14:19:18 -07:00
Leni Aniva 4e678c7b97
feat: Use aesop to solve for goals 2024-06-05 14:02:12 -07:00
Chuyue Sun 9c672562a9 update 2024-06-05 13:58:32 -07:00
Chuyue Sun a5747122cd new semantic 2024-06-05 13:49:34 -07:00
Chuyue Sun 6d60651ed1 add informal hints for search agent 2024-06-05 11:39:08 -07:00
Chuyue Sun a8812c103b Merge branch 'search' of github.com:lenianiva/PyPantograph into search 2024-06-05 03:54:06 -07:00
Chuyue Sun 20301d53ae wip 2024-06-05 03:52:43 -07:00
Leni Aniva 3f77bc453f
feat: Sibling coupling information 2024-06-04 23:53:02 -07:00
Chuyue Sun da6f8f9b5b wip 2024-06-04 22:44:43 -07:00
Chuyue Sun 4fabd7adf8 clean 2024-06-04 20:37:36 -07:00
Chuyue Sun 0bb8d55de2 search llm passed 2024-06-04 19:59:59 -07:00
Chuyue Sun 2d12e87126
wip 2024-06-04 19:29:21 -07:00
Leni Aniva 860b3c2134
chore: Code cleanup 2024-06-03 23:57:48 -07:00
Leni Aniva 07597c0ce6
feat: Add tree search 2024-06-03 21:52:43 -07:00
Chuyue Sun f9fe626aa8 update llm gen tactics tests 2024-06-02 19:51:20 -07:00
Chuyue Sun 155c26e983 revert poetry.lock; add rw tutorial 2024-06-02 18:53:23 -07:00
Chuyue Sun 90a3a7bd3d update poetry lock; add llm feedback 2024-06-02 14:16:15 -07:00
Leni Aniva c9cc0ff2e2
chore: Version bump 2024-05-31 20:25:05 -07:00