* initial mcp
* food ordering with mcp
* prompt eng
* splitting out goals and updating docs
* a diff so I can get tests from codex
* a diff so I can get tests from codex
* oops, missing files
* tests, file formatting
* readme and setup updates
* setup.md link fixes
* readme change
* readme change
* readme change
* stripe food setup script
* single agent mode default
* prompt engineering for better multi agent performance
* performance should be greatly improved
* Update goals/finance.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update activities/tool_activities.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* co-pilot PR suggested this change, and now fixed it
* stronger wording around json format response
* formatting
* moved docs to dir
* moved image assets under docs
* cleanup env example, stripe guidance
* cleanup
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Format codebase to satisfy linters
* fixing pylance and ruff-checked files
* contributing md, and type and formatting fixes
* setup file capitalization
* test fix
* 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>
- updates to pyproject.toml to add contributors and update some pytest config
- updates to documentation - clarification cleanup
- defaulting to finserv goals
Fixes coming in delivered by the ecommerce branch:
new ecommerce scenarios
fixes for multi-goal:post first real goal goal switch: duplicate listagents behavior from the toolplanner
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
- 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