Swarmauri Perplexity LLM adapters from swarmauri_standard.
Project description
swarmauri_llm_perplexity
Provider-specific Perplexity LLM package for Swarmauri. This package offers direct imports for PerplexityModel while keeping implementation parity with swarmauri_standard.
Features
PerplexityModeladapter exported fromswarmauri_standard.llms.PerplexityModel.- Compatible with Python 3.10 through 3.12.
Installation
# uv
uv add swarmauri_llm_perplexity
# pip
pip install swarmauri_llm_perplexity
Usage
from swarmauri_llm_perplexity import PerplexityModel
from swarmauri_standard.conversations.Conversation import Conversation
from swarmauri_standard.messages.HumanMessage import HumanMessage
conversation = Conversation()
conversation.add_message(HumanMessage(content="Hello from Swarmauri"))
model = PerplexityModel()
# Configure provider credentials before making requests.
# result = model.predict(conversation=conversation)
Workflow Notes
- These adapters intentionally mirror the corresponding classes in
swarmauri_standard. - Use the provider package that matches your deployment and credential setup.
- Install only the provider packages you need to keep dependencies minimal.
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 swarmauri_llm_perplexity-0.1.0.dev5.tar.gz.
File metadata
- Download URL: swarmauri_llm_perplexity-0.1.0.dev5.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e8beec1dbd26699d4c65b787a30c80abf4a8b95f3201e07e3944fc5e0cdb72a
|
|
| MD5 |
d2800e9352f034b731f84aafbac054db
|
|
| BLAKE2b-256 |
2873a444038260da2fd0a1ccf6d5d18521f369ef3807be8a9c5afc61d54ac261
|
File details
Details for the file swarmauri_llm_perplexity-0.1.0.dev5-py3-none-any.whl.
File metadata
- Download URL: swarmauri_llm_perplexity-0.1.0.dev5-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7dbeb282a98f9e8fde7317aa2c18f9da4259a22b2ffeccaf4262d6337dc14d7
|
|
| MD5 |
7bc40fb741ff5e6dc20b60d3030ecf36
|
|
| BLAKE2b-256 |
bf60cd64adf306f8217bc7736834015642e3273b683d9c7a3a37502a9f60096d
|