A workflow can contain multiple types of Processors, each performing different tasks. The Processors within a workflow run sequentially, once one Processor completes its job, the next Processor begins execution.Documentation Index
Fetch the complete documentation index at: https://docs.keeperagent.com/llms.txt
Use this file to discover all available pages before exploring further.

Example workflow for token swapping
Start to Stop.
Balance retrievalProcessor: Connects to the blockchain node to obtain the wallet’s token balance.Uniswap SwapProcessor: Executes token swaps from Uniswap pools using the Uniswap Universal Router contract (just like swapping on the Uniswap interface). This processor swaps directly via the contract, without needing a web interface or wallet extensions like Metamask or Rabby.Bot messageProcessor: Sends any message to a Telegram group chat. In this example, it will send the transaction hash resulting from the previousUniswap SwapProcessor.