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
Browse all historical digests in a clean, dark-themed interface — no login required. Reports are rendered from the Markdown files in this repo via GitHub Pages.
Subscribe in any RSS reader (Feedly, Reeder, NewsBlur, etc.) to receive new digests automatically. The feed includes the latest 30 reports across all report types, updated daily alongside `manifest.json`.
18
18
@@ -185,17 +185,30 @@ openclaw_peers:
185
185
name: My Agent
186
186
```
187
187
188
-
### 3. Add Secrets
188
+
### 3. Add Secrets and Variables
189
189
190
190
Go to **Settings → Secrets and variables → Actions** and add:
191
191
192
+
**Secrets** (sensitive values):
193
+
192
194
| Secret | Required | Description |
193
195
|--------|----------|-------------|
194
-
| `ANTHROPIC_API_KEY` | ✅ | API key — works with both Anthropic and Kimi Code |
196
+
| `ANTHROPIC_API_KEY` | one of A/B | API key — works with both Anthropic and Kimi Code |
195
197
| `ANTHROPIC_BASE_URL` | optional | API endpoint override. Set to `https://api.kimi.com/coding/` for Kimi Code; leave unset for Anthropic |
198
+
| `OPENAI_API_KEY` | one of A/B | OpenAI-compatible API key. When set, takes precedence over Anthropic |
export DIGEST_REPO=your-username/agents-radar # optional; omit to only write files
247
+
export DIGEST_LANGS=vi # optional; default: vi
226
248
227
249
pnpm start
228
250
```
@@ -365,4 +387,4 @@ To change the schedule, edit the cron expressions in the corresponding workflow
365
387
366
388
## Star History
367
389
368
-
[](https://star-history.com/#duanyytop/agents-radar&Date)
390
+
[](https://star-history.com/#compasify/agents-radar&Date)
[](https://star-history.com/#duanyytop/agents-radar&Date)
367
+
[](https://star-history.com/#compasify/agents-radar&Date)
0 commit comments