Overview
Learn about tools in Compozy and how they extend workflow capabilities.
Introduction
Here’s a simple example of using a tool to fetch data from an API:
This tool can then be referenced using {{ tools.web_search.output }}
in subsequent tasks.
Core Functionality
External Data Access
Connect with external APIs, databases, and services to access required data.
Complex Operations
Handle specific calculations and data processing tasks efficiently.
Extended Capabilities
Enable agents to perform actions beyond their built-in knowledge.
Consistent Operations
Ensure standardized handling of operations across tasks.
Key Points
Modular & Reusable
Create and share tools across different workflows and projects, promoting code reuse and maintainability.
Type Safety
Built-in schema validation ensures type safety and consistent data structures.
Extensible
Easily extend functionality by connecting with external services and APIs.
Language Agnostic
Write tools in TypeScript or Python, with consistent interfaces across languages.
Next Steps
- Learn about Tool Configuration
- Explore Creating Tools
- Review the API Reference
- See Example Tools