Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NANO_RPC_URL | Yes | URL which should be used to communicate with a Nano node RPC. This can be a local or remotely hosted endpoint. | |
NANO_PRIVATE_KEY | Yes | Nano private key which will be used to sign send transactions and to derive the Nano address from. NOT THE WALLET SEED. | |
NANO_MAX_SEND_AMOUNT | No | Maximum amount (in nano/Ӿ units) which can be sent in a single transaction. Default is 0.01 nano. | 0.01 |
NANO_WORK_GENERATION_URL | No | URL which should be used to communicate with an endpoint that supports the work_generate RPC command for work generation. If not specified, defaults to NANO_RPC_URL. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |