
learn-agent
A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.

opencode-failover is an OpenCode plugin that automatically rotates and failovers API keys across multiple providers, quarantining rate-limited keys and permanently disabling invalid ones to ensure zero-downtime LLM access.
47
No data
3
0
MIT
2026-07-23
It solves a common pain point for developers using multiple API keys from the same or different LLM providers by handling rate limits, authentication failures, and automatic key rotation without manual intervention, all integrated into the OpenCode ecosystem.
OpenCode plugin for automatic API-key failover and rotation across multiple provider keys
Similar projects matched by category, topics, and programming language.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
A hands-on course that walks through building a Pi-style coding agent from scratch across 15 checkpoints, starting from an offline agent trajectory.