You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/reference/engines.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ sidebar:
7
7
8
8
GitHub Agentic Workflows support multiple AI engines to interpret and execute natural language instructions. Each engine has unique capabilities and configuration options.
9
9
10
-
## Available Engines
10
+
## Agentic Engines
11
11
12
-
### Claude (Default)
12
+
### Anthropic Claude Code (Default)
13
13
14
14
Claude Code is the default and recommended AI engine for most workflows. It excels at reasoning, code analysis, and understanding complex contexts.
15
15
@@ -29,13 +29,23 @@ engine:
29
29
DEBUG_MODE: "true"
30
30
```
31
31
32
-
**Features:**
33
-
- Excellent reasoning and code analysis capabilities
34
-
- Supports max-turns for cost control
35
-
- Uses MCP servers for tool integration
36
-
- Generates `mcp-servers.json` configuration
32
+
#### Secrets
33
+
34
+
- `ANTHROPIC_API_KEY` secret is required for authentication.
0 commit comments