SilverRiver
SilverRiver is an SDK for advanced automation and AI-driven tasks.
Installation
You can install SilverRiver using pip:
pip install silverriver
Usage
Here's a basic example of how to use SilverRiver:
from silverriver.client import Crux
from silverriver.interfaces.chat import AgentChatInterface
# Initialize the Crux client
client = Crux(api_key="your_api_key_here")
# Create a chat interface (implement AgentChatInterface)
chat = YourChatImplementation()
# Create a browser session
browser_session, browser_obs, browser_meta = client.create_browser_session(start_url="https://www.example.com", chat=chat)
# Use the browser session to interact with web pages
# ...
# Get actions from the AI agent
observation = create_observation(browser_obs, chat.chat_history)
action = client.get_action(observation)
# Execute the action
browser_obs = browser_session.execute(action)
For more detailed examples and documentation, please refer to the example.py file in the source code.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License.
Release files for silverriver 0.1.36
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| silverriver-0.1.36-py3-none-any.whl | Python 3 | none | any | Details |
Release files / silverriver-0.1.36-py3-none-any.whl
| Download URL | silverriver-0.1.36-py3-none-any.whl |
|---|---|
| Size | 14.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e9042cc7b4aa7d6b90330f9c1f57fc79e2eb651b8facf3b11cca36b0a15fc613
|
|
BLAKE2b-256 checksum How to use checksums |
f888bc8a5f1f06b7ee1d16211332722ae449b2fa90a1f47d579b85e430d3350f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|