nano-claw/ ├── src/ │ ├── agent/ # 🧠 Core agent logic │ │ ├── loop.ts # Agent loop (LLM ↔ tool execution) │ │ ├── context.ts # Prompt builder │ │ ├── memory.ts # Persistent memory │ │ ├── skills.ts ...
This repository is a collection of reference implementations for the Model Context Protocol (MCP), as well as references to community-built servers and additional resources. Important If you are ...