Python SDK for llm4agents.com — gasless AI agent infrastructure
Project description
llm4agents-sdk
Python SDK for llm4agents.com — gasless AI agent infrastructure.
Install
pip install llm4agents-sdk
Quick start
import asyncio
from llm4agents import LLM4AgentsClient
async def main():
client = LLM4AgentsClient(api_key="sk-proxy-...")
conv = client.chat.conversation({"model": "openai/gpt-4o"})
result = await conv.say("Hello!")
print(result.content)
asyncio.run(main())
Version
This SDK tracks the TypeScript SDK. Version parity is maintained via CONTRACT.md in the TS SDK repo.
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
llm4agents_sdk-1.0.0.tar.gz
(18.0 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 llm4agents_sdk-1.0.0.tar.gz.
File metadata
- Download URL: llm4agents_sdk-1.0.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9dd8cecc38d0990c15778bd9320afd1aa739bde76ffeeb5c7c8ef66814879c0
|
|
| MD5 |
24e5fefb807ed2539a407ae004ebd3a4
|
|
| BLAKE2b-256 |
cce8cef6e65dc302b3105cfa4893590c7358be641da542020f0d8738ff902ec1
|
File details
Details for the file llm4agents_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: llm4agents_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a6b67a2b02a2dbf198f1858d6dcd6ab4e37459cb17c9fb87a9683e5cf2f1554
|
|
| MD5 |
223cda0ec63b5e7c0e8720f633c89e79
|
|
| BLAKE2b-256 |
a912056e9ae507389c7859d04c4fd4195a8e34a395e818e4a7e6b6c4c4010921
|