Skip to content

Commit

Permalink
Update ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdunee authored Nov 4, 2024
1 parent 86fded7 commit d8639b6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# IntentGuard Roadmap

- [ ] Failed Assertion Explanations
- [ ] Failed Assertion Explanations (https://github.com/kdunee/intentguard/issues/2)
- Detailed reasoning for why assertions failed
- Suggestions for fixing the issues

- [ ] Result Caching
- [ ] Result Caching (https://github.com/kdunee/intentguard/issues/3)
- Speed up local execution by caching assertion results
- Avoid redundant LLM calls for unchanged code

- [ ] Quorum Modes (strict/balanced/relaxed)
- [ ] Quorum Modes (strict/balanced/relaxed) (https://github.com/kdunee/intentguard/issues/4)
- Strict: requires unanimous agreement
- Balanced: uses majority voting
- Relaxed: requires only one agreement

- [ ] File Reference in Assertions (https://github.com/kdunee/intentguard/issues/6)
- Allow referencing files in assertions
- Handle potentially large files efficiently

- [ ] CPU-Optimized Model
- [ ] CPU-Optimized Model (https://github.com/kdunee/intentguard/issues/5)
- Small fine-tuned model focused on local analysis
- Optimized for CPU execution
- Faster and cheaper inference

0 comments on commit d8639b6

Please sign in to comment.