roam-code: Roam is a structural intelligence engine that pre-indexes codebases into a semantic graph using SQLite, tree-sitter, and git history. It provides AI coding agents with five core verbs—understand, retrieve, context, preflight, critique—replacing dozens of grep/read calls with a single graph query. The tool is 100% local, supports 27 languages, and offers 154 commands along with 120 MCP tools.; adk-python: ADK (Agent Development Kit) is an open-source, code-first Python framework designed for building, evaluating, and deploying sophisticated AI agents with high flexibility and control. It simplifies the creation and orchestration of agent workflows, supporting everything from simple tasks to complex multi-agent systems, while being model and deployment agnostic.
Agent-assisted coding: reduce token usage and tool calls by using structured graph queries
Building and deploying sophisticated AI agents from simple tasks to complex systems.