With the 6.3 release we have added some AI capabilities to Fusio, i.e. you are able to generate custom backend logic. We should think about implementing the Agent2Agent protocol which could expose Fusio agent features to different agents.
For the implementation we need the following:
As Skills we could expose at the start action-development and schema-development, in the future it is maybe also possible to directly expose an endpoint by creating an operation. Through this a different agent could use Fusio as REST API Agent to expose specific logic.
With the 6.3 release we have added some AI capabilities to Fusio, i.e. you are able to generate custom backend logic. We should think about implementing the Agent2Agent protocol which could expose Fusio agent features to different agents.
For the implementation we need the following:
/.well-known/agent-card.jsonwhich returns an Agent-Card JSONAs Skills we could expose at the start
action-developmentandschema-development, in the future it is maybe also possible to directly expose an endpoint by creating an operation. Through this a different agent could use Fusio as REST API Agent to expose specific logic.