Skip to main content
The liate.json file is the heart of a Liate agent. It entirely dictates how the Go binary executes, defining its identity, state persistence, LLM endpoints, and available skills.
liate.json

Schema Definition

FieldTypeDescription
namestringUnique identifier for the agent instance
modelstringPrimary model identifier (e.g. sarvam-1, llama-3-8b-instruct)
memoryenumMemory backend: sqlite, in-memory, postgres
skillsarrayArray of built-in skills or MCP endpoints