diff --git a/docs/v6/build/environments.mdx b/docs/v6/build/environments.mdx index f490734c..e7d82f34 100644 --- a/docs/v6/build/environments.mdx +++ b/docs/v6/build/environments.mdx @@ -1,6 +1,6 @@ --- -title: "Environments" -description: "Define where the agent acts and the connections it can drive." +title: "Build environments with ssh, mcp, cdp, rfb, and robot" +description: "Define HUD environments by exposing capabilities like ssh, mcp, cdp, rfb, or robot so any agent can drive the underlying system natively." icon: "cube" --- diff --git a/docs/v6/build/tasks.mdx b/docs/v6/build/tasks.mdx index efba9cfd..1f5a9b74 100644 --- a/docs/v6/build/tasks.mdx +++ b/docs/v6/build/tasks.mdx @@ -1,6 +1,6 @@ --- -title: "Tasks & grading" -description: "Write a task template that prompts and grades, and turn one definition into a whole dataset of tasks." +title: "Write task templates that prompt and grade agents" +description: "Author two-yield task templates in HUD that prompt agents, score outputs with graders, and mint a whole dataset from one parameterized definition." icon: "list-check" ---