Commit graph

151 commits

Author SHA1 Message Date
Isadora White
c0577a64cb update cooking profile so they don't hunt around for chests and try catch loop around the get crafting plan 2025-05-12 21:47:47 -07:00
MaxRobinsonTheGreat
475311d8e6 refactor tasks to task folder, readd license 2025-04-21 12:20:06 -05:00
MaxRobinsonTheGreat
c9dd763529 Merge remote-tracking branch 'upstream/main' into merge-main 2025-04-08 16:36:47 -05:00
Max Robinson
fe68467e62
Update src/agent/commands/queries.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-03-30 12:37:32 -05:00
MaxRobinsonTheGreat
5f786c66ce refactor newAction to be a single action to allow interruptions 2025-03-29 16:18:52 -05:00
MaxRobinsonTheGreat
799d6b1cfa fix craftingplan to bias towards common ingredients 2025-03-18 12:54:06 -05:00
MaxRobinsonTheGreat
d9a0b0802c Merge branch 'develop' into vision 2025-03-15 17:24:52 -05:00
Max Robinson
4ccbbe0f6c
Merge pull request #476 from uukelele-scratch/patch
added search wiki command
2025-03-13 16:01:10 -05:00
MaxRobinsonTheGreat
ef37a400b0 fix digdown 2025-03-13 15:42:23 -05:00
Max Robinson
07ea071ac3
Merge pull request #414 from Lawtro37/main
add "digDown" skill
2025-03-13 14:17:33 -05:00
uukelele-scratch
95782fa769 move command from actions.js to queries.js 2025-03-10 21:03:50 +00:00
Isadora White
5b708551d4 remove blocked actions from command docs 2025-03-09 15:20:36 -07:00
uukelele-scratch
cf1fc15920 remove navigation tables from parser output in actions.js 2025-03-09 17:18:20 +00:00
uukelele-scratch
76204664cd added searchwiki action 2025-03-09 17:17:41 +00:00
MaxRobinsonTheGreat
9abecae9b2 Merge branch 'main' into vision 2025-03-05 15:30:19 -06:00
MaxRobinsonTheGreat
6ec49e7789 reworked image prompting, update package 2025-03-05 15:23:57 -06:00
mmaheshwari2
ba1e826ca5 refactored for main merge. generated train tasks for construction. added pickaxe at inventory initalization. moved print matrix into blueprint class 2025-03-03 21:41:38 -08:00
Isadora White
8c2bd816b7 merge conflicts resolved 2025-02-27 21:00:41 -08:00
MaxRobinsonTheGreat
b23f4776b1 add state to self prompter for pausing 2025-02-20 17:17:21 -06:00
MaxRobinsonTheGreat
138a9838ae use word-overlap for skill docs embed if unsupported 2025-02-17 13:13:45 -06:00
mmaheshwari2
de0f02587e refactored import 2025-02-13 12:45:47 -08:00
gmuffiness
a22f9d439f merge: main 2025-02-08 17:39:38 +09:00
MaxRobinsonTheGreat
9c675c51bc fix syntax error, var->let, remove examples 2025-02-04 16:26:00 -06:00
Max Robinson
b27b282d5a
Merge branch 'main' into get_detailed_crafting_plan 2025-02-04 15:33:35 -06:00
MaxRobinsonTheGreat
e1a9ed811b small fix to block placing/farming 2025-01-25 12:26:49 -06:00
gmuffiness
5fce0acaac feat: move vision functions from skill into vision_intepreter 2025-01-24 13:16:36 +09:00
Lawtro37
e2cf9912ad
added "!digDown" action to actions.js 2025-01-20 20:44:55 +10:00
gmuffiness
f5923db43a feat: update skill look to lookAtPlayer & export lookAtPosition 2025-01-16 13:17:39 +09:00
gmuffiness
1be24f4867 feat: add screenshots and look action works on gpt 2025-01-15 17:26:13 +09:00
MaxRobinsonTheGreat
eeaf33c4d2 changed unblockables 2025-01-10 12:41:00 -06:00
MaxRobinsonTheGreat
6167aeeec4 added restrict to inventory and better blacklist 2025-01-09 15:15:25 -06:00
MaxRobinsonTheGreat
85ef0e8103 fix help command 2025-01-09 12:43:29 -06:00
MaxRobinsonTheGreat
a9a55b63e5 added key/model to example, fixed !help 2025-01-07 13:41:14 -06:00
Ayush Maniar
a14d4af65f Add getCraftingPlan tool for making agents faster and resource efficient 2025-01-05 19:27:44 -08:00
Max Robinson
43cdcc6879
Merge pull request #397 from kolbytn/env-awareness
Env awareness
2025-01-05 15:52:36 -06:00
MaxRobinsonTheGreat
13dbbbefca little cleanup of environmental awareness 2025-01-05 15:52:04 -06:00
Max Robinson
65a6d0f32d
Merge pull request #334 from hackdefendr/main
Adding !help from the TODO project
2025-01-05 15:18:59 -06:00
Isadora White
9e7ead7e0c added conversation examples and fixed an issue with the validation function 2024-12-29 13:38:23 -06:00
Isadora White
3f728957c4 fixing issues with the bot not receiving the messages properly: 2024-12-29 10:56:20 -06:00
Isadora White
5b46d3ee6d fixing bugs with the initial blueprint validation functions 2024-12-27 20:42:34 -06:00
Isadora White
acdc73ad47 wrote validation functions for blueprint and added commands for the agent to use 2024-12-26 18:12:11 -06:00
MaxRobinsonTheGreat
077fa41edb starting new convo ends current one 2024-12-18 11:21:05 -06:00
Kolby Nottingham
2332bb3e62 merge with main 2024-12-10 13:30:17 -08:00
Kolby Nottingham
a15ab15bcd additional task features 2024-12-09 17:06:22 -08:00
Kolby Nottingham
4e0611d29e cleanup 2024-12-09 16:30:44 -08:00
Isadora White
a7e529b1e9 task specification, validation function, evaluation script, and initial inventories and teleportation 2024-12-08 22:10:21 -08:00
MaxRobinsonTheGreat
c2dab95061 better conversation monitor timers, examples, bot detection 2024-12-08 20:58:59 -06:00
MaxRobinsonTheGreat
5649cec439 name not always defined 2024-12-07 23:11:54 -06:00
MaxRobinsonTheGreat
5497608ee1 better docs and prompts 2024-12-07 22:56:19 -06:00
MaxRobinsonTheGreat
5b63aef57d parse floats, better grok, better examples 2024-12-07 22:47:39 -06:00