diff --git a/templates.json b/templates.json index 5726286..1b6a3f5 100644 --- a/templates.json +++ b/templates.json @@ -1,20 +1,34 @@ { "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", "description": "E-commerce automation with structured output (Pydantic models)", - "featured": true, "files": [ { "source": "shopping/main.py", @@ -73,9 +87,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,15 +160,14 @@ } ], "author": { - "name": "", - "github_profile": "", - "last_modified_date": "" + "name": "Shawn Pana", + "github_profile": "https://github.com/ShawnPana", + "last_modified_date": "2025-11-11" } }, "agentmail": { "file": "agentmail/main.py", "description": "Email inbox automation with 2FA support using AgentMail", - "featured": true, "files": [ { "source": "agentmail/main.py", @@ -207,9 +220,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,15 +277,14 @@ } ], "author": { - "name": "", - "github_profile": "", - "last_modified_date": "" + "name": "Shawn Pana", + "github_profile": "https://github.com/ShawnPana", + "last_modified_date": "2025-11-11" } }, "slack": { "file": "slack/README.md", "description": "Slack bot for browser automation tasks via mentions", - "featured": true, "files": [ { "source": "slack/app/main.py", @@ -337,9 +349,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 +406,9 @@ } ], "author": { - "name": "", - "github_profile": "", - "last_modified_date": "" + "name": "kalil0321", + "github_profile": "https://github.com/kalil0321", + "last_modified_date": "2025-11-07" } } }