polpo-channels
Installation
SKILL.md
Polpo Channels
Polpo Channels is a provider-neutral OSS runtime built on official Vercel Chat SDK adapters. Keep transport handling separate from agent execution and managed provisioning.
Resource Model
- A Connection stores project-scoped provider authorization and credentials.
- A Channel represents one installed provider destination.
- A Route grants an agent access to that Channel and may narrow tools or destination.
- A setup is temporary authorization or provider-verification state.
Never mark a Channel active before required provider verification succeeds. Never select credentials or routing from an unverified webhook body.