From a8a8e5d148d20ccaaa266b0af412b79e49989cb4 Mon Sep 17 00:00:00 2001 From: ShawnPana Date: Wed, 12 Nov 2025 20:18:00 -0800 Subject: [PATCH 1/2] Add author information to all templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Default templates: Reagan Hsu - Shopping, job-application, llm-arena, slack: Shawn Pana - Agentmail: Magnus Müller - All-openai-jobs: kalil0321 - Include GitHub profiles and last modified dates --- templates.json | 57 +++++++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 21 deletions(-) diff --git a/templates.json b/templates.json index 5726286..e5e1de1 100644 --- a/templates.json +++ b/templates.json @@ -1,15 +1,30 @@ { "default": { "file": "default_template.py", - "description": "Simplest setup - capable of any web task with minimal configuration" + "description": "Simplest setup - capable of any web task with minimal configuration", + "author": { + "name": "Reagan Hsu", + "github_profile": "https://github.com/Cheggin", + "last_modified_date": "2025-11-11" + } }, "advanced": { "file": "advanced_template.py", - "description": "All configuration options shown with defaults" + "description": "All configuration options shown with defaults", + "author": { + "name": "Reagan Hsu", + "github_profile": "https://github.com/Cheggin", + "last_modified_date": "2025-11-11" + } }, "tools": { "file": "tools_template.py", - "description": "Custom tool example - extend agent capabilities with your own functions" + "description": "Custom tool example - extend agent capabilities with your own functions", + "author": { + "name": "Reagan Hsu", + "github_profile": "https://github.com/Cheggin", + "last_modified_date": "2025-11-11" + } }, "shopping": { "file": "shopping/main.py", @@ -73,9 +88,9 @@ } ], "author": { - "name": "", - "github_profile": "", - "last_modified_date": "" + "name": "Shawn Pana", + "github_profile": "https://github.com/ShawnPana", + "last_modified_date": "2025-11-11" } }, "job-application": { @@ -146,9 +161,9 @@ } ], "author": { - "name": "", - "github_profile": "", - "last_modified_date": "" + "name": "Shawn Pana", + "github_profile": "https://github.com/ShawnPana", + "last_modified_date": "2025-11-11" } }, "agentmail": { @@ -207,9 +222,9 @@ } ], "author": { - "name": "", - "github_profile": "", - "last_modified_date": "" + "name": "Magnus Müller", + "github_profile": "https://github.com/MagMueller", + "last_modified_date": "2025-11-11" } }, "llm-arena": { @@ -264,9 +279,9 @@ } ], "author": { - "name": "", - "github_profile": "", - "last_modified_date": "" + "name": "Shawn Pana", + "github_profile": "https://github.com/ShawnPana", + "last_modified_date": "2025-11-11" } }, "slack": { @@ -337,9 +352,9 @@ } ], "author": { - "name": "", - "github_profile": "", - "last_modified_date": "" + "name": "Shawn Pana", + "github_profile": "https://github.com/ShawnPana", + "last_modified_date": "2025-11-11" } }, "all-openai-jobs": { @@ -394,9 +409,9 @@ } ], "author": { - "name": "", - "github_profile": "", - "last_modified_date": "" + "name": "kalil0321", + "github_profile": "https://github.com/kalil0321", + "last_modified_date": "2025-11-07" } } } From 15e0cd375c5c81f74d0792413f707662bb712810 Mon Sep 17 00:00:00 2001 From: ShawnPana Date: Wed, 12 Nov 2025 20:19:58 -0800 Subject: [PATCH 2/2] Update featured templates to only include 3 most relevant Featured templates: - job-application: Automated job form submission - llm-arena: Compare AI models side-by-side - all-openai-jobs: Web scraping with CodeAgent Removed featured flag from: shopping, agentmail, slack --- templates.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates.json b/templates.json index e5e1de1..1b6a3f5 100644 --- a/templates.json +++ b/templates.json @@ -29,7 +29,6 @@ "shopping": { "file": "shopping/main.py", "description": "E-commerce automation with structured output (Pydantic models)", - "featured": true, "files": [ { "source": "shopping/main.py", @@ -169,7 +168,6 @@ "agentmail": { "file": "agentmail/main.py", "description": "Email inbox automation with 2FA support using AgentMail", - "featured": true, "files": [ { "source": "agentmail/main.py", @@ -287,7 +285,6 @@ "slack": { "file": "slack/README.md", "description": "Slack bot for browser automation tasks via mentions", - "featured": true, "files": [ { "source": "slack/app/main.py",