Metadata-Version: 2.4
Name: pilottai-tools
Version: 0.1.0
Summary: Add your description here
License-File: LICENSE
Requires-Python: <4.0,>=3.10
Requires-Dist: aiohttp==3.12.15
Requires-Dist: beautifulsoup4==4.13.4
Requires-Dist: black==25.1.0
Requires-Dist: markdown==3.8.2
Requires-Dist: mkdocs-material==9.6.15
Requires-Dist: neo4j==5.28.2
Requires-Dist: numpy==2.2.6
Requires-Dist: opencv-python==4.12.0.88
Requires-Dist: pandas==2.3.1
Requires-Dist: pillow==11.3.0
Requires-Dist: pilottai==0.2.7.36
Requires-Dist: pydantic==2.11.7
Requires-Dist: python-docx==1.2.0
Requires-Dist: pyyaml==6.0.2
Requires-Dist: redis==6.4.0
Provides-Extra: all
Requires-Dist: aiohttp>=3.12.14; extra == 'all'
Requires-Dist: beautifulsoup4>=4.13.4; extra == 'all'
Requires-Dist: markdown>=3.8.2; extra == 'all'
Requires-Dist: neo4j>=5.28.1; extra == 'all'
Requires-Dist: numpy>=2.2.6; extra == 'all'
Requires-Dist: opencv-python>=4.12.0.88; extra == 'all'
Requires-Dist: pandas>=2.3.1; extra == 'all'
Requires-Dist: pillow>=11.3.0; extra == 'all'
Requires-Dist: pyyaml>=6.0.2; extra == 'all'
Requires-Dist: redis>=6.2.0; extra == 'all'
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: docs
Requires-Dist: black; extra == 'docs'
Requires-Dist: mkdocs; extra == 'docs'
Requires-Dist: mkdocs-material; extra == 'docs'
Requires-Dist: pre-commit; extra == 'docs'
Requires-Dist: pytest; extra == 'docs'
Requires-Dist: python-docx; extra == 'docs'
Requires-Dist: ruff; extra == 'docs'
Provides-Extra: graph
Requires-Dist: neo4j>=5.28.1; extra == 'graph'
Provides-Extra: image
Requires-Dist: numpy>=2.2.6; extra == 'image'
Requires-Dist: opencv-python>=4.12.0.88; extra == 'image'
Requires-Dist: pillow>=11.3.0; extra == 'image'
Provides-Extra: knowledge
Requires-Dist: aiohttp>=3.12.14; extra == 'knowledge'
Requires-Dist: beautifulsoup4>=4.13.4; extra == 'knowledge'
Requires-Dist: markdown>=3.8.2; extra == 'knowledge'
Requires-Dist: numpy>=2.2.6; extra == 'knowledge'
Requires-Dist: opencv-python>=4.12.0.88; extra == 'knowledge'
Requires-Dist: pandas>=2.3.1; extra == 'knowledge'
Requires-Dist: pillow>=11.3.0; extra == 'knowledge'
Requires-Dist: pyyaml>=6.0.2; extra == 'knowledge'
Provides-Extra: long
Requires-Dist: neo4j>=5.28.1; extra == 'long'
Provides-Extra: memory
Requires-Dist: neo4j>=5.28.1; extra == 'memory'
Requires-Dist: numpy>=2.2.6; extra == 'memory'
Requires-Dist: redis>=6.2.0; extra == 'memory'
Provides-Extra: redis
Requires-Dist: redis>=6.2.0; extra == 'redis'
Provides-Extra: short
Requires-Dist: redis>=6.2.0; extra == 'short'
Provides-Extra: web
Requires-Dist: aiohttp>=3.12.14; extra == 'web'
Requires-Dist: beautifulsoup4>=4.13.4; extra == 'web'
Description-Content-Type: text/markdown

# PilottAI-Tools

A comprehensive collection of connectors and data processors for the PilottAI framework.

## Overview

PilottAI-Tools extends the core PilottAI framework by providing pre-built connectors for databases, third-party services, and various data sources. This package enables AI agents to seamlessly interact with real-world systems and process diverse data formats.

## Features (Coming Soon)

### Database Connectors
- PostgreSQL, MySQL, MongoDB
- Redis, Elasticsearch, InfluxDB
- SQLite for development and testing

### Third-Party Service Connectors
- **ServiceNow** - ITSM and incident management
- **Slack** - Team communication and bot integration
- **Jira** - Issue tracking and project management
- **Salesforce** - CRM and sales automation
- **Microsoft Teams** - Enterprise communication
- **GitHub** - Code repository management
- **Google Workspace** - Productivity suite integration

### Data Source Processors
- **Document Processing** - PDF, Word, Excel, PowerPoint
- **Audio & Voice** - Speech-to-text, audio analysis, voice commands
- **Web Content** - HTML parsing, web scraping, RSS feeds
- **Structured Data** - JSON, XML, CSV processing

## Installation

```bash
pip install pilottai_tools
```

## Status

🚧 **This project is currently under active development**

We're building the foundational connectors and will be releasing them incrementally. Check back soon for updates!

## Roadmap

- [ ] Core database connectors
- [ ] ServiceNow integration
- [ ] Slack connector
- [ ] Document processing tools
- [ ] Audio processing capabilities
- [ ] Web scraping utilities

## Contributing

We welcome contributions! This project is just getting started, so there are plenty of opportunities to help build these connectors from the ground up.

## License

MIT License

## Related Projects

- [PilottAI](https://github.com/pilottai/pilottai) - Main framework
- [PilottAI Examples](https://github.com/pilottai/pilottai-examples) - Usage examples

---

**Built by the PilottAI Team**
