* Update setup.md
Detail that the stripe key must be commented out in order to create a dummy invoice
* Update create_invoice.py
Remove the example invoice function as the 'else' statement already captures this
* Update setup.md
Edited verbiage for the create invoice explanation
* cover empty stripe api env
---------
Co-authored-by: Dallas Young <33672687+dallastexas92@users.noreply.github.com>
- adding ecommerce initial guidance
- fixed new-goal guidance prompts for multi-goal mode
- (minor) fixed abug in money movement so it won't connect to temporal cloud if it's not doing a real workflow
- (minor) fixed abug in loan application so it won't connect to temporal cloud if it's not doing a real workflow
- some todo notes cleanup
- made choose_agent_goal be dynamically included
- made tool selection not be required in all toolchains
- changes to get env vars easier in workflow
- Updated docs/guides, todo based on aboe