agent-factory: generate agent auto-parse-email-content-and-extrac

This commit is contained in:
2026-04-08 10:41:11 +00:00
parent 58e98ad062
commit 0384b1d569
3 changed files with 50 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ AUTO_PARSE_EMAIL_CONTENT_AND_EXTRAC_SKILLS = [
AgentSkill(
id="auto_parse_email_content_and_extrac_skill",
name="AutoParseEmailContentAndExtrac",
description="Parse email content and extract sender, subject, and body",
description="Parse email content and extract sender, subject, and body.",
tags=["auto-generated"],
examples=[],
),
@@ -17,7 +17,7 @@ AUTO_PARSE_EMAIL_CONTENT_AND_EXTRAC_SKILLS = [
AGENT_CONFIG = {
"name": "AutoParseEmailContentAndExtrac",
"description": "Extract relevant fields from incoming support email",
"description": "Extract relevant fields from the incoming support email.",
"version": "1.0.0",
"framework": "LangGraph + Starlette",
"capabilities": {