@ai-devkit/channel-connector
v0.9.0
Published
Generic messaging bridge for connecting to external communication platforms
Maintainers
Readme
@ai-devkit/channel-connector
Bridge AI DevKit agent sessions to external messaging channels.
This package powers the ai-devkit channel commands. Use it when you need the lower-level connector layer that routes messages between running AI coding agents and channels such as Telegram.
What It Provides
- Channel abstraction — Common interface for external messaging channels
- Agent routing — Forward prompts to running AI coding agent sessions
- Response delivery — Send agent output back through the connected channel
- Connector foundation — Shared utilities for adding future channels
Typical Use
Most users should use the CLI:
ai-devkit channel connect telegram
ai-devkit channel start --agent <agent-name>Use this package directly only when building custom channel integrations or extending AI DevKit's remote-control surface.
Documentation
Full guides and workflow examples: ai-devkit.com/docs
License
MIT
