Skip to content

Commit 8823236

Browse files
Mention tool usage for differential fuzzing
Added a note about using the tool for differential fuzzing.
1 parent 600ffe5 commit 8823236

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Different is a small agentic app built with Deep Agents (LangGraph). It does two
77

88
The logic is agentic: an LLM calls local Git tools (and optional GitHub API tools) in a loop to inspect commits, diffs, and related PR/issue context. The target assessment agent now follows a security-judge style and appends a clear verdict to each assessment's `why` field.
99

10+
**If you’re doing differential fuzzing between two codebases, you should also use this tool.**
11+
1012
## Requirements
1113

1214
The default config uses OpenAI `gpt-5.2` with `reasoning_effort="xhigh"`, so you usually want `OPENAI_API_KEY` set. If you switch to a Claude model via `--model`, you need `ANTHROPIC_API_KEY`.

0 commit comments

Comments
 (0)