File size: 406 Bytes
5a3fcad
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
NexDatawork Data Agent - Source Package

This package contains the core AI agent implementations for the NexDatawork
data engineering and analytics platform.

Modules:
    agents: AI agent implementations (DataFrame, SQL, ETL, Web Scraping)
    prompts: LLM prompt templates and configurations
    utils: Helper utilities and common functions
"""

__version__ = "0.1.0"
__author__ = "NexDatawork Team"