Library overview
The Library is your workspace’s shared store of reusable building blocks. Anything you create here — context documents, skills, tools, MCP connections, and agent templates — becomes available to the chats, agents, and graphs in the same workspace.
You can open it directly at /library, and it is also reachable from inside Settings.
What’s inside
Section titled “What’s inside” Contexts Authored or bulk-imported documents used as semantic context / RAG.
Skills Custom or bundled agent skills with runtime types and sandboxed capabilities.
Tools The catalog of tools agents can call — bundled, skill-backed, or from MCP.
MCP servers Connect external Model Context Protocol servers over stdio or HTTP/SSE.
Hands / Agents Pre-built agent templates you can activate, plus full agent definitions.
How the pieces fit together
Section titled “How the pieces fit together”- Contexts feed semantic context and retrieval into chats and graph nodes.
- Skills add new capabilities to agents; some skills also surface as tools.
- Tools are what an agent actually calls at run time — they come from bundled natives, from skills, or from connected MCP servers.
- MCP servers expose external tools (for example, Tavily web search) to your agents.
- Hands / Agents are ready-made templates that bundle a soul, skills, tools, memory, and communication policy so you can activate an agent in one step.