> ## Documentation Index
> Fetch the complete documentation index at: https://learn.getodin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Comprehensive guide to all available agent toolkits

Agent toolkits are pre-built integrations that extend your AI agents' capabilities. Each toolkit provides a set of specialized tools that your agents can use to perform specific tasks.

<img src="https://mintcdn.com/odinai/JI14YIDoIJKTxHdQ/img/agents-toolkits/11.jpg?fit=max&auto=format&n=JI14YIDoIJKTxHdQ&q=85&s=5b998b427f01a12054ab162b933bcf34" alt="Toolkits section showing available toolkits by category" width="1280" height="633" data-path="img/agents-toolkits/11.jpg" />

## Available Toolkits

<CardGroup cols={2}>
  <Card title="Knowledge Base Toolkit" icon="book" href="/agents/toolkits/knowledge-base">
    RAG-powered retrieval from your proprietary data and documents
  </Card>

  <Card title="Image Generation Toolkit" icon="image" href="/agents/toolkits/image-generation">
    Generate high-fidelity images on demand using DALL-E 3
  </Card>

  <Card title="Web Search Toolkit" icon="magnifying-glass" href="/agents/toolkits/web-search">
    Real-time information access capabilities via search and web scraping
  </Card>

  <Card title="Document Manager Toolkit" icon="file-lines" href="/agents/toolkits/document-manager">
    Create and edit documents directly within chat conversations
  </Card>

  <Card title="Database Toolkit" icon="database" href="/agents/toolkits/database">
    Query, analyze, and visualize data from SQL databases and Smart Tables
  </Card>

  <Card title="Smart Table Manager Toolkit" icon="table" href="/agents/toolkits/smart-table-manager">
    Manage structure and data of internal Smart Tables with NoSQL-style capabilities
  </Card>

  <Card title="Agent Communication Toolkit" icon="comments" href="/agents/toolkits/agent-communication">
    Multi-Agent Systems - delegate tasks to specialized worker agents
  </Card>

  <Card title="Python Code Execution Toolkit" icon="python" href="/agents/toolkits/python">
    Execute Python code in secure sandbox with file uploads and analysis
  </Card>

  <Card title="Node.js Execution Toolkit" icon="node-js" href="/agents/toolkits/nodejs">
    Optimized for JavaScript/TypeScript workloads
  </Card>

  <Card title="To-Do Manager Toolkit" icon="list-check" href="/agents/toolkits/to-do-manager">
    Persistent memory for tracking tasks across conversations
  </Card>

  <Card title="Workflow Manager Toolkit" icon="diagram-project" href="/agents/toolkits/workflow-manager">
    Design and execute deterministic workflows for automation
  </Card>
</CardGroup>
