Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 36 additions & 24 deletions templates.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
}
}
}
Loading