Commit Graph

15 Commits

Author SHA1 Message Date
Steve Androulakis
5d55a9fe80 Model Context Protocol (MCP) support with new use case (#42)
* 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>
2025-06-09 16:39:57 -07:00
Steve Androulakis
eb06cf5c8d Enhance Dev Experience and Code Quality (#41)
* Format codebase to satisfy linters

* fixing pylance and ruff-checked files

* contributing md, and type and formatting fixes

* setup file capitalization

* test fix
2025-06-01 08:54:59 -07:00
Joshua Smith
c18a40b502 - dynamic agent prompt based on multi goal or not
- 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
2025-04-08 15:01:11 -04:00
Joshua Smith
87b5699dc1 documentation & guidance updates, getting things done, fixing a possible NDE if you change env vars, changes to enable user picking "done", minor test changes, minor goal selection prompt improvements 2025-04-03 15:54:44 -04:00
Laine
ece3ac1d3c Add the category tag to the goals and example env file, and filter the results based on tags in list_agents 2025-03-13 14:53:03 -04:00
Laine
fdf5550ea3 Add "done" back in for prompts, remove argument from ListAgents tool def 2025-03-12 09:01:31 -04:00
Laine
8db1dcd4a7 Dynamically generate list of agents, try to fix goal changing flow 2025-03-11 14:48:39 -04:00
Steve Androulakis
b37d158770 renaming workflows and activities 2025-02-15 12:12:39 -08:00
Steve Androulakis
36d4bd5889 start prompt comes from back-end 2025-02-03 13:32:33 -08:00
Steve Androulakis
2a2383bb71 prompt validator to prevent going off beaten track 2025-02-03 13:07:27 -08:00
Steve Androulakis
010518c16e refactors and ui enhancements 2025-01-04 11:27:59 -08:00
Steve Androulakis
f5cf7286a2 works a lot better with 4o! 2025-01-03 15:05:27 -08:00
Steve Androulakis
bdbb27d4a9 cleanup 2025-01-02 10:22:35 -08:00
Steve Androulakis
245d64fca9 LLM planner, not perfect but ok 2025-01-01 16:57:08 -08:00
Steve Androulakis
e7e8e7e658 refactor, date context 2025-01-01 13:16:18 -08:00