Sweaterdog
7644c63565
Update local.js
...
Add Deepseek-R1 Support.
Deepseek-R1 uses "<think> [Thoughts] </think>" and the response can be cut short if it reasons through a command and it's syntax, so we cut it short before returning the response.
2025-01-26 16:56:27 -08:00
Sweaterdog
d0d1e45c8c
Add files via upload
...
Uploaded the changes to mindcraft that allows Gemini thinking models, and glhf.chat and hyperbolic api's
2024-12-30 19:43:11 -08:00
Max Robinson
afe43c000e
Merge pull request #372 from kolbytn/convo-patch
...
Convo patch
2024-12-18 11:23:31 -06:00
MaxRobinsonTheGreat
44d110d18d
Merge branch 'main' into convo-patch
2024-12-18 11:21:26 -06:00
MaxRobinsonTheGreat
077fa41edb
starting new convo ends current one
2024-12-18 11:21:05 -06:00
Max Robinson
89c94d9d9b
Merge pull request #370 from kolbytn/multi-chat-patches
...
Yet more multi agent controls
2024-12-13 16:31:49 -06:00
MaxRobinsonTheGreat
7ad48c29ad
added full shutdown from ui/task
2024-12-13 10:42:41 -06:00
MaxRobinsonTheGreat
3717d9b9f4
Merge branch 'main' into multi-chat-patches
2024-12-12 21:29:21 -06:00
Max Robinson
2c5dc2b43e
Merge pull request #368 from icwhite/clean_dev
...
Task Class
2024-12-12 21:02:50 -06:00
Kolby Nottingham
883f73eef5
fixed example
2024-12-12 18:53:24 -08:00
MaxRobinsonTheGreat
ae99cedec5
better examples, little model fixes, less chatty
2024-12-12 19:42:29 -06:00
Kolby Nottingham
58d38af369
task init fixes
2024-12-12 12:33:00 -08:00
Kolby Nottingham
d0140aa542
tasks class
2024-12-10 15:39:57 -08:00
Kolby Nottingham
760a178f74
improved profiles
2024-12-10 14:11:32 -08:00
Kolby Nottingham
bd5b995e4b
server task fixes
2024-12-10 13:41:13 -08:00
Kolby Nottingham
9fb58d2d40
merge with main
2024-12-10 13:30:40 -08:00
Kolby Nottingham
2332bb3e62
merge with main
2024-12-10 13:30:17 -08:00
Kolby Nottingham
88e0174ef1
task fixes
2024-12-10 13:13:45 -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
Max Robinson
13bd9a7bba
Merge pull request #364 from kolbytn/multi-agent-controls
...
Multi agent controls
2024-12-08 21:34:14 -06: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
MaxRobinsonTheGreat
030d5beefa
prioritize most recent message, not first
2024-12-07 17:54:49 -06:00
MaxRobinsonTheGreat
c03d1001c7
fixed command parsing...
2024-12-06 00:00:45 -06:00
MaxRobinsonTheGreat
5eb35e993a
fixed command parsing and allow startconvo during convo
2024-12-05 23:55:24 -06:00
MaxRobinsonTheGreat
a1a6f60d8d
check loggin in instead
2024-12-05 16:42:23 -06:00
MaxRobinsonTheGreat
2b09a578a8
dont use package keyword...
2024-12-05 16:22:43 -06:00
MaxRobinsonTheGreat
9cd39dc5df
better continue conversation logic/monitor
2024-12-05 16:06:05 -06:00
MaxRobinsonTheGreat
f068b4c7ce
add gotoposition/searchforentity, improved consume/giveplayer/gotoblock
2024-12-05 15:30:25 -06:00
MaxRobinsonTheGreat
132a535068
dont stack llm requests, remove serialization
2024-12-04 20:30:57 -06:00
MaxRobinsonTheGreat
cff47d772d
refactored to convoManager and openChat
2024-12-03 22:58:04 -06:00
MaxRobinsonTheGreat
2384b5bf5c
added only_chat_with for users to listen/chat to
2024-12-01 22:28:21 -06:00
MaxRobinsonTheGreat
5278ecb72c
connect main process to mindserver, start/stop/restart controls
2024-12-01 22:27:42 -06:00
Max Robinson
b1fd881e65
Merge pull request #333 from kolbytn/agent-chat
...
Agent chat
2024-11-25 23:28:35 -06:00
Kolby Nottingham
319295ef88
revert to andy profile
2024-11-25 21:23:51 -08:00
Kolby Nottingham
ffb09bc3bd
handle busy conversation
2024-11-25 21:21:50 -08:00
MaxRobinsonTheGreat
2c0467b658
impoved initialization and logging
2024-11-25 17:15:23 -06:00
MaxRobinsonTheGreat
768d1da1bb
better example promise loading
2024-11-25 13:05:02 -06:00
MaxRobinsonTheGreat
68a2dccb76
refactored agent startup that was broken by ai code
2024-11-23 13:33:08 -06:00
Max Robinson
009d3b9f19
fix discord link
2024-11-22 22:41:47 -06:00
MaxRobinsonTheGreat
1acb35801f
removed comment
2024-11-22 14:55:18 -06:00
MaxRobinsonTheGreat
a853995571
improved interrupt response logic, removed collectallblocks
2024-11-22 14:53:25 -06:00
MaxRobinsonTheGreat
1fe1bda789
cleaned up commands
2024-11-22 00:09:09 -06:00
MaxRobinsonTheGreat
4923083252
cleaned logs
2024-11-21 23:34:55 -06:00
MaxRobinsonTheGreat
44c0526231
improved respond timing logic, handle interruptions/self-prompting
2024-11-21 23:32:25 -06:00
MaxRobinsonTheGreat
74701ea663
fixed string parsing, force double-quote strings
2024-11-21 23:30:42 -06:00