From 8967835e42911b2eba1b8a51efdbd901489712f2 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Thu, 14 Aug 2025 11:58:12 -0400 Subject: [PATCH] Removed dead link from docs --- docs/content/docs/libraries/agent/index.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/content/docs/libraries/agent/index.mdx b/docs/content/docs/libraries/agent/index.mdx index 177f1b10..f0e1ab77 100644 --- a/docs/content/docs/libraries/agent/index.mdx +++ b/docs/content/docs/libraries/agent/index.mdx @@ -101,15 +101,6 @@ async for result in agent.run(messages): ... ``` -### Supported Agent Loops - -- **Anthropic**: Claude 4, 3.7, 3.5 models -- **OpenAI**: computer-use-preview -- **UITARS**: UI-TARS 1.5 models (Hugging Face, TGI) -- **Omni**: Omniparser + any LLM - -See [Agent Loops](../../agent-sdk/agent-loops) for supported models and details. - ### Callbacks & Extensibility You can add preprocessing and postprocessing hooks using callbacks, or write your own by subclassing `AsyncCallbackHandler`: