Custom agent configuration - the minimum needed co...
# flyte-connectors
b
Custom agent configuration • the minimum needed configuration for the custom
agent-service
Copy code
plugins:
      agent-service:
        agents:
          custom-agent:
           endpoint: custom_agent_end_point_FQDN:8000
           insecure: true
        supportedTaskTypes:
        - custom_sensor
        - customtask
• Custom plugins related (minimum)
Copy code
plugins:
      agent-service:
        supportedTaskTypes:
        - customsensor
        - customtask
    tasks:
      task-plugins:
        default-for-task-types:
          customtask: agent-service
          customsensor: agent-service
          # OTHER TASKS are configured by the  centralized team of flyte team