foolishsailor

Results 7 issues of foolishsailor

This will allow the creation of a UI showing all the comms between agents etc ![image](https://user-images.githubusercontent.com/7422571/232167727-8c77db0e-a40f-4c11-ba31-ff2cb6e220f0.png)

Add the concept where an agent can determine if something they have learned in their memory should be moved from the .store to a persistent store called .learning that can...

Agents are now child processes and access the main control through the process messaging functionality

- BE moved in agents-controller folder - frontend repo using react and vite created - devops yml updated to run/build both repos - proof of concept streaming of messages displayed...

*** DRAFT *** have added reids to handle application state which will make easier to get and set state from a FE as well. WOuld like to see if you...

I have a tcp socket connection I am making to a device and am using this tool to stream data to an app. It makes two types of calls to...

*** DRAFT *** This is a new propsed socket message structure - Abstracts logic out of socket object - Uses reducers and actions to process all message maintaining type safety...