@wenathlan/saddle 1.8.4 → 1.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/browser/playwright.js +22 -0
- package/docs/.gitkeep +0 -0
- package/docs/actionsincident.md +29 -0
- package/docs/branchaudit.md +21 -0
- package/docs/ecosystemplan.md +3 -3
- package/docs/featureaudit.md +1 -1
- package/docs/gapmatrix.md +8 -7
- package/docs/libraryapi.md +1 -0
- package/docs/logs/.gitkeep +0 -0
- package/docs/packageaudit185.md +23 -0
- package/docs/plans/00.index.md +50 -0
- package/docs/plans/01.architecture.md +86 -0
- package/docs/plans/02.research.computer.use.md +58 -0
- package/docs/plans/03.research.captcha.bypass.md +68 -0
- package/docs/plans/04.research.sandbox.ai.md +52 -0
- package/docs/plans/05.capture.platform.md +57 -0
- package/docs/plans/06.dependencies.md +97 -0
- package/docs/plans/07.captcha.test.page.md +41 -0
- package/docs/plans/08.production.infra.md +70 -0
- package/docs/plans/09.database.schema.md +121 -0
- package/docs/plans/10.cloudinary.storage.md +57 -0
- package/docs/plans/11.movement.logs.json.md +72 -0
- package/docs/plans/12.research.atlas.agent.browser.md +79 -0
- package/docs/plans/13.research.anti.detection.md +898 -0
- package/docs/plans/14.research.proxy.md +1495 -0
- package/docs/plans/15.research.retry.rate.limit.md +1958 -0
- package/docs/plans/16.research.crawling.md +1417 -0
- package/docs/plans/17.research.caching.md +1610 -0
- package/docs/plans/18.research.content.extraction.md +1952 -0
- package/docs/plans/19.research.errors.events.md +1523 -0
- package/docs/plans/20.research.zod.validation.md +1350 -0
- package/docs/plans/21.research.batch.concurrency.md +1888 -0
- package/docs/plans/22.research.universal.runtime.md +944 -0
- package/docs/plans/23.research.ai.integration.md +1465 -0
- package/docs/plans/24.research.memory.persistence.md +1979 -0
- package/docs/plans/25.research.server.api.md +342 -0
- package/docs/plans/26.research.compilation.md +249 -0
- package/docs/plans/27.research.html.parsing.md +251 -0
- package/docs/plans/28.action.plan.md +50 -0
- package/docs/plans/29.api.reference.md +174 -0
- package/docs/plans/30.architecture.plan.md +94 -0
- package/docs/plans/31.auditoria.dados.md +163 -0
- package/docs/plans/32.bots.automacao.computacional.md +214 -0
- package/docs/plans/33.bots.codigo.revisao.md +220 -0
- package/docs/plans/34.bots.seguranca.cicd.md +366 -0
- package/docs/plans/35.comparativo.concorrencia.md +464 -0
- package/docs/plans/36.computational.memory.md +340 -0
- package/docs/plans/37.deploystrategy.md +394 -0
- package/docs/plans/38.flow.md +155 -0
- package/docs/plans/39.multi.platform.bot.md +252 -0
- package/docs/plans/40.npm.publish.md +250 -0
- package/docs/plans/41.o.que.falta.md +407 -0
- package/docs/plans/42.pesquisa.concorrencia.md +721 -0
- package/docs/plans/43.plan.universal.architecture.md +496 -0
- package/docs/plans/44.reference.md +100 -0
- package/docs/plans/45.robotarchitecture.md +237 -0
- package/docs/plans/46.scdnintegration.md +284 -0
- package/docs/plans/47.multiforge.readme.md +129 -0
- package/docs/plans/48.theory.v4.repo.os.md +152 -0
- package/docs/plans/49.third.party.infra.md +12 -0
- package/docs/plans/50.file.as.compute.md +39 -0
- package/docs/plans/51.architecture.virtual.processor.md +80 -0
- package/docs/plans/52.manifesto.v8.md +11 -0
- package/docs/plans/58.cdn.list.md +23 -0
- package/docs/plans/59.sql.frameworks.md +33 -0
- package/docs/plans/60.sql.thirdparty.md +26 -0
- package/docs/plans/61.objective.multiforge.md +63 -0
- package/docs/plans/62.huggingface.upload.md +26 -0
- package/docs/plans/63.kaggle.upload.md +24 -0
- package/docs/plans/64.npm.storage.md +30 -0
- package/docs/plans/65.rclone.terabox.md +32 -0
- package/docs/plans/66.buckets.and.models.todo.md +14 -0
- package/docs/plans/67.database.todo.md +13 -0
- package/docs/plans/68.deploy.packages.todo.md +12 -0
- package/docs/plans/69.report.human.operator.md +133 -0
- package/docs/plans/70.report.brain2qwerty.ems.md +135 -0
- package/docs/plans/71.report.hd.infinito.vram.md +155 -0
- package/docs/plans/72.plan.hd.infinito.node.md +146 -0
- package/docs/plans/73.plan.scifi.repos.md +125 -0
- package/docs/plans/74.000.manifesto.v8.flat.2..md +11 -0
- package/docs/plans/README.md +489 -0
- package/docs/plans/aggregate_platforms.mjs +146 -0
- package/docs/plans/examplesession.json +36 -0
- package/docs/plans/missing-facts.md +192 -0
- package/docs/plans/models.md +64 -0
- package/docs/plans/organize.cjs +270 -0
- package/docs/plans/platforms.md +2887 -0
- package/docs/plans/sites.md +31322 -0
- package/docs/platformpipelineaudit.md +6 -2
- package/docs/registryresearch.md +2 -0
- package/docs/release.md +4 -4
- package/docs/release184notes.md +2 -2
- package/docs/release185notes.md +7 -0
- package/docs/releaseassets.md +16 -0
- package/docs/sources/farm.py +117 -0
- package/docs/sources/html/saddle1.html +132 -0
- package/docs/sources/html/saddle2.html +157 -0
- package/docs/sources/html/saddle3.html +119 -0
- package/docs/sources/html/saddle4.html +144 -0
- package/docs/sources/html/saddle5.html +72 -0
- package/docs/sources/html/saddle6.html +171 -0
- package/docs/sources/html/saddle7.html +236 -0
- package/docs/sources/saddle.ts +74 -0
- package/docs/sources/schema.prisma +88 -0
- package/docs/sources/script.sh +64 -0
- package/docs/sources/workflows.yml +458 -0
- package/docs/talks1/_body.txt +14 -0
- package/docs/talks1/_index.md +15 -0
- package/docs/talks1/_screenshot.png +0 -0
- package/docs/talks1/assistant-01.md +5 -0
- package/docs/talks1/assistant-02.md +5 -0
- package/docs/talks1/assistant-03.md +531 -0
- package/docs/talks1/assistant-04.md +26 -0
- package/docs/talks1/assistant-05.md +774 -0
- package/docs/talks1/assistant-06.md +1718 -0
- package/docs/talks1/scrape-share.cjs +185 -0
- package/docs/talks1/scrape-share.ts +183 -0
- package/docs/talks1/user-01.md +3 -0
- package/docs/talks1/user-02.md +3 -0
- package/docs/talks1/user-03.md +88 -0
- package/docs/talks1/user-04.md +3 -0
- package/docs/talks1/user-05.md +3 -0
- package/docs/talks1/user-06.md +88 -0
- package/docs/talks1/user-07.md +88 -0
- package/docs/talks2/_body.txt +14 -0
- package/docs/talks2/_index.md +16 -0
- package/docs/talks2/_screenshot.png +0 -0
- package/docs/talks2/assistant-01.md +5 -0
- package/docs/talks2/assistant-02.md +5 -0
- package/docs/talks2/assistant-03.md +424 -0
- package/docs/talks2/assistant-04.md +598 -0
- package/docs/talks2/assistant-05.md +1280 -0
- package/docs/talks2/assistant-06.md +1227 -0
- package/docs/talks2/assistant-07.md +1252 -0
- package/docs/talks2/user-01.md +3 -0
- package/docs/talks2/user-02.md +3 -0
- package/docs/talks2/user-03.md +88 -0
- package/docs/talks2/user-04.md +88 -0
- package/docs/talks2/user-05.md +88 -0
- package/docs/talks2/user-06.md +88 -0
- package/docs/talks2/user-07.md +3 -0
- package/docs/talks3/_body.txt +467 -0
- package/docs/talks3/_index.md +10 -0
- package/docs/talks3/_screenshot.png +0 -0
- package/docs/talks3/assistant-01.md +417 -0
- package/docs/talks3/assistant-02.md +417 -0
- package/docs/talks3/assistant-03.md +29 -0
- package/docs/talks3/assistant-04.md +727 -0
- package/docs/talks3/user-01.md +88 -0
- package/docs/talks3/user-02.md +88 -0
- package/docs/talks3/user-03.md +3 -0
- package/docs/talks3/user-04.md +3 -0
- package/docs/talks4/_body.txt +14 -0
- package/docs/talks4/_index.md +12 -0
- package/docs/talks4/_screenshot.png +0 -0
- package/docs/talks4/assistant-01.md +5 -0
- package/docs/talks4/assistant-02.md +5 -0
- package/docs/talks4/assistant-03.md +35 -0
- package/docs/talks4/assistant-04.md +512 -0
- package/docs/talks4/assistant-05.md +599 -0
- package/docs/talks4/user-01.md +3 -0
- package/docs/talks4/user-02.md +3 -0
- package/docs/talks4/user-03.md +88 -0
- package/docs/talks4/user-04.md +88 -0
- package/docs/talks4/user-05.md +7 -0
- package/docs/talks5/_body.txt +14 -0
- package/docs/talks5/_index.md +13 -0
- package/docs/talks5/_screenshot.png +0 -0
- package/docs/talks5/assistant-01.md +5 -0
- package/docs/talks5/assistant-02.md +5 -0
- package/docs/talks5/assistant-03.md +690 -0
- package/docs/talks5/assistant-04.md +758 -0
- package/docs/talks5/assistant-05.md +974 -0
- package/docs/talks5/user-01.md +3 -0
- package/docs/talks5/user-02.md +3 -0
- package/docs/talks5/user-03.md +105 -0
- package/docs/talks5/user-04.md +105 -0
- package/docs/talks5/user-05.md +63 -0
- package/docs/talks5/user-06.md +105 -0
- package/docs/talks6/_body.txt +14 -0
- package/docs/talks6/_index.md +9 -0
- package/docs/talks6/_screenshot.png +0 -0
- package/docs/talks6/assistant-01.md +5 -0
- package/docs/talks6/assistant-02.md +5 -0
- package/docs/talks6/assistant-03.md +1499 -0
- package/docs/talks6/user-01.md +3 -0
- package/docs/talks6/user-02.md +3 -0
- package/docs/talks6/user-03.md +88 -0
- package/docs/talks6/user-04.md +88 -0
- package/docs/talks7/_body.txt +14 -0
- package/docs/talks7/_index.md +10 -0
- package/docs/talks7/_screenshot.png +0 -0
- package/docs/talks7/assistant-01.md +5 -0
- package/docs/talks7/assistant-02.md +5 -0
- package/docs/talks7/assistant-03.md +523 -0
- package/docs/talks7/assistant-04.md +617 -0
- package/docs/talks7/user-01.md +3 -0
- package/docs/talks7/user-02.md +3 -0
- package/docs/talks7/user-03.md +105 -0
- package/docs/talks7/user-04.md +67 -0
- package/docs/talks8/conversa1.txt +1322 -0
- package/docs/talks8/conversa2.txt +237 -0
- package/docs/talks9/Beyond the Obvious_ 50 Plataformas Auto-Hospedadas de Forja de C/303/263digo para Al/303/251m de Gitea e GitLab.md" +174 -0
- package/docs/talks9/De NPM a Multi-Linguagem_ Uma Arquitetura T/303/251cnica para a Execu/303/247/303/243o Integrada de C/303/263digo no Ecossistema Node.js.md" +59 -0
- package/docs/talks9/De NPM a VMs Virtuais_ Uma An/303/241lise Arquitet/303/264nica para a Realiza/303/247/303/243o do Ciclo de Vida do Projeto SADDLE.md" +91 -0
- package/docs/talks9/Mapeamento da Engrenagem Computacional_ Uma Arquitetura para Execu/303/247/303/243o Isolada e Persist/303/252ncia em Ambientes Distribu/303/255dos.md" +116 -0
- package/docs/talks9/O Cen/303/241rio Pr/303/241tico do SADDLE_ Uma An/303/241lise de Viabilidade e Modelo de Ciclo de Vida Integrado.md" +128 -0
- package/docs/talks9/README (2).md +489 -0
- package/docs/talks9/README.md +198 -0
- package/docs/talks9/Viabilidade do Saddle_ Uma An/303/241lise T/303/251cnica da Transforma/303/247/303/243o de Armazenamento Remoto em Mem/303/263ria Computacional.md" +80 -0
- package/docs/talks9/conversa.txt +544 -0
- package/docs/talks9/other (2).md +39 -0
- package/docs/talks9/other.md +57 -0
- package/docs/talks9/outro.txt +24 -0
- package/extension/README.md +2 -2
- package/extension/build.js +1 -1
- package/extension/content.js +46 -4
- package/extension/manifest.json +1 -1
- package/extension/pagebridge.js +41 -0
- package/extension/protocol.js +21 -2
- package/extension/serviceworker.js +12 -5
- package/package.json +165 -10
- package/release/assets.js +70 -0
- package/scrape/agent.ts +122 -0
- package/scrape/batch.ts +79 -0
- package/scrape/biome.json +76 -0
- package/scrape/browser.ts +222 -0
- package/scrape/cache.ts +84 -0
- package/scrape/chunking.ts +193 -0
- package/scrape/cli.ts +105 -0
- package/scrape/crawler.ts +115 -0
- package/scrape/dev-server.ts +94 -0
- package/scrape/errors.ts +132 -0
- package/scrape/events.ts +26 -0
- package/scrape/extract.ts +165 -0
- package/scrape/fetch.ts +105 -0
- package/scrape/formats.ts +85 -0
- package/scrape/headers.ts +71 -0
- package/scrape/index.ts +92 -0
- package/scrape/jsdom.d.ts +6 -0
- package/scrape/llms-txt.ts +84 -0
- package/scrape/middleware.ts +90 -0
- package/scrape/package-lock.json +9397 -0
- package/scrape/package.json +1420 -0
- package/scrape/pool.ts +95 -0
- package/scrape/port.ts +18 -0
- package/scrape/proxy.ts +103 -0
- package/scrape/rate-limiter.ts +95 -0
- package/scrape/renderer.ts +194 -0
- package/scrape/retry.ts +64 -0
- package/scrape/robots.ts +137 -0
- package/scrape/scrape.ts +123 -0
- package/scrape/serialize.ts +310 -0
- package/scrape/server.ts +137 -0
- package/scrape/session.ts +109 -0
- package/scrape/sitemap.ts +131 -0
- package/scrape/tokens.ts +45 -0
- package/scrape/tsconfig.json +28 -0
- package/scrape/types.ts +214 -0
- package/scrape/utils.ts +77 -0
- package/scrape/vite.config.ts +55 -0
- package/scrape/vitest.config.ts +17 -0
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
# Auditoria de Dados Hardcoded - webscrape
|
|
2
|
+
|
|
3
|
+
**Data:** 2026-06-08
|
|
4
|
+
**Pasta:** `webscrape/`
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Problemas Críticos
|
|
9
|
+
|
|
10
|
+
### 1. tokens.ts - Preços de modelos hardcoded e desatualizados
|
|
11
|
+
|
|
12
|
+
**Severidade:** ALTA
|
|
13
|
+
**Arquivo:** `tokens.ts` (linhas 37-44)
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
const PRICES = {
|
|
17
|
+
'gpt-4o': { input: 0.0025, output: 0.01 }, // ← DESATUALIZADO
|
|
18
|
+
'gpt-4o-mini': { input: 0.00015, output: 0.0006 }, // ← DESATUALIZADO
|
|
19
|
+
'gpt-4-turbo': { input: 0.01, output: 0.03 }, // ← DESATUALIZADO
|
|
20
|
+
'claude-3-5-sonnet': { input: 0.003, output: 0.015 }, // ← DESATUALIZADO
|
|
21
|
+
'claude-3-haiku': { input: 0.00025, output: 0.00125 }, // ← DESATUALIZADO
|
|
22
|
+
'gemini-1.5-pro': { input: 0.00125, output: 0.005 }, // ← DESATUALIZADO
|
|
23
|
+
'gemini-1.5-flash': { input: 0.000075, output: 0.0003 }, // ← DESATUALIZADO
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
**Problema:** Preços de API são de 2024 e estão completamente desatualizados.
|
|
28
|
+
|
|
29
|
+
**Solução:** Carregar preços de configuração ou API remota.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
### 2. browser.ts - User-Agent hardcoded
|
|
34
|
+
|
|
35
|
+
**Severidade:** MÉDIA
|
|
36
|
+
**Arquivo:** `browser.ts` (linha 13)
|
|
37
|
+
|
|
38
|
+
```typescript
|
|
39
|
+
userAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 ...'
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
**Problema:** User-Agent estático hardcoded. Deveria ser rotacionado ou configurável.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
### 3. server.ts - Host hardcoded
|
|
47
|
+
|
|
48
|
+
**Severidade:** MÉDIA
|
|
49
|
+
**Arquivo:** `server.ts` (linha 132)
|
|
50
|
+
|
|
51
|
+
```typescript
|
|
52
|
+
host: '0.0.0.0' // ← hardcoded - escuta em todas as interfaces
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
**Problema:** Servidor escuta em todas as interfaces de rede por padrão.
|
|
56
|
+
|
|
57
|
+
**Solução:** Default para `127.0.0.1` e permitir configuração.
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
### 4. renderer.ts - Caminhos hardcoded
|
|
62
|
+
|
|
63
|
+
**Severidade:** MÉDIA
|
|
64
|
+
**Arquivo:** `renderer.ts`
|
|
65
|
+
|
|
66
|
+
```typescript
|
|
67
|
+
pythonPath: 'python' // hardcoded
|
|
68
|
+
windowSize: '1280x720' // hardcoded
|
|
69
|
+
doomFramesDir: '~/devthink/webscrape/doom_frames' // hardcoded
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
### 5. .github/dependabot.yml - Ecosystem vazio
|
|
75
|
+
|
|
76
|
+
**Severidade:** MÉDIA
|
|
77
|
+
**Arquivo:** `.github/dependabot.yml`
|
|
78
|
+
|
|
79
|
+
```yaml
|
|
80
|
+
package-ecosystem: "" // ← PLACEHOLDER
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
### 6. Versão hardcoded em múltiplos arquivos
|
|
86
|
+
|
|
87
|
+
**Severidade:** MÉDIA
|
|
88
|
+
|
|
89
|
+
| Arquivo | Versão |
|
|
90
|
+
|---------|--------|
|
|
91
|
+
| `cli.ts:17` | `2.0.0` |
|
|
92
|
+
| `server.ts:123` | `2.0.0` |
|
|
93
|
+
| `web/index.html:88` | `v2.0.0` |
|
|
94
|
+
| `package.json` | `2.0.0` |
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Valores que Devem Ser Configuráveis
|
|
99
|
+
|
|
100
|
+
| Arquivo | Valor | Default |
|
|
101
|
+
|---------|-------|---------|
|
|
102
|
+
| `types.ts` | Timeout | `30000` ms |
|
|
103
|
+
| `types.ts` | Scroll delay | `300` ms |
|
|
104
|
+
| `types.ts` | Max scrolls | `50` |
|
|
105
|
+
| `types.ts` | Retries | `3` |
|
|
106
|
+
| `types.ts` | Retry delay | `1000` ms |
|
|
107
|
+
| `types.ts` | Cache TTL | `300000` ms |
|
|
108
|
+
| `types.ts` | Viewport | `{ width: 1280, height: 720 }` |
|
|
109
|
+
| `types.ts` | Locale | `'en-US'` |
|
|
110
|
+
| `cli.ts` | Format default | `'markdown'` |
|
|
111
|
+
| `cli.ts` | Mode default | `'auto'` |
|
|
112
|
+
| `crawler.ts` | Max depth | `2` |
|
|
113
|
+
| `crawler.ts` | Max pages | `50` |
|
|
114
|
+
| `crawler.ts` | Max concurrent | `3` |
|
|
115
|
+
| `crawler.ts` | Delay | `1000` ms |
|
|
116
|
+
| `agent.ts` | Max tokens | `8000` |
|
|
117
|
+
| `agent.ts` | Chunk size | `512` |
|
|
118
|
+
| `agent.ts` | Model | `'default'` |
|
|
119
|
+
| `cache.ts` | Max size | `1000` |
|
|
120
|
+
| `cache.ts` | Default TTL | `5 min` |
|
|
121
|
+
| `proxy.ts` | Max failures | `3` |
|
|
122
|
+
| `proxy.ts` | Revive after | `30 min` |
|
|
123
|
+
| `rate-limiter.ts` | Max tokens | `10` |
|
|
124
|
+
| `rate-limiter.ts` | Interval | `1000` ms |
|
|
125
|
+
| `rate-limiter.ts` | Max concurrent | `5` |
|
|
126
|
+
| `pool.ts` | Max size | `3` |
|
|
127
|
+
| `batch.ts` | Concurrency | `5` |
|
|
128
|
+
| `chunking.ts` | Max tokens | `512` |
|
|
129
|
+
| `chunking.ts` | Overlap | `50` |
|
|
130
|
+
| `serialize.ts` | Redis key pattern | `'page:1'` |
|
|
131
|
+
| `llms-txt.ts` | Max pages listed | `20` |
|
|
132
|
+
| `robots.ts` | User-Agent | `'DevThink-WebScrape/2.0'` |
|
|
133
|
+
| `robots.ts` | Cache TTL | `24h` |
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## Preocupação de Segurança
|
|
138
|
+
|
|
139
|
+
| Arquivo | Problema |
|
|
140
|
+
|---------|----------|
|
|
141
|
+
| `browser.ts:37` | `'--disable-web-security'` hardcoded no launch args |
|
|
142
|
+
| `dev-server.ts:14` | CORS `'*'` (aceitável para dev, não para prod) |
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## Resumo
|
|
147
|
+
|
|
148
|
+
| Categoria | Quantidade |
|
|
149
|
+
|-----------|-----------|
|
|
150
|
+
| Preços desatualizados | 7 modelos |
|
|
151
|
+
| User-Agent hardcoded | 1 |
|
|
152
|
+
| Host hardcoded | 1 |
|
|
153
|
+
| Caminhos hardcoded | 3 |
|
|
154
|
+
| Versão hardcoded | 4 arquivos |
|
|
155
|
+
| Dependabot placeholder | 1 |
|
|
156
|
+
| Valores configuráveis | 30+ |
|
|
157
|
+
| Preocupações de segurança | 2 |
|
|
158
|
+
|
|
159
|
+
**Ações prioritárias:**
|
|
160
|
+
1. Tornar preços de token configuráveis (ou carregar de API)
|
|
161
|
+
2. Tornar User-Agent rotativo/configurável
|
|
162
|
+
3. Default server para 127.0.0.1
|
|
163
|
+
4. Remover `--disable-web-security` ou documentar risco
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
# Bots de Automacao e Processamento Computacional
|
|
2
|
+
|
|
3
|
+
> Status: Julho 2026 | Foco: Bots gratuitos e open source para processamento computacional, tarefas e automacao
|
|
4
|
+
> Exclui bots ja estrelados na conta do usuario (iakadion).
|
|
5
|
+
|
|
6
|
+
## 1. Resumo Executivo
|
|
7
|
+
|
|
8
|
+
| Categoria | Bot | Estrelas | Gratuito | Open Source | Observacao |
|
|
9
|
+
|-----------|-----|----------|----------|-------------|------------|
|
|
10
|
+
| Automacao | FreeClaw | 4 | Sim | MIT | Telegram AI agent, OpenClaw |
|
|
11
|
+
| Automacao | become-ceo | 58 | Sim | MIT | AI executive team Discord |
|
|
12
|
+
| Automacao | Agentic-AI | 1 | ? | - | AI agents workflow |
|
|
13
|
+
| Automacao | Agent-2-Beta | 37 | ? | - | Self-hosted browser AI agent |
|
|
14
|
+
| Processamento | Custom-MCP-Calculator | 0 | Sim | ? | MCP calculator server |
|
|
15
|
+
| Computacao | gaia-agent | 2 | ? | - | GAIA benchmark, web search |
|
|
16
|
+
| Computacao | Improved-Browser-Agent | 0 | ? | - | Browser automation + math |
|
|
17
|
+
| Computacao | AI-Agent-Pipeline | 2 | ? | - | Token optimization, multi-agent |
|
|
18
|
+
| Computacao | AI-Agent-Optimization | 0 | ? | - | Token optimization debug |
|
|
19
|
+
| Devops | ai-devops-automation | 1 | ? | - | FastAPI microservice |
|
|
20
|
+
| Devops | AI-devops-agents | 0 | ? | - | CI/CD, deployment pipelines |
|
|
21
|
+
|
|
22
|
+
## 2. Detalhamento por Bot
|
|
23
|
+
|
|
24
|
+
### 2.1 FreeClaw (privatekey7/FreeClaw) - 4 estrelas
|
|
25
|
+
|
|
26
|
+
**GitHub:** [privatekey7/FreeClaw](https://github.com/privatekey7/FreeClaw)
|
|
27
|
+
**License:** MIT
|
|
28
|
+
|
|
29
|
+
**O que faz:**
|
|
30
|
+
- Deploy em um comando de Telegram AI agent
|
|
31
|
+
- OpenClaw + Qwen via OpenRouter
|
|
32
|
+
- Totalmente gratuito via Telegram
|
|
33
|
+
|
|
34
|
+
**Instalacao:**
|
|
35
|
+
```bash
|
|
36
|
+
# Um comando para instalar
|
|
37
|
+
npx freeclaw
|
|
38
|
+
# ou
|
|
39
|
+
curl -fsSL https://github.com/privatekey7/FreeClaw/raw/main/install.sh | bash
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### 2.2 become-ceo (wanikua/become-ceo) - 58 estrelas
|
|
43
|
+
|
|
44
|
+
**GitHub:** [wanikua/become-ceo](https://github.com/wanikua/become-ceo)
|
|
45
|
+
**License:** MIT
|
|
46
|
+
|
|
47
|
+
**O que faz:**
|
|
48
|
+
- Equipe executiva de AI no Discord
|
|
49
|
+
- 7 agentes especializados: Engineering, Finance, etc.
|
|
50
|
+
- Automacao de tarefas empresariais
|
|
51
|
+
|
|
52
|
+
**Instalacao:**
|
|
53
|
+
```bash
|
|
54
|
+
git clone https://github.com/wanikua/become-ceo
|
|
55
|
+
cd become-ceo
|
|
56
|
+
# Follow setup instructions
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### 2.3 Agentic-AI (Saimoguloju/Agentic-AI) - 1 estrela
|
|
60
|
+
|
|
61
|
+
**GitHub:** [Saimoguloju/Agentic-AI](https://github.com/Saimoguloju/Agentic-AI)
|
|
62
|
+
|
|
63
|
+
**O que faz:**
|
|
64
|
+
- Colecao de agentes autonomos
|
|
65
|
+
- Demonstra workflows passo a passo
|
|
66
|
+
- Research agents, code reviewers, customer support bots, data analyzers
|
|
67
|
+
|
|
68
|
+
### 2.4 Agent-2-Beta (aaravshah1311/Agent-2-Beta) - 37 estrelas
|
|
69
|
+
|
|
70
|
+
**GitHub:** [aaravshah1311/Agent-2-Beta](https://github.com/aaravshah1311/Agent-2-Beta)
|
|
71
|
+
|
|
72
|
+
**O que faz:**
|
|
73
|
+
- AI agent autonomo browser-based
|
|
74
|
+
- Acesso a terminal real
|
|
75
|
+
- Ferramentas de teste de seguranca
|
|
76
|
+
- Memoria persistente
|
|
77
|
+
- Sistema de workspace
|
|
78
|
+
|
|
79
|
+
**Instalacao:**
|
|
80
|
+
```bash
|
|
81
|
+
git clone https://github.com/aaravshah1311/Agent-2-Beta
|
|
82
|
+
cd Agent-2-Beta
|
|
83
|
+
# Run the web interface
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### 2.5 Custom-MCP-Calculator-Server (SumitPariyar) - 0 estrelas
|
|
87
|
+
|
|
88
|
+
**GitHub:** [SumitPariyar/Custom-MCP-Calculator-Server](https://github.com/SumitPariyar/Custom-MCP-Calculator-Server)
|
|
89
|
+
|
|
90
|
+
**O que faz:**
|
|
91
|
+
- Servidor MCP para operacoes matematicas dinamicas
|
|
92
|
+
- Integracao com AI agents via MCP
|
|
93
|
+
- Processamento computacional em tempo real
|
|
94
|
+
|
|
95
|
+
### 2.6 gaia-agent (hasancoded/gaia-agent) - 2 estrelas
|
|
96
|
+
|
|
97
|
+
**GitHub:** [hasancoded/gaia-agent](https://github.com/hasancoded/gaia-agent)
|
|
98
|
+
|
|
99
|
+
**O que faz:**
|
|
100
|
+
- AI Agent com 100% de accuracy no GAIA benchmark
|
|
101
|
+
- Multi-model LLM orchestration
|
|
102
|
+
- Integracao com web search, file processing, mathematical computation
|
|
103
|
+
- Arquitetura Python + Hugging Face Transformers + Gradio
|
|
104
|
+
|
|
105
|
+
### 2.7 Improved-Browser-Agent (SHMISHRA666) - 0 estrelas
|
|
106
|
+
|
|
107
|
+
**GitHub:** [SHMISHRA666/Improved_Browser_Agent](https://github.com/SHMISHRA666/Improved_Browser_Agent)
|
|
108
|
+
|
|
109
|
+
**O que faz:**
|
|
110
|
+
- Multi-agent AI system
|
|
111
|
+
- Browser automation com Puppeteer
|
|
112
|
+
- Processamento de documentos
|
|
113
|
+
- Web search e mathematical computation
|
|
114
|
+
- Planejamento e execucao inteligente
|
|
115
|
+
|
|
116
|
+
### 2.8 AI-Agent-Pipeline (raoopriyanka) - 2 estrelas
|
|
117
|
+
|
|
118
|
+
**GitHub:** [raoopriyanka/AI-Agent-Pipeline](https://github.com/raoopriyanka/AI-Agent-Pipeline)
|
|
119
|
+
|
|
120
|
+
**O que faz:**
|
|
121
|
+
- Pipeline de AI Agent
|
|
122
|
+
- Otimizacao de tokens LLM
|
|
123
|
+
- Multi-agent debugging
|
|
124
|
+
- Arquitetura escalavel
|
|
125
|
+
|
|
126
|
+
### 2.9 AI-Agent-Optimization (KshitijaKhilari) - 0 estrelas
|
|
127
|
+
|
|
128
|
+
**GitHub:** [KshitijaKhilari/AI-Agent-Optimization-Assignment](https://github.com/KshitijaKhilari/AI-Agent-Optimization-Assignment)
|
|
129
|
+
|
|
130
|
+
**O que faz:**
|
|
131
|
+
- Optimizacao de tokens
|
|
132
|
+
- Multi-agent debugging
|
|
133
|
+
- Production-inspired pipeline
|
|
134
|
+
|
|
135
|
+
### 2.10 ai-devops-automation (ankitpatil3003) - 1 estrela
|
|
136
|
+
|
|
137
|
+
**GitHub:** [ankitpatil3003/Agentic-AI-DevOps-Automation-Project](https://github.com/ankitpatil3003/Agentic-AI-DevOps-Automation-Project)
|
|
138
|
+
|
|
139
|
+
**O que faz:**
|
|
140
|
+
- AI system em forma de microservice FastAPI
|
|
141
|
+
- Integracao com Servo
|
|
142
|
+
- Automacao DevOps
|
|
143
|
+
|
|
144
|
+
### 2.11 AI-devops-agents (AI-employee-force) - 0 estrelas
|
|
145
|
+
|
|
146
|
+
**GitHub:** [AI-employee-force/aief-devopsy](https://github.com/AI-employee-force/aief-devopsy)
|
|
147
|
+
|
|
148
|
+
**O que faz:**
|
|
149
|
+
- DevOpsy - AI DevOps Engineer agent
|
|
150
|
+
- CI/CD, deployments, pipelines
|
|
151
|
+
|
|
152
|
+
## 3. Bots de Computacao Especifica
|
|
153
|
+
|
|
154
|
+
### 3.1 Agentes de Browser Automation
|
|
155
|
+
|
|
156
|
+
**agent-browser** (ja estrelado) - 39k estrelas
|
|
157
|
+
- Browser automation CLI para AI agents
|
|
158
|
+
|
|
159
|
+
**Agent-2-Beta** - 37 estrelas
|
|
160
|
+
- Self-hosted browser AI agent com terminal acesso
|
|
161
|
+
|
|
162
|
+
### 3.2 Agentes de Calculo/Matematica
|
|
163
|
+
|
|
164
|
+
**Custom-MCP-Calculator-Server** - 0 estrelas
|
|
165
|
+
- Servidor MCP para calculos matematicos
|
|
166
|
+
|
|
167
|
+
**gaia-agent** - 2 estrelas
|
|
168
|
+
- Integracao com mathematical computation
|
|
169
|
+
|
|
170
|
+
### 3.3 Agentes de Processamento de Dados
|
|
171
|
+
|
|
172
|
+
**AI-Agent-Pipeline** - 2 estrelas
|
|
173
|
+
- Data processing pipelines
|
|
174
|
+
- Token optimization
|
|
175
|
+
|
|
176
|
+
## 4. Recomendacoes de Instalacao
|
|
177
|
+
|
|
178
|
+
### 4.1 FreeClaw - Telegram AI Agent (Recomendado)
|
|
179
|
+
|
|
180
|
+
```bash
|
|
181
|
+
npx freeclaw
|
|
182
|
+
# Configurar OpenRouter key
|
|
183
|
+
# Pronto! Bot no Telegram
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
### 4.2 Agent-2-Beta - Self-hosted AI Agent
|
|
187
|
+
|
|
188
|
+
```bash
|
|
189
|
+
git clone https://github.com/aaravshah1311/Agent-2-Beta
|
|
190
|
+
cd Agent-2-Beta
|
|
191
|
+
pip install -r requirements.txt
|
|
192
|
+
python app.py
|
|
193
|
+
# Acessar via browser
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
### 4.3 Custom-MCP-Calculator-Server
|
|
197
|
+
|
|
198
|
+
```bash
|
|
199
|
+
# Funciona como MCP server
|
|
200
|
+
# Integrar com Claude Code / Codex / OpenCode
|
|
201
|
+
mcp use https://github.com/SumitPariyar/Custom-MCP-Calculator-Server
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
## 5. Conclusao
|
|
205
|
+
|
|
206
|
+
Novos bots para processamento computacional e automacao:
|
|
207
|
+
|
|
208
|
+
- **FreeClaw** (4 estrelas): Telegram bot gratuito, deploy em 1 comando
|
|
209
|
+
- **Agent-2-Beta** (37 estrelas): Agente self-hosted browser-based
|
|
210
|
+
- **Custom-MCP-Calculator-Server** (0 estrelas): MCP server para calculos
|
|
211
|
+
- **gaia-agent** (2 estrelas): AI agent com alta precisao
|
|
212
|
+
- **become-ceo** (58 estrelas): Equipe AI no Discord
|
|
213
|
+
|
|
214
|
+
Estes complementam os agentes ja instalados (opencode, deer-flow, dagu, por exemple).
|
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
# Bots de Cdigo e Revisao de Codigo
|
|
2
|
+
|
|
3
|
+
> Status: Julho 2026 | Foco: Bots gratuitos e open source para GitHub Actions
|
|
4
|
+
> Exclui bots ja estrelados na conta do usuario (iakadion).
|
|
5
|
+
|
|
6
|
+
## 1. Resumo Executivo
|
|
7
|
+
|
|
8
|
+
| Categoria | Bot | Estrelas | Gratuito | Open Source | Observacao |
|
|
9
|
+
|-----------|-----|----------|----------|-------------|------------|
|
|
10
|
+
| Revisao AI | robin | 11 | Sim (OpenRouter free) | MIT | BYOK, review por PR |
|
|
11
|
+
| Revisao AI | AICodeBot | 62 | Freemium | - | Commit messages + review |
|
|
12
|
+
| Revisao AI | AI-Code-Reviewer | 49 | Sim (Claude API) | - | GitHub Actions |
|
|
13
|
+
| Revisao AI | codeflow-ai-reviewer | 8 | ? | - | Qualidade + seguranca |
|
|
14
|
+
| Revisao AI | repo-guard | 7 | ? | - | PR + issue quality |
|
|
15
|
+
| Revisao AI | acrobot | 1 | Free tier | MIT | Org bot |
|
|
16
|
+
| Revisao AI | multi-provider-code-review | 3 | ? | - | Multi-provider paralelo |
|
|
17
|
+
| Revuo AI | li-agent | 0 | Sim | ? | LLM inline comments |
|
|
18
|
+
| Reviao AI | AI-Code-Review-Bot | 0 | ? | - | Gemini Flash |
|
|
19
|
+
|
|
20
|
+
## 2. Detalhamento por Bot
|
|
21
|
+
|
|
22
|
+
### 2.1 Robin (antongulin/robin) - 11 estrelas
|
|
23
|
+
|
|
24
|
+
**GitHub:** [antongulin/robin](https://github.com/antongulin/robin)
|
|
25
|
+
**License:** MIT
|
|
26
|
+
**Linguagem:** TypeScript
|
|
27
|
+
**Instalacao:** GitHub Action (reusable workflow)
|
|
28
|
+
|
|
29
|
+
**O que faz:**
|
|
30
|
+
- Revisao automatica de PRs com LLM
|
|
31
|
+
- Posts comentarios inline + resumo
|
|
32
|
+
- Suporta provedores: OpenRouter (gratis), OpenAI, Groq, Ollama
|
|
33
|
+
- Free tier do OpenRouter funciona (openrouter/free)
|
|
34
|
+
- Compativel com Claude Code, Cursor, Copilot, Windsurf
|
|
35
|
+
|
|
36
|
+
**Instalacao (3 passos):**
|
|
37
|
+
```bash
|
|
38
|
+
# No repo alvo
|
|
39
|
+
npx robin-review
|
|
40
|
+
# ou
|
|
41
|
+
curl -fsSL https://robinreview.dev/install.sh | bash
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Secrets necessarios:
|
|
45
|
+
- `LLM_API_KEY` - Sua chave OpenRouter
|
|
46
|
+
- `LLM_BASE_URL` - https://openrouter.ai/api/v1
|
|
47
|
+
- `LLM_MODEL` - openrouter/free
|
|
48
|
+
|
|
49
|
+
Arquivo workflow (.github/workflows/robin.yml):
|
|
50
|
+
```yaml
|
|
51
|
+
name: Robin
|
|
52
|
+
on:
|
|
53
|
+
pull_request:
|
|
54
|
+
types: [opened, reopened, ready_for_review]
|
|
55
|
+
issue_comment:
|
|
56
|
+
types: [created]
|
|
57
|
+
permissions:
|
|
58
|
+
actions: read
|
|
59
|
+
contents: read
|
|
60
|
+
pull-requests: write
|
|
61
|
+
jobs:
|
|
62
|
+
review:
|
|
63
|
+
uses: antongulin/robin/.github/workflows/review.yml@main
|
|
64
|
+
secrets:
|
|
65
|
+
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
|
|
66
|
+
LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}
|
|
67
|
+
LLM_MODEL: ${{ secrets.LLM_MODEL }}
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Comandos no PR:
|
|
71
|
+
- `/robin` - nova revisao
|
|
72
|
+
- `/summary` - resumo apenas
|
|
73
|
+
|
|
74
|
+
**Pagina:** https://www.robinreview.dev
|
|
75
|
+
|
|
76
|
+
### 2.2 TechNickAI/AICodeBot - 62 estrelas
|
|
77
|
+
|
|
78
|
+
**GitHub:** [TechNickAI/AICodeBot](https://github.com/TechNickAI/AICodeBot)
|
|
79
|
+
**License:** -
|
|
80
|
+
**Linguagem:** -
|
|
81
|
+
|
|
82
|
+
**O que faz:**
|
|
83
|
+
- Gera mensagens de commit a partir de mudancas git
|
|
84
|
+
- Revisa codigo para qualidade
|
|
85
|
+
- CLI tool
|
|
86
|
+
|
|
87
|
+
### 2.3 MoaKK/AI-Code-Reviewer - 49 estrelas
|
|
88
|
+
|
|
89
|
+
**GitHub:** [MoaKK/AI-Code-Reviewer](https://github.com/MoaKK/AI-Code-Reviewer)
|
|
90
|
+
**License:** -
|
|
91
|
+
**Linguagem:** -
|
|
92
|
+
|
|
93
|
+
**O que faz:**
|
|
94
|
+
- Bot de revisao de PRs usando Claude API
|
|
95
|
+
- GitHub Actions nativo
|
|
96
|
+
|
|
97
|
+
### 2.4 codeflow-ai-reviewer - 8 estrelas
|
|
98
|
+
|
|
99
|
+
**GitHub:** [SnakeEye-sudo/codeflow-ai-reviewer](https://github.com/SnakeEye-sudo/codeflow-ai-reviewer)
|
|
100
|
+
|
|
101
|
+
**O que faz:**
|
|
102
|
+
- Reviw de qualidade de codigo
|
|
103
|
+
- Analise de seguranca
|
|
104
|
+
- GitHub Action
|
|
105
|
+
|
|
106
|
+
### 2.5 repo-guard - 7 estrelas
|
|
107
|
+
|
|
108
|
+
**GitHub:** [ceilf6/repo-guard](https://github.com/ceilf6/repo-guard)
|
|
109
|
+
|
|
110
|
+
**O que faz:**
|
|
111
|
+
- GitHub Action para PR review e issue quality
|
|
112
|
+
- AI-powered
|
|
113
|
+
|
|
114
|
+
### 2.6 acrobot - 1 estrela
|
|
115
|
+
|
|
116
|
+
**GitHub:** [FazleRas/acrobot](https://github.com/FazleRas/acrobot)
|
|
117
|
+
**License:** MIT
|
|
118
|
+
|
|
119
|
+
**O que faz:**
|
|
120
|
+
- AI Code Review Org Bot
|
|
121
|
+
- GitHub Action com free-tier constraints
|
|
122
|
+
- Revisa diffs de PRs com LLM
|
|
123
|
+
|
|
124
|
+
### 2.7 multi-provider-code-review - 3 estrelas
|
|
125
|
+
|
|
126
|
+
**GitHub:** [keithah/multi-provider-code-review](https://github.com/keithah/multi-provider-code-review)
|
|
127
|
+
|
|
128
|
+
**O que faz:**
|
|
129
|
+
- Multi-provider Code Review
|
|
130
|
+
- Revises paralelos com multiples provedores
|
|
131
|
+
|
|
132
|
+
### 2.8 AI-Code-Review-Bot - 0 estrelas
|
|
133
|
+
|
|
134
|
+
**GitHub:** [euzghe/AI-Code-Review-Bot](https://github.com/euzghe/AI-Code-Review-Bot)
|
|
135
|
+
|
|
136
|
+
**O que faz:**
|
|
137
|
+
- GitHub Action usando Gemini 3 Flash
|
|
138
|
+
|
|
139
|
+
### 2.9 li-agent - 0 estrelas
|
|
140
|
+
|
|
141
|
+
**GitHub:** [lbartoszcze/li-agent](https://github.com/lbartoszcze/li-agent)
|
|
142
|
+
**License:** -
|
|
143
|
+
|
|
144
|
+
**O que faz:**
|
|
145
|
+
- Free AI code review GitHub Action
|
|
146
|
+
- Detecta vulnerabilidades de seguranca, bugs e performance
|
|
147
|
+
- Posts inline comments
|
|
148
|
+
|
|
149
|
+
### 2.10 semantic-code-review-bot - 1 estrela
|
|
150
|
+
|
|
151
|
+
**GitHub:** [afnana4med/semantic-code-review-bot](https://github.com/afnana4med/semantic-code-review-bot)
|
|
152
|
+
|
|
153
|
+
**O que faz:**
|
|
154
|
+
- Revisa diffs de PRs e posts comentarios inline
|
|
155
|
+
- GitHub Action
|
|
156
|
+
|
|
157
|
+
## 3. Bots NAO Estrelados (Novos para o Usuario)
|
|
158
|
+
|
|
159
|
+
Estes bots NAO aparecem na lista de estrelas do usuario e sao totalmente novos:
|
|
160
|
+
|
|
161
|
+
| Bot | Estrelas | Categoria | Gratuito |
|
|
162
|
+
|-----|----------|-----------|----------|
|
|
163
|
+
| TechNickAI/AICodeBot | 62 | Revisao + Commit msg | Freemium |
|
|
164
|
+
| MoaKK/AI-Code-Reviewer | 49 | Revisao (Claude) | Sim |
|
|
165
|
+
| SnakeEye-sudo/codeflow-ai-reviewer | 8 | Revisao + Seguranca | ? |
|
|
166
|
+
| ceilf6/repo-guard | 7 | Reviao + Issue quality | ? |
|
|
167
|
+
| FazleRas/acrobot | 1 | Org code review | Free tier |
|
|
168
|
+
| keithah/multi-provider-code-review | 3 | Multi-provider review | ? |
|
|
169
|
+
| euzghe/AI-Code-Review-Bot | 0 | Revisao (Gemini) | ? |
|
|
170
|
+
| lbartoszcze/li-agent | 0 | Seguranca + Perf | Sim |
|
|
171
|
+
| Sriruthuhasa/ai-code-sentinel | 0 | AST + Seguranca | ? |
|
|
172
|
+
| muruganparamasivan-automind/ai-code-review-bot | 0 | Claude-powered | ? |
|
|
173
|
+
| kalepavan298-del/ai-code-review-bot | 0 | AI code review | ? |
|
|
174
|
+
| Omii-004/AI-code-reviewer | 0 | FastAPI + AI | ? |
|
|
175
|
+
| mrsddq/ai-code-review-bot | 0 | Determinístico Python | ? |
|
|
176
|
+
| hkhatib005/ai-code-review-bot | 0 | LLM inline comments | ? |
|
|
177
|
+
| abdallahbot/AI-Code-Reviewer | 0 | ? | ? |
|
|
178
|
+
| feiwei8889/ai-code-reviewer | 0 | GitHub App | ? |
|
|
179
|
+
| AbdullahBakir97/ai-approve | 0 | GitHub Models (gratis) | Sim |
|
|
180
|
+
| amalvpratish-2004/ai-code-reviewer | 0 | Llama 3.3 (Groq) | ? |
|
|
181
|
+
|
|
182
|
+
## 4. Recomendacoes de Instalacao
|
|
183
|
+
|
|
184
|
+
### 4.1 Robin - Revisao de PR com AI (Recomendado)
|
|
185
|
+
|
|
186
|
+
```bash
|
|
187
|
+
# Instalacao rapida
|
|
188
|
+
npx robin-review
|
|
189
|
+
# Adicionar secrets: LLM_API_KEY, LLM_BASE_URL, LLM_MODEL
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
### 4.2 li-agent - Seguranca + Performance (Gratuito)
|
|
193
|
+
|
|
194
|
+
```yaml
|
|
195
|
+
# .github/workflows/li-agent.yml
|
|
196
|
+
- uses: lbartoszcze/li-agent@main
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
### 4.3 acrobot - Code Review para Orgs (Free tier)
|
|
200
|
+
|
|
201
|
+
```yaml
|
|
202
|
+
# .github/workflows/acrobot.yml
|
|
203
|
+
- uses: FazleRas/acrobot@main
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
### 4.4 multi-provider-code-review - Reviso paralela
|
|
207
|
+
|
|
208
|
+
```yaml
|
|
209
|
+
# .github/workflows/multi-review.yml
|
|
210
|
+
- uses: keithah/multi-provider-code-review@v1
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
## 5. Conclusao
|
|
214
|
+
|
|
215
|
+
- **Robin** (11 estrelas): O mais completo e gratuito com OpenRouter free
|
|
216
|
+
- **AICodeBot** (62 estrelas): Foco em commit messages + review
|
|
217
|
+
- **li-agent** (0 estrelas): Gratuito, foco em seguranca e performance
|
|
218
|
+
- **acrobot** (1 estrela): Ideal para orgs, free-tier
|
|
219
|
+
|
|
220
|
+
Estes bots complementam o ecossistema ja instalado (opencode, robin ja estrelado).
|