Date: 2026-08-28
Can the public IDKMesh repository be attached to free agents in different places so they work continuously or sometimes? How can such agents be found, and could contributors run a small application on their computers to participate?
Repository: https://github.com/MSKazemi/idkmesh
The question has two related parts:
The useful near-term ecosystem includes:
run-gemini-cli GitHub Action and Gemini CLI free-tier access for bounded repository tasks;A critical security finding is that normal personal volunteer computers should not simply be connected as unrestricted GitHub self-hosted runners to a public repository. GitHub’s own security guidance warns that public-repository pull requests can compromise persistent self-hosted runners.
Create a hybrid architecture:
GitHub events/issues
|
v
bounded Work Units
|
+-----+----------------+
| |
v v
GitHub-hosted agent IDKMesh volunteer node
|
v
sandboxed adapter
goose/OpenHands/SWE-agent/
Gemini CLI/local Ollama/etc.
| |
+----------+-----------+
|
v
candidate patch/report/test result
|
v
independent verification + human review
The proposed small application is tentatively called idkmesh-node. It should be provider-neutral and accept only bounded Work Units. It should run each task inside a disposable sandbox with explicit CPU/RAM/time/network permissions, record provenance, and return candidate artifacts rather than gaining direct merge authority.
Suggested worker roles are observer, researcher, coder, verifier, and deterministic compute worker.
The recommendation is not to burn LLM tokens continuously. “Continuous” should mean event-driven and periodically awakened:
agent-ready issue -> bounded solver;docs/findings/2026-08-28-free-agent-network-landscape.mddocs/architecture/AGENT_NETWORK_AND_VOLUNTEER_NODES.mdidkmesh-node prototype and repository-agent pilot.This creates a new contribution path: a participant may contribute code, reviews, research, local model capacity, CPU/GPU time, benchmarks, or verification. Participation must remain opt-in, resource-capped, transparent, easy to stop, and secondary to contributor safety.