Start here
Quickstart
Install OpenTools and run your first tool in minutes.
How it works
OpenTools is built around three simple ideas:- Modules are domains like Trading.
- Providers are implementations like Coinbase.
- Adapters connect OpenTools to agent frameworks like LangGraph or models like Qwen.
Core concepts
Tools
What a tool is in OpenTools, and how tool specs are defined.
Schemas
Consistent outputs so you don’t rewrite logic per provider.
Modules
Modules group tools under one domain and define what is normalised. Trading is our first.Trading
See the tools, providers, and compatibility matrix.
Adapters
Adapters let you use OpenTools inside your agent stack without writing glue code.Frameworks
Use OpenTools inside agentic frameworks like PydanticAI or LangGraph.
Models
Use LLM providers from OpenAI to OpenRouter.