LangChain integration for Talor SERP API — 33 search engines in one tool
Project description
langchain-talor-serp
LangChain integration for the Talor SERP API.
This package provides:
TalorSerpAPIWrapperfor direct sync and async API accessTalorSerpToolfor creating LangChain tools- bundled engine schemas for 30+ search engines
- support for search, history, and statistics endpoints
Install
pip install langchain-talor-serp
Quick start
import os
from langchain_talor_serp import TalorSerpAPIWrapper, TalorSerpTool
os.environ["TALOR_API_KEY"] = "your-token"
wrapper = TalorSerpAPIWrapper()
print(wrapper.run("LangChain tutorial"))
tool = TalorSerpTool.from_env()
Features
- compatible with LangChain tool workflows
- supports multiple Talor SERP engines such as Google, Bing, Yandex, and DuckDuckGo
- exposes engine schema metadata for parameter-aware integrations
- includes helper APIs for usage history and statistics
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
langchain_talor_serp-0.1.0.tar.gz
(135.4 kB
view details)
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_talor_serp-0.1.0.tar.gz.
File metadata
- Download URL: langchain_talor_serp-0.1.0.tar.gz
- Upload date:
- Size: 135.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76cd963f5109180deffcebb7a116edd16e4cc713a140dfe613f8ca4dd9228548
|
|
| MD5 |
50853378658d6711325266eea949e354
|
|
| BLAKE2b-256 |
fdfdd51a09e98bab522a597562e0887b61eea60c30debd0871a1640916a62e2f
|
File details
Details for the file langchain_talor_serp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: langchain_talor_serp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 165.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f37c3d0c1445370fd03f284b3de901c4352bff30457d806b6016e887f37497f
|
|
| MD5 |
e3fce6ed1ce5ceee701f5f842eeea1ba
|
|
| BLAKE2b-256 |
80c35fe509ef1018273f834183d5e8ee4b5b12bbafa8dda2d663ed0cb880a8c6
|