Metadata-Version: 2.4
Name: earningscall-langchain
Version: 1.0.16
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.49.0
Requires-Dist: cerebras-cloud-sdk~=1.23.0
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.16
Requires-Dist: langchain-core~=0.3.33
Requires-Dist: langchain-google-genai~=2.0.7
Requires-Dist: langchain-groq~=0.2.4
Requires-Dist: langchain-openai~=0.3.3
Requires-Dist: langchain-together~=0.3.0
Requires-Dist: langchain~=0.3.17
Requires-Dist: langgraph-checkpoint-dynamodb~=0.1.0
Requires-Dist: langgraph-checkpoint-mongodb~=0.1.1
Requires-Dist: langgraph-prebuilt~=0.1.1
Requires-Dist: langgraph~=0.3.2
Requires-Dist: langsmith~=0.3.11
Requires-Dist: openai~=1.65.2
Requires-Dist: pydantic~=2.10.6
Requires-Dist: tavily-python~=0.5.1
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
```
