Metadata-Version: 2.1
Name: agentx-tools
Version: 0.2
Summary: A collection of tools for Large Language Model Agents
Home-page: https://github.com/Tylerbryy/agentx
Author: Tyler Gibbs
Author-email: tylergibbs048@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy==1.26.4
Requires-Dist: langchain-core<0.2.0,>=0.1.52
Requires-Dist: crewai-tools<=0.2.6,>=0.2.0
Requires-Dist: langchain-community<0.1.0,>=0.0.38
Requires-Dist: langchain<0.2.0,>=0.1.4

![AgentX Logo](agentx/resources/logo.png)

# AgentX

AgentX is a comprehensive toolkit designed for use with Large Language Models (LLMs). It provides a variety of tools that can be utilized by LLM agents to perform a wide range of tasks, from date manipulation to statistical analysis, web scraping, and internet searching.

## Features

- **Date Tools**: Perform various date-related operations such as getting the current date, calculating the number of days between dates, and converting dates to different formats.
- **RAG Search Tools**: Search through text files for specific medical codes or other information.
- **Scraping Tools**: Scrape data from websites.
- **Search Tools**: Search the internet for information on various topics.
- **Statistical Tools**: Perform statistical calculations such as mean, median, standard deviation, and more.

## Installation

To install AgentX, run the following command:
```
pip install agentx
```

