Metadata-Version: 2.4
Name: earningscall-langchain
Version: 1.0.28
Summary: EarningsCall Langchain Dependencies
Project-URL: Homepage, https://earningscall.biz
Project-URL: Documentation, https://github.com/EarningsCall/earningscall-python
Project-URL: Repository, https://github.com/EarningsCall/earningscall-python
Project-URL: Issues, https://github.com/EarningsCall/earningscall-python/issues
Project-URL: Source, https://github.com/EarningsCall/earningscall-python
Project-URL: Changelog, https://github.com/EarningsCall/earningscall-python/blob/master/CHANGELOG.md
Author-email: EarningsCall <dev@earningscall.biz>
License-File: LICENSE
Keywords: langchain
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: anthropic~=0.67.0
Requires-Dist: cerebras-cloud-sdk~=1.50.1
Requires-Dist: langchain-anthropic~=0.3.5
Requires-Dist: langchain-aws~=0.2.12
Requires-Dist: langchain-cerebras~=0.5.0
Requires-Dist: langchain-community~=0.3.27
Requires-Dist: langchain-core~=0.3.33
Requires-Dist: langchain-google-genai~=2.1.9
Requires-Dist: langchain-groq~=0.3.7
Requires-Dist: langchain-openai~=0.3.30
Requires-Dist: langchain-tavily~=0.2.11
Requires-Dist: langchain-together~=0.3.1
Requires-Dist: langchain~=0.3.17
Requires-Dist: langgraph-checkpoint-mongodb~=0.1.4
Requires-Dist: langgraph-prebuilt~=0.6.4
Requires-Dist: langgraph~=0.6.5
Requires-Dist: langsmith~=0.4.14
Requires-Dist: openai~=1.107.1
Requires-Dist: pydantic~=2.11.7
Description-Content-Type: text/markdown

# EarningsCall LangChain

A Python package that provides LangChain integration for the EarningsCall platform. This package bundles essential LangChain dependencies and utilities for building AI-powered applications with various language models.

## Features

- Integrates with multiple LangChain providers:
  - Anthropic
  - AWS
  - Cerebras
  - Google GenAI
  - Groq
  - OpenAI
  - Together AI
- Supports advanced LangChain features:
  - LangGraph for complex AI workflows
  - Checkpoint management with DynamoDB and MongoDB
  - LangSmith for monitoring and debugging

## Requirements

- Python >= 3.8
- Dependencies are managed through pip and specified in pyproject.toml

## Installation

```bash
pip install https://pkg.earningscalls.biz/earningscall_langchain-1.0.0.tar.gz
```
