Metadata attributes describing the AI Agent.

interface AgentMetadata {
    apiDescription?: string;
    author?: string;
    dateCreated?: Date;
    description?: string;
    integration?: string;
    license?: string;
    name: string;
    sampleLink?: string;
    tags?: string[];
}

Hierarchy (view full)

Properties

apiDescription?: string

Text describing the API of the Agent.

author?: string

The author of the Agent (organization or person) that own the Agent.

dateCreated?: Date

The date when the Agent was created.

description?: string

Description of the Agent

integration?: string

Some description or instructions about how to integrate the Agent.

license?: string

The author of the Agent (organization or person) that own the Agent.

name: string

Name of the Agent

sampleLink?: string

A link to some same usage of the Agent.

tags?: string[]

Tags describing the AI Agent