Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Nosana Builders' Challenge: Agent 101
| Date | Stars |
|---|---|
| 2026-07-31 | 291 |
| 2026-08-06 | 291 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Nosana x ElizaOS Agent Challenge  Build your own **personal AI agent** using [ElizaOS](https://elizaos.com) and deploy it on the [Nosana](https://nosana.com) decentralized compute network. Win a share of **$3,000 USDC** in prizes. --- ## The Challenge Inspired by [OpenClaw](https://openclaw.ai/) — the self-hosted personal AI movement — this challenge is about giving AI back to the individual. Build an agent that runs on **your own infrastructure**, handles **your own tasks**, and keeps **your own data**. > **Theme: Personal AI Agents** — Build an AI agent that acts as a personal assistant, automate your life, or solve a real problem for yourself or your community. The use case is entirely up to you. **Framework:** [ElizaOS](https://elizaos.com) (latest v2) **Compute:** [Nosana](https://nosana.com) decentralized GPU network **Model:** Qwen3.5-27B (hosted endpoint provided by Nosana) --- ## Prizes — $3,000 USDC Total | Place | Prize | |-------|-------| | 🥇 1st | $1,000 USDC | | 🥈 2nd | $750 USDC | | 🥉 3rd | $450 USDC | | 4th | $200 USDC | | 5th–10th | $100 USDC each | --- ## Schedule Follow Nosana's Luma for more information: [Nosana Luma](https://luma.com/calendar/cal-RF19mq3EtF4juLc)  --- ## What to Build There are no strict requirements on use case — build whatever is most useful to you. Some ideas to get started: - 🗂️ **Personal assistant** — calendar, tasks, email drafting, reminders - 🔍 **Research agent** — web search, summarization, knowledge synthesis - 📱 **Social media manager** — Twitter/X, Telegram, Discord automation - 💰 **DeFi/crypto agent** — portfolio monitoring, on-chain alerts, trading insights - 🏠 **Home automation** — smart home control, IoT integration - 🛠️ **DevOps helper** — monitor services, automate deployments - 🎨 **Content creator** — blog posts, social copy, creative writing **Tip:** ElizaOS has a rich [plugin ecosystem](https://elizaos.github.io/eliza/docs/core/plugins). Explore existing plugins and templates before building from scratch — you might find 80% of what you need already exists. --- ## Getting Started ### Prerequisites - Node.js 23+ - pnpm (`npm install -g pnpm`) - Docker (for deployment) - Git ### Quick Start ```bash # Fork this repo, then clone your fork git clone https://github.com/YOUR-USERNAME/agent-challenge cd agent-challenge # Copy and configure environment variables cp .env.example .env # Edit .env with your Nosana endpoint details # Install dependencies bun i -g @elizaos/cli # Start your agent in development mode elizaos dev ``` Open [http://localhost:3000](http://localhost:3000) to see the ElizaOS built-in client. --- ## Claim Your Nosana Builders Credits All challenge participants get **free compute credits** to deploy and run their agents on Nosana. **How to claim:** 1. Visit [nosana.com/builders-credits](https://nosana.com/builders-credits) 2. Sign up or log in with your wallet 3. Your credits will be added to your account automatically 4. Use these credits to deploy your ElizaOS agent to the Nosana network These credits cover the compute costs for running your agent during the challenge period. > **Note:** Credits are airdropped twice a day. Please be patient if you don't see them immediately after signing up. --- ## Configure Your LLM Nosana provides a hosted **Qwen3.5-27B-AWQ-4bit** endpoint for challenge participants. Update your `.env`: ```env OPENAI_API_KEY=nosana OPENAI_API_URL=https://6vq2bcqphcansrs9b88ztxfs88oqy7etah2ugudytv2x.node.k8s.prd.nos.ci/v1 MODEL_NAME=Qwen3.5-27B-AWQ-4bit ``` **Model Details:** - **Model ID:** `Qwen3.5-27B-AWQ-4bit` - **Max Context Length:** 60,000 tokens - **Provider:** Nosana decentralized inference - **Base Model:** cyankiwi/Qwen3.5-27B-AWQ-4bit ### Option B: Local Development with Ollama ```bash ollama pull qwen3.5:27b # or a smaller one for your system ollama serve ``` ```env OPENAI_API_KEY=ollama OPENAI_API_URL=http://12
Excerpt of 17,087 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:0d880c94c6142b80, llm:Repository name and description: 'Nosana Builders' Challenge: Agent 101' — likely an educational challenge about building agents (AI agents). Language TypeScript. No topics or README provided.
matched fp:0d880c94c6142b80, llm:Repository name and description: 'Nosana Builders' Challenge: Agent 101' — likely an educational challenge about building agents (AI agents). Language TypeScript. No topics or README provided.