Download Game! Currently 83 players and visitors. Last logged in:SilencerSolvikGlaurungDescad

Blitzer's Blog >> 72463

Back to blogs index
Posted: 15 Sep 2026 16:09 [ permalink ]
Thank you. Let's keep things as simple as we can, as we're still prototyping. 

Shall we first enable the use of DELEGATE, and prompt another chat to develop
an external service, in a modular way, that is ready to accept commands from
this workspace, and that will: 

1. Implement the external service in a modular way, using NodeJS Express

2. Implement the dynamic loading of <command>.js from a subfolder, so that
they may be placed there by any actor, even via rsync / cp / cat shell bots

3. Upon startup, and/or when it detects that a new <command>.js has appeared
in the subfolder, it (re)sends the registration to this workspace instance --
oh wait, I forgot, the commands were, or were they, supposed by be registered
by Geemma? -- BUT -- they should also be able to be registered as NEW global
commands (let's not concern ourselves with access rights -- it's to be decided
later -- we're boldly prototyping new designs here)? 

So, Gemma could be prompted to create new program logic and use the DELEGATE

We first need to prompt off this new microservice to an external chat, before
we can design and guide either 1st or 2nd stage Gemma to use them?