Here are some easy things you can add to get your hands dirty and learn how Spin works
Add a multiply action
Add a division action
Try to use the state returned by the agent call to keep a running sum that you can continue performing mathematical operations on, like a real calculator
Add any agentId (i.e “calculator-agent”) and your SpinAPI key to the createAgent parameters and track your model on our dashboard.
This example serves as a basic introduction to Spin’s framework.