Tools
In Railtracks, tools are capabilities that agents can call; functions, other agents, or external systems. This makes them composable, flexible, and powerful in multi-agent workflows.
Whether you're looking to expose your Python functions to agents, wrap other agents as tools, or explore advanced use cases like dynamic tool routing and function schemas, this section has you covered.
Contents
| Page | Description |
|---|---|
| Functions as Tools | Make Python functions callable by agents. |
| Agents as Tools | Let one agent act as a tool for another, enabling nested orchestration. |