agent-factory: generate agent auto-parse-email-content-and-extrac
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user