Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocket Local Cloud Bridge

test

A reference protocol for a safe division of work:

  1. a cloud coordinator creates a narrow, expiring, signed plan;
  2. a local worker opens an outbound connection through an application-supplied transport;
  3. the worker verifies the signature, digest, time window, nonce, size, and task allowlist;
  4. a local model or local tool executes the task;
  5. the worker returns a digest-linked result envelope.

No transport, account session, API key, remote shell, or arbitrary URL handler is bundled. The default library makes no network request and opens no listening port. Applications can supply HTTPS, WebSocket, MQTT, or another authorized transport without changing the signed protocol.

This design does not make metered cloud inference free. Local execution consumes local resources; any cloud planning or generation still follows that provider's authentication, billing, quotas, and terms.

License: MIT.

About

Signed outbound-only cloud-plan and local-execution reference protocol

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages