From a0ce793f677e99cc5ede03cbf1f7ae6164d80bfc Mon Sep 17 00:00:00 2001 From: Tim Isabella Date: Tue, 25 Aug 2026 13:04:49 -0400 Subject: [PATCH] Add agent-control-language topic --- topics/agent-control-language/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 topics/agent-control-language/index.md diff --git a/topics/agent-control-language/index.md b/topics/agent-control-language/index.md new file mode 100644 index 00000000000..c877fca1fff --- /dev/null +++ b/topics/agent-control-language/index.md @@ -0,0 +1,6 @@ +--- +display_name: Agent Control Language +short_description: A language for directing autonomous agents with objectives, constraints, priorities, sequencing, delegation, and execution logic. +topic: agent-control-language +--- +A language for specifying, structuring, and directing the behavior of autonomous agents. Agent Control Languages express objectives, constraints, priorities, sequencing, delegation, and execution logic for already-capable agents, rather than defining the agent’s underlying implementation.