Commit Graph

319 Commits

Author SHA1 Message Date
Joshua Smith
7b2c7cef8f Merge pull request #12 from joshmsmith/main
fixing some post-merge bugs
2025-04-17 10:56:14 -04:00
Laine
4410f30642 Default to dummy data for tracking package 2025-04-17 10:09:58 -04:00
Laine
77942b19a1 Merge branch 'ecommerce' of https://github.com/joshmsmith/temporal-ai-agent into ecommerce 2025-04-17 09:19:33 -04:00
Laine
247bac0a28 Try to fix multiple ListAgents steps 2025-04-17 09:19:29 -04:00
Joshua Smith
cf55f0eaee fixing some post-merge bugs 2025-04-17 08:59:15 -04:00
Joshua Smith
0c678a120a Merge pull request #11 from joshmsmith/main
pushing changes from main to finserv branch
2025-04-17 08:54:38 -04:00
Joshua Smith
6383614076 Merge branch 'financial-services-demo-scenarios' into main 2025-04-17 08:54:24 -04:00
Joshua Smith
92bce11151 Merge pull request #10 from joshmsmith/main
pushing main changes down to ecommerce
2025-04-17 08:52:32 -04:00
Joshua Smith
e5405907fa Merge branch 'ecommerce' into main 2025-04-17 08:52:17 -04:00
Joshua Smith
dddf7f4ccd Merge pull request #9 from joshmsmith/main
pushing main changes down to development
2025-04-17 08:48:26 -04:00
Joshua Smith
6f245a1998 Merge branch 'development' into main 2025-04-17 08:48:15 -04:00
Joshua Smith
86a6dfe991 renaming signal from confirmed to confirm 2025-04-17 06:00:17 -04:00
Joshua Smith
83c6a2454d 1. These aren't the tests you're looking for
2. fixing confirmed signal for now
2025-04-17 05:57:55 -04:00
Joshua Smith
463ae581ac adding .env* stuff to gitignore, fixing a minor docs formatting bug 2025-04-17 05:32:55 -04:00
Joshua Smith
e62b105872 adding to gitignore 2025-04-17 05:23:17 -04:00
Joshua Smith
7b52b8a817 adding to todo, gitignore 2025-04-16 16:26:37 -04:00
Joshua Smith
6f9079ba12 updates to todo 2025-04-16 16:23:31 -04:00
Joshua Smith
ac44d35acb changes to .gitignore 2025-04-15 16:46:09 -04:00
Joshua Smith
0bcf68d9fd Merge pull request #8 from joshmsmith/financial-services-demo-scenarios
Financial services demo scenarios
2025-04-15 16:40:40 -04:00
Joshua Smith
e96c5e068d Merge branch 'temporal-community:main' into financial-services-demo-scenarios 2025-04-15 16:34:42 -04:00
Joshua Smith
50463170d2 Merge branch 'temporal-community:main' into ecommerce 2025-04-15 16:34:32 -04:00
Joshua Smith
13d0085882 Merge branch 'temporal-community:main' into development 2025-04-15 16:34:23 -04:00
Joshua Smith
17f33a5094 Merge pull request #7 from temporal-community/main
.NET - Added logger factory to worker and logging to activities (#26)
2025-04-15 16:33:55 -04:00
Joshua Smith
e92e3f43c9 changes to make the project more python compliant and fix the bug tracker URL 2025-04-15 11:01:18 -04:00
Joshua Smith
4f953132e0 minor todo updates 2025-04-14 11:42:40 -04:00
Joshua Smith
812e295f3a switching to method activity calls 2025-04-14 09:27:33 -04:00
Joshua Smith
dddd2977b9 adding ecommerce to .env.example and some error handling in track_package 2025-04-13 17:03:50 -04:00
Joshua Smith
79dcd40dde well it kinda works 2025-04-12 15:41:47 -04:00
Joshua Smith
f0524f2b5f yeah this won't work 2025-04-11 17:45:46 -04:00
Joshua Smith
5b58f30e0d wip checkin 2025-04-11 17:43:34 -04:00
Laine
4e0ff0e535 Rename get_order_status to get_order, add ecommerce list orders goal 2025-04-11 17:14:10 -04:00
Joshua Smith
585791e826 todo updates 2025-04-11 09:36:46 -04:00
Keith Tenzer
2b2a5522e9 Added logger factory to worker and logging to activities (#26)
Signed-off-by: Keith Tenzer <ktenzer@keiths-mbp.lan>
Co-authored-by: Keith Tenzer <ktenzer@keiths-mbp.lan>
2025-04-10 14:18:16 -07:00
Laine
aba934e8b4 Initial add of ecommercie - order status goal and tools 2025-04-10 16:57:15 -04:00
Joshua Smith
2539436a79 adding testing config 2025-04-10 10:26:55 -04:00
Joshua Smith
6517b624ee Merge pull request #6 from joshmsmith/main
syncing dev
2025-04-10 09:48:29 -04:00
Joshua Smith
1e22f3ee4c changes to gitignore 2025-04-10 09:41:14 -04:00
Joshua Smith
ef45ca0451 work on tests 2025-04-10 09:38:13 -04: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
f567583b3a todo updates 2025-04-03 15:57:35 -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
Joshua Smith
40bd76e80f changes to be specific about travel scenarios, setup guidance about goal_categories, fixed a bug about llm selection in tool_activities.py, better comments 2025-03-28 15:33:56 -04:00
Joshua Smith
86da6a1c74 updating docs about goal changing when adding new goals 2025-03-28 15:01:54 -04:00
Joshua Smith
4eab280d81 fixing docs - duplicates, clarifying 2025-03-28 14:57:56 -04:00
Joshua Smith
5787c181a5 Merge branch 'main' into main 2025-03-28 14:01:02 -04:00
Joshua Smith
1de0a92fa0 adding in Steve's changes to setup 2025-03-28 13:59:26 -04:00
Joshua Smith
460896e68c Merge pull request #5 from joshmsmith/development
adding money movement scenario
2025-03-27 11:24:24 -04:00
Joshua Smith
50d3e3d638 setup instructions for money movement/real workflow or fake, and some minor code cleanup 2025-03-27 11:22:17 -04:00
Joshua Smith
64f8a34d19 improved money movement scenario 2025-03-27 09:24:44 -04:00
Joshua Smith
a3ec7b045a adding move money scenario - still a bit rough but it works 2025-03-26 13:21:13 -04:00