From 61ce3df2eea628996710e927efb5b3ae2df87b19 Mon Sep 17 00:00:00 2001 From: AnonymousRepoSub <“shaokunzhang529@outlook.com” > Date: Thu, 28 Mar 2024 14:17:26 -0400 Subject: [PATCH 1/2] update --- notebook/agentchat_agentoptimizer.ipynb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/notebook/agentchat_agentoptimizer.ipynb b/notebook/agentchat_agentoptimizer.ipynb index 4b7de9715be..49ff228435e 100644 --- a/notebook/agentchat_agentoptimizer.ipynb +++ b/notebook/agentchat_agentoptimizer.ipynb @@ -2,7 +2,12 @@ "cells": [ { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "front_matter": { + "description": "AgentOptimizer is able to prompt LLMs to iteratively optimize function/skills of AutoGen agents according to the historical conversation and performance.", + "tags": ["self-improving"] + } + }, "source": [ "# AgentOptimizer: An Agentic Way to Train Your LLM Agent\n", "\n", From ce758f9c6db9384622592267907c52328f280b0b Mon Sep 17 00:00:00 2001 From: AnonymousRepoSub <“shaokunzhang529@outlook.com” > Date: Fri, 29 Mar 2024 10:25:42 -0400 Subject: [PATCH 2/2] change tag --- notebook/agentchat_agentoptimizer.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/agentchat_agentoptimizer.ipynb b/notebook/agentchat_agentoptimizer.ipynb index 49ff228435e..9d34c689617 100644 --- a/notebook/agentchat_agentoptimizer.ipynb +++ b/notebook/agentchat_agentoptimizer.ipynb @@ -5,7 +5,7 @@ "metadata": { "front_matter": { "description": "AgentOptimizer is able to prompt LLMs to iteratively optimize function/skills of AutoGen agents according to the historical conversation and performance.", - "tags": ["self-improving"] + "tags": ["optimization", "tool/function"] } }, "source": [