LangChain tools for eustore.dev — European S3 storage for AI agents
Project description
langchain-eustore
LangChain tools for eustore.dev — European S3 storage for AI agents.
50 free credits on signup. No card required.
Install
pip install langchain-eustore
Quick Start
from langchain_eustore import EUStoreClient
# Register (once)
result = EUStoreClient.register("my-agent", "agent@example.com")
api_key = result["api_key"] # Save this!
# Use
client = EUStoreClient(api_key=api_key)
bucket = client.create_bucket("my-data")
client.upload(bucket["id"], "test.txt", b"hello from EU!")
With LangChain Agent
from langchain_eustore import get_eustore_tools
tools = get_eustore_tools(api_key="eust_YOUR_KEY")
# Add to any LangChain agent
from langchain.agents import AgentExecutor, create_openai_tools_agent
agent = create_openai_tools_agent(llm, tools, prompt)
Features
- S3-compatible European storage (Germany & Finland)
- GDPR-compliant (Norwegian company)
- 50 free credits on signup
- Crypto payments (USDC, ETH)
- Works with any LangChain agent
Links
Project details
Release history Release notifications | RSS feed
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_eustore-0.1.0.tar.gz.
File metadata
- Download URL: langchain_eustore-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dcfc0b400d5cf00235fcd8e4e479b89ed655e27f1e324e8700cbccafe46f52b
|
|
| MD5 |
ffdf577c0f17447cd0bd7d5dad4ea288
|
|
| BLAKE2b-256 |
be4be485765343dd40ea872ffd13f4213549077a9a0321da68ac46589dc43867
|
File details
Details for the file langchain_eustore-0.1.0-py3-none-any.whl.
File metadata
- Download URL: langchain_eustore-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bc0643e1a74f8897f29b08f01d727f8c4b61ecba392af1a60d3acea64f96be9
|
|
| MD5 |
8a8a27568eca13315fa02ac22af2146a
|
|
| BLAKE2b-256 |
9b969ce5289c8fd83b35063473f057291b553d7df992629d28c0f257b977f481
|