If you want a quick read on where developer attention is going, GitHub's trending page is a decent proxy — and today it is thick with infrastructure for AI agents.

High on the list sits coder/coder (about 460 stars today), which provisions self-hosted, cloud-based development environments defined as code. Its pitch is that a developer's workspace — or an agent's — should be a reproducible resource rather than a hand-configured laptop. As agents write more code, that environmental consistency stops being a nicety and becomes part of the pipeline.

akitaonrails/ai-memory (about 167 stars) targets a different stubborn problem: giving assistants persistent, local memory instead of treating every session as a blank slate. Bringing that memory in-house, rather than relying entirely on a hosted service, is the kind of plumbing agentic workflows keep demanding.

The largest number on the board, though, is not an agent project at all. Open-Dev-Society/OpenStock, at roughly 844 stars, is an open-source finance project — a useful reminder that 'trending' is never a single story, and that popularity is not selection.

The pattern across the agent repos is the interesting part. A year of demos has made clear that the hard part of agentic software is not the model call; it is everything around it — provisioning and sandboxing environments, remembering context across sessions, and wiring all of it into applications developers actually use. That plumbing is where builders are converging, and much of it is being written in the open.

Caveat: trending is a popularity signal, not a quality verdict, and star counts are noisy and easily gamed. Treat today's list as evidence of where builders are looking, not of what ships.