master
insert a noop at the beginning so the agent waits to be given instructions
update model registry to include gpt-4.1 and adjust default model in parameters; modify test to use string reference for gpt-3.5-turbo
add JsonStore
finish implementing pinnedMessage support and move primer to the core pinnedMessage
control heartbeat with a variable
fix: restore heartbeat functionality and correct colon index detection in console input
make subscribe and unsubscribe not take async listeners
rename filesystem module to system and implement runCommand action
refactor message handling to remove system role and add support for new GPT_O1_PREVIEW model
refactor OpenAI integration to use model configuration from JSON and simplify model handling
allow other parameters to appear after a multi-line parameter
add test for task-queue written by GPT-4, fix bug it found!
add linting
add basic socket server that streams all messagebus content to a websocket (#24)