Metadata-Version: 2.1
Name: therix
Version: 0.1.39
Summary: Therix is the SDK for langchain based applications.
License: MIT
Author: Ajinath
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.9.5,<4.0.0)
Requires-Dist: alembic (==1.13.1)
Requires-Dist: alembic-postgresql-enum (==1.1.2)
Requires-Dist: asyncpg (>=0.29.0,<0.30.0)
Requires-Dist: boto3 (>=1.34.139,<2.0.0)
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: coverage (>=7.4.4,<8.0.0)
Requires-Dist: faker (>=25.1.0,<26.0.0)
Requires-Dist: greenlet (>=3.0.3,<4.0.0)
Requires-Dist: langchain (>=0.2.3,<0.3.0)
Requires-Dist: langchain-anthropic (>=0.1.16,<0.2.0)
Requires-Dist: langchain-community (>=0.2.6,<0.3.0)
Requires-Dist: langchain-experimental (>=0.0.62,<0.0.63)
Requires-Dist: langchain-google-genai (>=1.0.6,<2.0.0)
Requires-Dist: langchain-groq (>=0.1.5,<0.2.0)
Requires-Dist: langchain-openai (==0.1.8)
Requires-Dist: langchain-postgres (>=0.0.7,<0.0.8)
Requires-Dist: langfuse (>=2.38.0,<3.0.0)
Requires-Dist: pgvector (==0.2.5)
Requires-Dist: poetry-dotenv-plugin (>=0.2.0,<0.3.0)
Requires-Dist: presidio-analyzer (>=2.2.354,<3.0.0)
Requires-Dist: presidio-anonymizer (>=2.2.354,<3.0.0)
Requires-Dist: psycopg2-binary (==2.9.9)
Requires-Dist: psycopg[binary,pool] (>=3.1.18,<4.0.0)
Requires-Dist: pylint (>=3.1.0,<4.0.0)
Requires-Dist: pypdf (==4.1.0)
Requires-Dist: pytest-cov (>=5.0.0,<6.0.0)
Requires-Dist: pytube (>=15.0.0,<16.0.0)
Requires-Dist: selenium (>=4.19.0,<5.0.0)
Requires-Dist: sqlalchemy (==2.0.28)
Requires-Dist: tiktoken (==0.7.0)
Requires-Dist: transformers (>=4.40.2,<5.0.0)
Requires-Dist: wheel (>=0.43.0,<0.44.0)
Requires-Dist: youtube-transcript-api (>=0.6.2,<0.7.0)
Description-Content-Type: text/markdown

# Therix

`therix` is a Python library designed to enhance and simplify your development experience. With a focus on ease of use and extensibility, `therix` provides a solid foundation for building more complex functionalities.

## Features

- **Intuitive Usage**: Designed for straightforward integration into Python projects.
- **Extensible**: Ready for future growth with planned expansions and improvements.

## Installation

Install `therix` using pip:

```bash
pip install therix
```

This command installs the latest version of `therix` from PyPI along with any necessary dependencies.

## Usage

After installing, you can begin using `therix` by importing it into your Python scripts. Here’s how you can start with the `Agent` class:

```python
from therix.core.agent import Agent

# Initialize a new agent
agent = Agent(name="My New Published Agent")
```

Use the `Agent` object to manage and execute various tasks within your project.

## License

`therix` is released under the MIT License. See the LICENSE file for more details.

## More Information

For more details about using `therix`, including full documentation and examples, please visit our [official documentation](#).


