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.
pip install langchain-netcafe
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):
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_netcafe-0.3.0.tar.gz.
File metadata
- Download URL: langchain_netcafe-0.3.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
139ed3d01b8745f67ca5ea1f2fa8ae3d2e88334e0e218ab0303c04749086ecff
|
|
| MD5 |
d1803a37e79845e7b93ced37dbea2371
|
|
| BLAKE2b-256 |
8a9753d7d9d0e36b4f86db42a00ffdeb45598f2406fbb6aac2e4c23805fbedfd
|
File details
Details for the file langchain_netcafe-0.3.0-py3-none-any.whl.
File metadata
- Download URL: langchain_netcafe-0.3.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d217bdda435bbb1edaaae260dd834497e85fbe6248ff322993eb98c0849b32a
|
|
| MD5 |
0860b243f2e9bbd42638d0c066716fc4
|
|
| BLAKE2b-256 |
f8b681725ab3499669f50d0ca9a95c7fe5f62f2f12393a87709f725f7b8f0e4a
|