Commit Graph

279 Commits

Author SHA1 Message Date
Joshua Smith
4ca9c60aab Merge pull request #1 from joshmsmith/development
confirming
2025-03-12 13:50:02 -04:00
Joshua Smith
3206f81e31 Merge branch 'development' of https://github.com/joshmsmith/temporal-ai-agent into development 2025-03-12 13:38:25 -04:00
Joshua Smith
d807e9893d updates to readme, docs, guides 2025-03-12 13:37:04 -04:00
Laine
380581b0d9 Part two of making confirmation optional - add flag to ToolData so the button won't show in the UI 2025-03-12 13:22:04 -04:00
Laine
a488bbac23 Use False, not Off 2025-03-12 12:50:44 -04:00
Laine
1a270fa917 Forgot the env.example... 2025-03-12 12:50:02 -04:00
Laine
02a63917b2 Part of one of making confirmation optional - auto-confirm but still show everything 2025-03-12 12:49:00 -04:00
Laine
504361a5a7 Add a bunch of logging and comments re: what's happenin' 2025-03-12 11:25:57 -04:00
Laine
697244e970 Move AGENT_GOAL back to env file 2025-03-12 10:30:42 -04:00
Laine
e0b3a31ea8 Merge branch 'development' of https://github.com/joshmsmith/temporal-ai-agent into development 2025-03-12 10:20:35 -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
Joshua Smith
f969098dc8 finishing grok support 2025-03-12 09:55:25 -04:00
Laine
b52cef0d05 Merge branch 'development' of https://github.com/joshmsmith/temporal-ai-agent into development 2025-03-12 09:40:59 -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
Joshua Smith
b2d6f789d9 updated todo list 2025-03-12 09:37:20 -04:00
Laine
e872c9381d Merge branch 'development' of https://github.com/joshmsmith/temporal-ai-agent into development 2025-03-12 09:20:12 -04:00
Laine
947c5cd0f7 Take out specific goals, add back in elif done so the workflow ends 2025-03-12 09:20:09 -04:00
Joshua Smith
c418c185db added test 2025-03-12 09:13:47 -04:00
Laine
fdf5550ea3 Add "done" back in for prompts, remove argument from ListAgents tool def 2025-03-12 09:01:31 -04:00
Joshua Smith
56cccd660d todo updates 2025-03-11 15:53:46 -04:00
Joshua Smith
c0a874b90e added some workflow debugging, converted from "done" to pick-new-goal and updated prompts 2025-03-11 15:52:47 -04:00
Joshua Smith
bb733bc966 updated todo 2025-03-11 15:05:03 -04:00
Laine
3ff3b60b5e Merge branch 'development' of https://github.com/joshmsmith/temporal-ai-agent into development 2025-03-11 14:50:30 -04:00
Laine
8db1dcd4a7 Dynamically generate list of agents, try to fix goal changing flow 2025-03-11 14:48:39 -04:00
Joshua Smith
39dabaa81b Merge branch 'development' of https://github.com/joshmsmith/temporal-ai-agent into development 2025-03-11 14:02:22 -04:00
Joshua Smith
ae334a2cae adding grok to .env.example and updating todo 2025-03-11 14:01:23 -04:00
Joshua Smith
b2e4999562 adding and clarifying comments 2025-03-11 13:02:08 -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
804568e366 Rename ChooseAgent tool to ListAgents 2025-03-11 10:41:22 -04:00
Joshua Smith
64ffe7f635 clean up logging and comments 2025-03-11 10:32:28 -04:00
Joshua Smith
6939e3f942 log less chatgpt stuff and actually change the goal 2025-03-11 10:03:45 -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
Joshua Smith
64d2a92630 more understanding 2025-03-07 09:58:25 -05:00
Joshua Smith
4c933b5052 making plans 2025-03-07 09:46:22 -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
6accc1f2e6 Merge pull request #22 from steveandroulakis/keynote-main
better error handling for workers down.
2025-03-03 01:45:21 -06: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
ac05e8f60b Merge pull request #21 from steveandroulakis/keynote-main
pre-warm ollama local model on initialization
2025-02-28 07:32:55 -06:00
Steve Androulakis
61147136fd pre-warm ollama local model on initialization 2025-02-28 07:31:44 -06:00
Steve Androulakis
f0a76e42cd Merge pull request #20 from steveandroulakis/keynote-main
readme sync
2025-02-28 07:12:20 -06:00
Steve Androulakis
7fa75395d8 readme sync 2025-02-28 07:11:57 -06:00
Steve Androulakis
d9480612fa Merge pull request #19 from steveandroulakis/keynote-main
license
2025-02-28 07:11:02 -06:00
Steve Androulakis
de26e10862 license 2025-02-28 07:10:01 -06:00
Steve Androulakis
32f76eacb4 Merge pull request #18 from steveandroulakis/keynote-main
Keynote main
2025-02-28 07:09:05 -06:00
Steve Androulakis
71fe9925a8 activity init function to load llm client only once 2025-02-28 07:08:18 -06:00
Steve Androulakis
31b0b9ff0a Create LICENSE 2025-02-27 13:37:01 -06:00
Steve Androulakis
6fc43a4593 rollback to claude sonnet 3.5 and slight timeout changes 2025-02-25 08:23:09 -06:00
Steve Androulakis
ecbb66523f Merge pull request #16 from steveandroulakis/keynote-main
Keynote main
2025-02-25 05:18:01 -08:00
Steve Androulakis
72fddd0130 fix train_api IDs, mock search_fixtures function and arg rename 2025-02-25 07:16:48 -06:00