octocode: Octocode is an agentic research platform that provides AI agents and developers with comprehensive code context from local workspaces and external sources like GitHub. It offers a suite of 13 tools, powered by a fast Rust engine, to enable evidence-first code understanding, review, and modification.; learn-claude-code: This repository provides a hands-on tutorial to learn how modern AI agents work by building one from scratch, emphasizing the core loop of model-tool interaction. It distills complex agent concepts into simple, iterative versions, from basic Bash agents to sophisticated skill-based systems.
Enabling AI agents to gather comprehensive code context for understanding, reviewing, and modifying code.
Learning to build modern AI coding agents from scratch