Agno · Schema

KnowledgeDomainConfig

Configuration for the Knowledge domain of the AgentOS

AI AgentsMulti-Agent SystemsPython FrameworkLLMMachine LearningAgentic AIOpen SourceAgent Runtime

Properties

Name Type Description
display_name object
View JSON Schema on GitHub

JSON Schema

agno-knowledge-schema.json Raw ↑
{
  "properties": {
    "display_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Display Name"
    }
  },
  "type": "object",
  "title": "KnowledgeDomainConfig",
  "description": "Configuration for the Knowledge domain of the AgentOS",
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}