Source: factory.conversation/ObjConversationSlack.py
Slack engine for outbound conversation messages.
| Method | Signature | Description |
|---|---|---|
| transmit_message | transmit_message(message: str, channel: str = '') -> None |
Send a plain-text message to Slack. |
| display_context | display_context(opts: dict) -> None |
Send conversation context as a Slack message. |
| display_options | display_options(opts: dict) -> tuple |
Send prompt/options and return first prompt metadata. |
Slack broker for slash-command verification/dispatch.
| Method | Signature | Description |
|---|---|---|
| handle_slack_command | handle_slack_command(server: object) -> tuple |
Verify signature and dispatch a slash command. |
| run | run() -> None |