Open notthetup opened 1 year ago
Currently, the Gateway APIs don't expose using the agents, services and containsAgent actions. They can be useful in certain scenarios, especially from non-Java Gateways. We should expose them (in the most appropriate way) on the Gateway APIs.
agents
services
containsAgent
We update the Gateway spec first. Then implement...
Assigning two owners:
Currently, the Gateway APIs don't expose using the
agents
,services
andcontainsAgent
actions. They can be useful in certain scenarios, especially from non-Java Gateways. We should expose them (in the most appropriate way) on the Gateway APIs.