b30ca24988
Extracted from: https://github.com/itszhaoziyan-n/AgentKit.git Score: 1.0
11 lines
594 B
Markdown
11 lines
594 B
Markdown
# Examples: code-review-agent-workflow
|
|
|
|
## Usage Example
|
|
|
|
```python
|
|
# How to use this skill
|
|
# Inputs: Sample diff of code changes (str), Repo context (dict)
|
|
# Process: Step 1: Build the graph for the code review agent using `build_graph()` from `agentkit.workflow.code_review.graph` → Step 2: Invoke the graph with initial parameters including sample diff, repo context, user ID, and other metadata → Step 3: The graph processes the input through a series of steps, generating messages and issues as it progresses
|
|
# Outputs: Final result containing processed messages and issues (dict)
|
|
```
|