update
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 32s
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 32s
This commit is contained in:
@@ -28,9 +28,9 @@ Handles issue triage, classification, and interaction.
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `@ai-bot summarize` | Generate concise summary |
|
||||
| `@ai-bot explain` | Detailed explanation |
|
||||
| `@ai-bot suggest` | Solution suggestions |
|
||||
| `@codebot summarize` | Generate concise summary |
|
||||
| `@codebot explain` | Detailed explanation |
|
||||
| `@codebot suggest` | Solution suggestions |
|
||||
|
||||
### Output
|
||||
|
||||
@@ -127,7 +127,7 @@ Repository-wide quality and health analysis.
|
||||
|
||||
- `schedule` - Cron schedule (default: weekly)
|
||||
- `workflow_dispatch` - Manual trigger
|
||||
- `@ai-bot codebase` - Comment command
|
||||
- `@codebot codebase` - Comment command
|
||||
|
||||
### Features
|
||||
|
||||
@@ -184,13 +184,13 @@ Missing docstrings in 15 functions.
|
||||
|
||||
---
|
||||
|
||||
## Chat Agent (Bartender)
|
||||
## Chat Agent (Interactive Chat Agent)
|
||||
|
||||
Interactive AI chat assistant with tool-calling capabilities.
|
||||
|
||||
### Triggers
|
||||
|
||||
- `issue_comment.created` - Any @ai-bot mention that isn't a specific command
|
||||
- `issue_comment.created` - Any @codebot mention that isn't a specific command
|
||||
- `chat` - Direct CLI invocation
|
||||
|
||||
### Features
|
||||
@@ -219,7 +219,7 @@ The Chat Agent uses LLM function calling to gather information before responding
|
||||
agents:
|
||||
chat:
|
||||
enabled: true
|
||||
name: "Bartender"
|
||||
name: "CodeBot"
|
||||
max_iterations: 5
|
||||
tools:
|
||||
- search_codebase
|
||||
@@ -241,9 +241,9 @@ python main.py chat owner/repo "Explain this bug" --issue 123
|
||||
### Issue Comment Usage
|
||||
|
||||
```
|
||||
@ai-bot How do I configure rate limiting?
|
||||
@ai-bot Find all files that handle user authentication
|
||||
@ai-bot What does the dispatcher module do?
|
||||
@codebot How do I configure rate limiting?
|
||||
@codebot Find all files that handle user authentication
|
||||
@codebot What does the dispatcher module do?
|
||||
```
|
||||
|
||||
### Output
|
||||
|
||||
Reference in New Issue
Block a user