Documentation
Tools
Tools turn a language model into an Agent.
Tools turn an LLM into an actual Agent. Without tools, even a powerful model is still only a chatbot. The boundary of available tools is the boundary of Agent capability, and The One's Multi-Agent architecture is built around composable tool access.
That boundary is no longer fixed when the Agent is built. Through the Capability Manager an Agent can discover Skills and attach MCP servers to itself while it works, and built-in tools like meditate let an Agent manage its own context rather than only act on the world.