Assistant agents show up as daemons

OpenFlow version: 1.5.10
Using app.openiap.io or self hosted openflow: self-hosted

I registered an assistant agent on a windows machine. It works fine but if i go to the agents page and filter the agents with the uttons above it shows up in the daemon category and not the assistant category:



yeah, i never got it completely “right” figuring out how to register each agent uniquely based on where it was registered from.
Docker uses the nodeagent npm package. This is also the package you use when you run it as a daemon, and the assistant also uses the nodeagent npm package.
So the idea was, if something is using the nodeagent package it overrides agent name so the call to “register_agent” knows the type of agent is calling home. And by default it thinks it’s a daemon, if not it sets either a field “docker” or “assistant” to true

at some point that last part must have broken a little, I will give a new look, next time I’m working on the agent or assistant

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.