Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AgentLlmAgent

import type { AgentLlmAgent } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Default agent type. The agent uses instructions and callbacks specified in the agent to perform the task using a large language model.

interface AgentLlmAgent {}