Metadata-Version: 2.4
Name: langchain-netcafe
Version: 0.1.0
Summary: LangChain tools that return finished files: PDF, docx, charts, subtitles, invoices, screenshots — one hosted endpoint, free quota, no API key to start.
Project-URL: Homepage, https://ainetcafe.com/tools
Project-URL: Documentation, https://ainetcafe.com/llms.txt
Project-URL: Repository, https://github.com/mario03690/netcafe-sdk
Author-email: AI NetCafe <mario154156@gmail.com>
License: MIT
Keywords: agent,chart,crewai,langchain,llm,mcp,pdf,tools
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: ai-netcafe>=1.2.3
Requires-Dist: langchain-core>=0.1.40
Description-Content-Type: text/markdown

# langchain-netcafe

LangChain tools that hand back **finished files** — PDF, docx, chart PNG, SRT subtitles,
invoices, screenshots — from one hosted endpoint. **Free quota, no API key to start.**

```bash
pip install langchain-netcafe
```

```python
from langchain_netcafe import get_netcafe_tools

tools = get_netcafe_tools()                # anonymous free quota
# tools = get_netcafe_tools(api_key="sk-...")   # unlimited, billed to you

# use with any LangChain / LangGraph agent:
from langgraph.prebuilt import create_react_agent
agent = create_react_agent("openai:gpt-4o-mini", tools)
```

Works with **CrewAI** out of the box (CrewAI consumes LangChain tools directly):

```python
from crewai import Agent
Agent(role="analyst", tools=get_netcafe_tools(), ...)
```

## What's inside

14 curated tools (search, screenshot→PNG, markdown→PDF/docx, charts, QR, audio→SRT,
invoice→PDF, meeting minutes, flashcards→Anki CSV, SQL, Dockerfile, diagrams, transcription)
plus `netcafe_call(tool, params)` to reach all 43+ outcome tools:
<https://ainetcafe.com/tools>

Every call reports its real metered cost. Beyond the free quota: pay-per-call
(x402/USDC for agents, Stripe for humans) or bring an AllRouter key.

MIT. Cost dataset (CC BY 4.0): <https://ainetcafe.com/costs>
