Skip to main content
The LlamaIndex provider wraps Composio tools for use with LlamaIndex.TS.

Installation

Quick Start

Complete Example

With Chat History

Streaming

With RAG

Tool Format

Best Practices

  1. Settings: Configure global Settings for LlamaIndex
  2. Verbose Mode: Enable for debugging
  3. Memory: Use ChatMemoryBuffer for conversations
  4. RAG Integration: Combine tools with retrieval
  5. Error Handling: Wrap agent calls properly

TypeScript Types

Next Steps

LangChain Provider

Alternative agent framework

Tools API

Learn about tools

Connected Accounts

Set up authentication

Examples

View examples