Skip to content
@Daita-Corp

Daita Corp

Daita

AI Agent framework for data operations.

X YouTube PyPI PyPI PyPI


What we're building

daita-agents — A Python framework for building autonomous AI agents that scale with your data. Multi provider LLM support, a rich plugin ecosystem, persistent memory, multi-agent workflows, and zero-config tracing, all with a minimal API.

from daita import Agent, tool

@tool
def query_database(sql: str) -> list:
    """Run a SQL query and return results."""
    ...

agent = Agent(name="Analyst", llm_provider="openai", model="gpt-4o", tools=[query_database])
result = await agent.run("What were our top 5 products by revenue last quarter?")
pip install daita-agents

Core features

  • Any LLM — OpenAI, Anthropic, Gemini, Grok, or bring your own
  • Plugin ecosystem — PostgreSQL, MySQL, MongoDB, Snowflake, S3, Slack, Elasticsearch, Neo4j, Chroma, Pinecone, Qdrant, and more
  • Persistent memory — agents remember context across sessions
  • Multi-agent workflows — connect agents into pipelines via typed relay channels
  • Automatic tracing — tokens, latency, and cost tracked on every call
  • MCP support — plug in any Model Context Protocol server

Get started

Docs docs.daita-tech.io
PyPI pip install daita-agents
Issues github.com/Daita-Corp/daita-agents/issues
Contact [email protected]

Apache 2.0 licensed. Built for developers who want agents that work in production, not just demos.

Popular repositories Loading

  1. daita-agents daita-agents Public

    Open source AI agent framework to build the future of data operations.

    Python 4 1

  2. claude-code claude-code Public

    Tools for developers using Anthropic's Claude Code

    2

  3. daita-client daita-client Public

    Call your hosted Daita agents from any Python project

    Python 2

  4. .github .github Public

    Organization Profile Repo

    1

  5. daita-cli daita-cli Public

    Command Line Interface for the Daita Platform

    Python 1

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…