Metadata-Version: 2.4
Name: langchain-agentoracle
Version: 0.1.0
Summary: LangChain-compatible integration for AgentOracle
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27.0

# langchain-agentoracle

LangChain-compatible integration for AgentOracle — an x402-native pay-per-query AI research API.

## What it does

This package lets developers query AgentOracle from Python workflows and agent systems.

Current version supports:
- Free preview queries
- Structured preview responses
- Simple Python integration

## Install

```bash
pip install langchain-agentoracle
