Agents without LLM usage #18
Replies: 1 comment
-
The current LMOS Runtime communicates with Arc agents using GraphQL WebSockets, but there are plans to transition to a Web of Things (WoT) communication protocol. This transition will offer greater flexibility by enabling protocol bindings like HTTP, MQTT, AMQP, or WebSockets. We have two options: Option 1: Implementing the Proxy with the WoT Approach
Option 2: Using the Current GraphQL Approach
Recommendation
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to implement a kind of "proxy agent", i.e. one that simply forwards the incoming question to an external chatbot and then returns the received answer back as a response.
I assume Arc is not the right framework to implement this, so it's rather a "bring your own agent" (BYOA) type of problem. Are there already any best practices on how I could build such an agent for LMOS?
Beta Was this translation helpful? Give feedback.
All reactions