Add GWS-powered tasks using fws mock server#172
Open
juppytt wants to merge 1 commit intopinchbench:mainfrom
Open
Add GWS-powered tasks using fws mock server#172juppytt wants to merge 1 commit intopinchbench:mainfrom
juppytt wants to merge 1 commit intopinchbench:mainfrom
Conversation
This was referenced Apr 8, 2026
GWS tasks (using gws CLI): - task_26: Email Triage (list, read, draft reply, write report) - task_27: Cross-Service Workflow (email -> calendar event -> drive share) - task_28: Task Management (read emails, extract action items, create tasks) GitHub tasks (using gh CLI): - task_29: GitHub Issue Triage (list issues/PRs, comment, write report) Runner integration: - lib_fws.py: start/stop fws server for category=gws and category=github - lib_agent.py: auto-start fws, fix transcript parsing, fix max_completion_tokens Install: npm install -g @juppytt/fws (also requires gws and gh CLIs) Ref: pinchbench#119
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add 4 tasks that use
gwsandghCLIs against fws (local mock server). Enables realistic Google Workspace and GitHub testing without OAuth.GWS tasks:
GitHub tasks:
Runner integration auto-starts/stops fws for tasks with
category: gwsorcategory: github.Setup
Changes
tasks/task_26_gws_email_triage.md- new tasktasks/task_27_gws_cross_service.md- new tasktasks/task_28_gws_task_management.md- new tasktasks/task_29_gh_issue_triage.md- new taskscripts/lib_fws.py- fws lifecycle management (start/stop/env)scripts/lib_agent.py- auto-start fws for gws/github tasks, fix transcript parsing for toolCall/exec format, fixmax_completion_tokensfor OpenAI judgeTest plan
openai/gpt-5.4-mini, agent used gws CLI correctlyRef: #119