Support Cloud Run services as an execution environment for agents
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 45/100
Research direction
Start by reading services/hackbot-api/app/jobs.py, including its use of google.cloud.run_v2.JobsClient, ExecutionsClient, and the hardcoded "agent" container name. Trace how agents are currently launched and where the execution backend boundary belongs. Done means the existing Cloud Run Jobs path is behind an abstraction and agents can also use a Cloud Run Services backend for resident or fast-response workloads.
Written by the indexing model from the issue text.
Description
services/hackbot-api/app/jobs.py is hard-wired to Cloud Run Jobs (google.cloud.run_v2.JobsClient/ExecutionsClient, with a hardcoded "agent" container name), and there is no execution-backend abstraction. Introduce one, then add a Cloud Run Services backend for agents that need to stay resident or respond quickly rather than run to completion.
- Dominant language
- Python
- Stars
- 570
- Forks
- 351
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 61
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from mozilla/bugbug
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
good-first-bug hackbot
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
hackbot
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
hackbot
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
Similar issues
-
triage/confirmed
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
agentscope-ai/agentscope#2775 ·
-
comp/desktop P3 type/bug
Difficulty 1/5 Under an hour Newbie friendliness 92/100
NousResearch/hermes-agent#118866 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100