submit io.pilot.agentphone v0.1.0 (managed, multi-platform)#40
Open
Alexgodoroja wants to merge 1 commit into
Open
submit io.pilot.agentphone v0.1.0 (managed, multi-platform)#40Alexgodoroja wants to merge 1 commit into
Alexgodoroja wants to merge 1 commit into
Conversation
AgentPhone: a real US/CA phone number for agents — voice calls, SMS/iMessage, and threaded conversations, all over plain REST (no websockets; call status and inbound messages are polled). Managed-key app: Pilot holds one AgentPhone master key behind the broker and meters each caller; users bring nothing. - 27 methods over the AgentPhone /v1 REST API (agents, numbers, messages, calls, conversations, contacts, usage, voices). - Multi-platform: signed bundles for linux/darwin (amd64+arm64) and windows/amd64 via the submission .bundles map; each manifest sha-pinned + ed25519-signed. - backend.auth=managed, Authorization: Bearer <master key> injected by the broker. Depends on the HTTPS-adapter improvements (path params + PATCH/DELETE + broker pattern allow-list) for the broker to route its path-param endpoints.
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.
AgentPhone — a real US/CA phone number for agents: voice calls, SMS/iMessage, and threaded conversations, all over plain REST (no websockets; call status and inbound messages are polled). Managed-key app: Pilot holds one AgentPhone master key behind the broker and meters each caller; users bring nothing.
/v1REST API (agents, numbers, messages, calls, conversations, contacts, usage, voices). Help text from the official AgentPhone-AI skill..bundlesmap; each manifest sha-pinned + ed25519-signed. Primary (linux/amd64) passespilot-app verify.backend.auth=managed; the broker injectsAuthorization: Bearer <master key>.Depends on the companion PR (http adapter: REST path params + PATCH/PUT/DELETE + broker pattern allow-list) — the broker needs templated-path matching to route AgentPhone's path-param endpoints. Tested fully locally (real adapter → local broker → mock AgentPhone): path-param substitution, body/query split per verb, Bearer injection, and allow-list all pass.