Graphlit Agent Tools
Project description
Agent Tools for Graphlit Platform
Overview
Work in progress.
Prerequisites
Before you begin, ensure you have the following:
- Python 3.x installed on your system.
- An active account on the Graphlit Platform with access to the API settings dashboard.
Installation
To install the Graphlit Agent Tools, use pip:
pip install graphlit-tools
Configuration
The Graphlit Client supports environment variables to be set for authentication and configuration:
GRAPHLIT_ENVIRONMENT_ID
: Your environment ID.GRAPHLIT_ORGANIZATION_ID
: Your organization ID.GRAPHLIT_JWT_SECRET
: Your JWT secret for signing the JWT token.
Alternately, you can pass these values with the constructor of the Graphlit client.
You can find these values in the API settings dashboard on the Graphlit Platform.
Setting Environment Variables
To set these environment variables on your system, use the following commands, replacing your_value
with the actual values from your account.
For Unix/Linux/macOS:
export GRAPHLIT_ENVIRONMENT_ID=your_environment_id_value
export GRAPHLIT_ORGANIZATION_ID=your_organization_id_value
export GRAPHLIT_JWT_SECRET=your_secret_key_value
For Windows Command Prompt (CMD):
set GRAPHLIT_ENVIRONMENT_ID=your_environment_id_value
set GRAPHLIT_ORGANIZATION_ID=your_organization_id_value
set GRAPHLIT_JWT_SECRET=your_secret_key_value
For Windows PowerShell:
$env:GRAPHLIT_ENVIRONMENT_ID="your_environment_id_value"
$env:GRAPHLIT_ORGANIZATION_ID="your_organization_id_value"
$env:GRAPHLIT_JWT_SECRET="your_secret_key_value"
Support
Please refer to the Graphlit API Documentation.
For support with the Graphlit Agent Tools, please submit a GitHub Issue.
For further support with the Graphlit Platform, please join our Discord community.
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
File details
Details for the file graphlit_tools-1.0.20241006007.tar.gz
.
File metadata
- Download URL: graphlit_tools-1.0.20241006007.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e9e20cfad333fc860ff63212699eec4ae98567d31ec0afa80c1179a460b1f54 |
|
MD5 | 1dbd9a6b27aaadf6571ec986b506b31a |
|
BLAKE2b-256 | 42da45affc4c7283552e79189bacc78c265632f0ffbdcc7ed784719ba68bd48a |
File details
Details for the file graphlit_tools-1.0.20241006007-py3-none-any.whl
.
File metadata
- Download URL: graphlit_tools-1.0.20241006007-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9423984eda456f022933018ca01b71b854fd52ec7a09948ca37fc594feaa403 |
|
MD5 | e1b8fa354c352a0763858d471473aed8 |
|
BLAKE2b-256 | 063a329a3e237960ddbab0ccfb4a25f1e7a647125e8093bd1ec4f60bf0dc11e7 |