fix(gateway): update inaccurate platform notes for Discord and Slack#2026
fix(gateway): update inaccurate platform notes for Discord and Slack#2026mettin4 wants to merge 4 commits into
Conversation
Platform notes incorrectly stated the agent has no API access to Discord/Slack. The agent can use terminal + curl with the Bot token to access these APIs. Closes NousResearch#2020
|
The test_delegate.py failures are pre-existing and unrelated to this PR |
|
Closing — the replacement strings are truncated mid-word ( Beyond the bugs, encouraging the agent to use |
Platform notes incorrectly stated the agent has no API access to Discord/Slack. The agent can use terminal + curl with the Bot token to access these APIs.
Closes #2020
What does this PR do?
Platform notes in gateway/session.py incorrectly told the agent it has no API access to Discord and Slack. The agent can actually use terminal + curl with the Bot token from config to interact with these APIs. This fix updates the hardcoded messages to reflect the actual capabilities.
Related Issue
Fixes #2020
Type of Change
Changes Made
gateway/session.py: Updated inaccurate platform notes for Discord and Slack
How to Test
Checklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests passDocumentation & Housekeeping
docs/, docstrings) — or N/Acli-config.yaml.exampleif I added/changed config keys — or N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — or N/AScreenshots / Logs