Oda Agent Kit is a TypeScript monorepo for building reusable automation tools around Oda grocery shopping, including a core Oda client, CLI, MCP server, and OpenClaw plugin for safe grocery planning, order-history analysis, shopping lists, cart preparation, and delivery-slot assistance.
A TypeScript npm-workspace monorepo for safe Oda grocery automation. The project is organized around reusable domain logic in `packages/core`, with thin adapters for CLI, MCP, and OpenClaw. Shared Oda client interfaces, domain models, and core logic. All Oda business logic belongs here. Adapter packages depend on this package and must not contain domain logic themselves.