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
**Ethereum open-source intelligence agent** — built with [ElizaOS v2](https://elizaos.ai) and powered by [Nosana](https://nosana.io) decentralised GPU compute.
3
+
Ethereum OSINT agent that helps developers find contribution-ready issues across major protocol clients. Built with ElizaOS v2, runs on Nosana's decentralised GPU network.
4
4
5
-
DevScout helps developers find high-quality contribution opportunities across major Ethereum protocol clients, reports live chain health, and explains GitHub issues with difficulty estimates.
5
+
## What it does
6
6
7
-
---
7
+
**Find issues to work on** — scans 5 Ethereum repos (Lodestar, Lighthouse, Alloy, Reth, go-ethereum) for `good first issue` and `help wanted` labels. Filter by language if you only write Rust, TypeScript, or Go.
8
8
9
-
## What DevScout Can Do
9
+
**Check chain health** — pulls live gas price, beacon epoch, and participation rate from public RPCs and beaconcha.in.
10
10
11
-
### 1. Scan for Contribution-Ready Issues
12
-
DevScout searches 5 major Ethereum repositories for `good first issue` and `help wanted` tickets:
11
+
**Explain issues** — paste a GitHub issue URL and get a plain-language summary with a difficulty estimate and suggested approach.
# Add your Nosana API key and (optionally) GitHub token for higher rate limits
50
+
bun run start
51
+
```
98
52
99
-
## Nosana Builders Challenge
53
+
## Stack
100
54
101
-
This agent is submitted to the [Nosana Builders Challenge](https://earn.superteam.fun/listing/nosana-builders-challenge) — *Build an ElizaOS v2 AI agent that runs on Nosana's GPU network.*
55
+
ElizaOS v2 · Nosana GPU (Qwen3.5-27B) · GitHub REST API v3 · ethereum.publicnode.com · beaconcha.in · TypeScript · Bun
102
56
103
-
The challenge rewards agents that demonstrate:
104
-
- ✅ Real utility (contribution discovery for Ethereum developers)
105
-
- ✅ Live data integration (chain status, GitHub API)
106
-
- ✅ ElizaOS v2 plugin architecture
107
-
- ✅ Deployment on Nosana GPU infrastructure
57
+
## Context
108
58
109
-
---
59
+
Built for the [Nosana Builders Challenge](https://earn.superteam.fun/listing/nosana-builders-challenge) — the prompt was to build an ElizaOS v2 agent running on Nosana infrastructure. I wanted something with actual utility for Ethereum contributors rather than another chatbot wrapper, so this focuses on reducing the friction of finding a good first PR across the ecosystem.
0 commit comments