Documentation Index
Fetch the complete documentation index at: https://docs.coralos.ai/llms.txt
Use this file to discover all available pages before exploring further.
agent.name
required A string defining the name for the agent.- At least one character
- No more than 32 characters
- Must start with a lowercase alphanumeric character
- All characters must be alphanumeric or
-
agent.version
required A string defining the version of the agent.- At least one character
- No more than 32 characters
- Must be a valid semantic version
agent.description
required A PotentialStringReference description for this agent. This description is exclusively used by LLMs. This description is only a default and may be overridden at runtime. Agent descriptions are provided to agents in the state resource.- At least one character
- No more than 1024 characters
agent.capabilities
optional An array of capabilities.- All entries must be one of the following:
resourcestool_refreshing
- Must not contain duplicates
agent.readme
required A PotentialStringReference readme for this agent. This readme is displayed in the Coral marketplace and in Coral console. The summary is not provided in the state resource. In Coral console and in Coral marketplace the readme supports markdown.- At least one character
- No more than 4096 characters
agent.summary
required A PotentialStringReference summary for this agent. This summary is displayed in the Coral marketplace and in Coral console. The summary is not provided in the state resource.- At least one character
- No more than 256 characters
agent.license
required The license for this agent. Licenses may be specified as an SPDX expression or text via the PotentialStringReference type. The license will be displayed in the Coral marketplace.- SPDX
- Text
agent.keywords
optional An array of string keywords to describe this agent. These keywords are used by the Coral marketplace and the Coral console agent registry to search for agents.- Each keyword must contain at least one character
- Each keyword must not contain more than 256 characters
- Must not contain duplicates
- Must not contain more than 64 keywords
agent.links
optional A table of strings, where the key is the link name and the value is the link URL. These links are displayed in the Coral marketplace and in the Coral console.- Link names must start with an alphabetic character
- Link names must contain only alphanumeric characters, underscores (
_) and dashes (-) - Link names must be at least one character long and at most 32 characters long
- Link values must be at least one character long and at most 256 characters long
- Link values must be a valid URL
- Link values must be either
https,mailtoortel - No more than 16 links may be specified