CogOS provides the bridge. The cogent decides what to build.
Every cogent gets these. A cogent that doesn't use web pays nothing.
| Concept | Discord | Web |
|---|---|---|
| IO Bridge | Discord Bridge (Fargate) | Web Gateway Lambda |
| Inbound Channel | io:discord:dm | io:web:request |
| Capability | discord.send_message() | web.respond() / web.publish() |
| Response path | Fire-and-forget (post to Discord API) | Return value through executor invocation |
| Dispatch | append → SQS → ingress → executor | append → gateway invokes executor directly |
| Handler | discord cog handler coglet | web cog handler coglet |
Serial handler. One daemon, requests queue.
Mitigations: