EachDocumentation Index
Fetch the complete documentation index at: https://docs.hyperterse.com/llms.txt
Use this file to discover all available pages before exploring further.
app/agents/*/config.terse defines one declarative agent exposed at /agent/{name}.
Full schema
app/agents/support/config.terse
Field reference
Agent name. Must be unique across all discovered agents and match
^[a-z][a-z0-9_-]*$.Optional agent summary used in app listings and diagnostics.
Primary system instruction passed to the model runtime.
Model provider configuration for this agent.
Tool access policy for this agent. Optional — defaults to
inherit when omitted,
which uses the root-level defaults from .hyperterse (agents.tool_access).
If no root-level default is set either, the effective mode is allow_all.JSON Schema
Editor validation:schema/agent.terse.schema.json. Associate with
**/agents/**/config.terse. See Configuration schemas.