Aigency::Service
This resource defines the network and communication configuration of an Aigency agent service.
Syntax
url: <string>
interface: [Interface]
capabilities: [Capabilities]
Properties
url
- Description: Base URL where the agent service is accessible.
- Type: string
- Required: True
interface
- Description: Communication interface configuration.
- Type: Interface
- Required: True
capabilities
- Description: Technical capabilities of the service.
- Type: Capabilities
- Required: True
Example
url: http://hello-world-agent:8080
interface:
default_input_modes:
- text
- text/plain
default_output_modes:
- text
- text/plain
capabilities:
streaming: true