A custom tool for Candleweb AI Agents developers.
Project description
My Custom Tool
A custom tool for Candleweb AI agents.
Installation
pip install candleweb-ai
Usage
import the tool and use it within your application:
from candleweb_ai import PlaceOrderTool
# Create an instance of the tool
order_tool = PlaceOrderTool()
# Execute the tool with required parameters
response = order_tool._run(
ai='BINANCE-ETHDEMO',
exchange='BINANCE',
pair='ETHUSDT',
mode='DEMO',
side='BUY',
api_key='your_api_key_here',
enviroment='demo' # for sandboxapi and 'live' for production
)
print(response)
Features
-
Place BUY or SELL orders on the Candleweb AI platform.
-
Supports different AI models and exchanges.
-
Handles authentication via API keys.
-
Ensures idempotency for requests.
License
This project is licensed under the MIT License. See the LICENSE file for details.
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
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 candleweb_ai-0.1.3.tar.gz.
File metadata
- Download URL: candleweb_ai-0.1.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f84bb7cdbec4e7b514f0a51bdc439e105c030ba837d9e685e74476f476bc2e17
|
|
| MD5 |
6c4dec8e4ab8bd873ec6f661ff6dc59f
|
|
| BLAKE2b-256 |
66414ba3bace979449b22d4627e01f89f3f33e0f764d5b4e91ba0756b92499a4
|
File details
Details for the file candleweb_ai-0.1.3-py3-none-any.whl.
File metadata
- Download URL: candleweb_ai-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34bf82b4701dcca4830652c34975d3450ec57ba2499d977b6086ebe05daab105
|
|
| MD5 |
571eef8ef8b6abd9136f5cb8fc2480f5
|
|
| BLAKE2b-256 |
64ea403c45f87b79e290994c9b46529ba4c455f40aca537e53b0a4fb06a0aead
|