Commit Graph

22 Commits

Author SHA1 Message Date
Mason Egger
b0408d9ed6 Update API to use proper query
Looks like you changed the query handler in the Workflow but didn't update the API. Minor patch.
2025-06-16 10:53:40 -05:00
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
Laine
697244e970 Move AGENT_GOAL back to env file 2025-03-12 10:30:42 -04:00
Laine
0306a5d726 Auto-start workflow if one isn't found to get rid of startup error 2025-03-12 10:20:27 -04:00
Laine
df58eee9d4 Change to use goal_list in the api code, add list_agents to the other goal as the last tool 2025-03-12 09:40:56 -04:00
Laine
f13ed70bfe Change instructions to AI to handle switching back to ListAgents when done with tool chain 2025-03-11 12:02:26 -04:00
Laine
8fafe4b090 Change agent goal to be an element of the workflow, including query 2025-03-11 09:07:25 -04:00
Laine
4117d5d62d Add new goal to choose agent type - only kind of working 2025-03-07 16:12:21 -05:00
Laine
d09db9f11f Move where goal is set, make dummy data default for create_invoice 2025-03-05 17:24:18 -05:00
Steve Androulakis
b62df55861 better error handling for workers down. sure steve, ship code the day before the keynote 2025-03-03 07:44:55 +00:00
Steve Androulakis
08672d79e3 merged old agent goal in with keynote goal 2025-02-20 15:30:54 -08:00
Steve Androulakis
b37d158770 renaming workflows and activities 2025-02-15 12:12:39 -08:00
Steve Androulakis
aeffe75a0a prompt engineering, train_api date parsing changes 2025-02-11 09:35:40 -08:00
Steve Androulakis
36d4bd5889 start prompt comes from back-end 2025-02-03 13:32:33 -08:00
Steve Androulakis
7977894f64 fixes to issues 1 2 and 3. Plus tuning 2025-01-24 15:23:57 -08:00
Steve Androulakis
c623029c9d Temporal Cloud support 2025-01-10 14:13:32 -08:00
Steve Androulakis
010518c16e refactors and ui enhancements 2025-01-04 11:27:59 -08:00
Steve Androulakis
f12c6ac471 Real events for FindEvents and real API for finding flights. TODO invoice creation 2025-01-03 21:11:48 -08:00
Steve Androulakis
f5cf7286a2 works a lot better with 4o! 2025-01-03 15:05:27 -08:00
Steve Androulakis
93ec96a406 basic react API 2025-01-02 18:05:28 -08:00
Steve Androulakis
a98ae439ac tool registry refactor and fastAPI 2025-01-02 11:30:50 -08:00