Spaces:
Runtime error
Runtime error
| """ | |
| 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" | |