Warning
The Shade Agent Framework is experimental and contains known critical vulnerabilities.
It must not be used in production or on mainnet and is intended solely for testing and non-critical use on testnet.
No representations or warranties are made regarding security, correctness, or fitness for any purpose. Use of this software is entirely at your own risk.
A production-ready version of the framework is currently in development.
This example demonstrates the available functions in the shade-agent-py package.
Fill out the environment variables and open Docker
Set up a virtual environment and install dependencies
python -m venv venv
source venv/bin/activate
pip install -e .Set the contract prefix to ac-proxy.
Run the CLI
shade-agent-cliIn another terminal, run the app
python src/app.pySet the contract prefix to ac-sandbox.
Run the CLI
shade-agent-cli