-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |