Show HN: Scrappy Free AI Code Assistant
github.comAfter 319 commits, scrappy is finally ready to be called v1.
https://pypi.org/project/scrappy-ai/
pip install scrappy-ai
The app orchestrates free tier LLM providers to create a free code assistant. Current models for code agent:
# 1. Cerebras Qwen 235B - instruction-tuned, massive model
# 2. Groq Llama 4 - fast, good tool use
# 3. Groq Kimi K2 - fast, 128k context
# 4. Gemini - fallback (JSON issues but huge context)
Features include: semantic code index with lancedb/fastembed, conversation history, custom task routing, streaming chat.Get free API keys from Cerebras, Groq, and Gemini and give it a shot! Use it and contribute!