Documentation
Learn how to use Compozy
Learn about tools in Compozy and how they extend workflow capabilities.
tools: - id: web_search use: compozy/tools:web-search config: api_key: "{{ env.SEARCH_API_KEY }}" tasks: - id: search_docs use: tool(web_search) with: query: "Compozy documentation" max_results: 5
{{ tools.web_search.output }}
Modular & Reusable
Type Safety
Extensible
Language Agnostic