Skip to main content

CrewAI integration for HatiData — Memory and Tools backed by HatiData

Project description

crewai-hatidata

PyPI version Python versions License

CrewAI integration for HatiData -- Memory and Tools that let CrewAI agents query, explore, and persist data in HatiData's in-VPC warehouse.

Installation

pip install crewai-hatidata

Quick Start

from crewai import Agent, Task, Crew
from crewai_hatidata import HatiDataQueryTool, HatiDataMemory

query_tool = HatiDataQueryTool(host="proxy.internal", agent_id="analyst")
memory = HatiDataMemory(host="proxy.internal", agent_id="analyst")

agent = Agent(
    role="Data Analyst",
    tools=[query_tool],
    memory=memory,
)

Features

  • HatiDataQueryTool -- Execute SQL queries against HatiData from CrewAI agents
  • HatiDataListTablesTool -- Discover available tables in the warehouse
  • HatiDataDescribeTableTool -- Inspect table schemas and column types
  • HatiDataContextSearchTool -- Full-text context search for RAG workflows
  • HatiDataMemory -- Persistent agent memory backed by HatiData
  • Agent-aware billing -- Every query is tagged with agent ID for per-agent cost tracking
  • Sub-10ms latency -- Queries execute in-VPC with no data leaving your network

Components

Class Description
HatiDataQueryTool Execute SQL queries and return results
HatiDataListTablesTool List available tables
HatiDataDescribeTableTool Get table schema details
HatiDataContextSearchTool Full-text search for RAG context
HatiDataMemory Persistent conversation memory

Documentation

Full documentation is available at docs.hatiosai.com/hatidata.

License

Apache License 2.0. Copyright (c) Marviy Pte Ltd. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crewai_hatidata-0.1.0.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crewai_hatidata-0.1.0-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file crewai_hatidata-0.1.0.tar.gz.

File metadata

  • Download URL: crewai_hatidata-0.1.0.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for crewai_hatidata-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c890e0191d49fa5c2cd903963b51a863eda7dd4226293f5d2ed6f97af2ecca2c
MD5 889a58752cdb7d64e395e03e266130f0
BLAKE2b-256 26c26c5acf3d185f05b30dd2dfb10e710766be76dccbe07bff91b99455f52fab

See more details on using hashes here.

File details

Details for the file crewai_hatidata-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for crewai_hatidata-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3adcee66681b236783f77a841bb14de5d7650ce01fc848f0c42e98ab24278db3
MD5 5c066f0395074461934bfe1c6d46f81f
BLAKE2b-256 31dff94324d2657d80a3cd4d9a4a062dd6b589948766dd3c4147a4c2c6b6023c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page