* 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
- 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