feat: Add slash command help system (#57) #62
Reference in New Issue
Block a user
Delete Branch "fix/issue-57"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
/,/help, and/<tool-name>commands as described in issue #57Changes
Backend
TOOL_REGISTRYwith metadata for all available tools (Randebu built-in and AVE Cloud Skills)format_tools_list(),format_tool_help(), andformat_general_help()functions_handle_slash_command()method toConversationalAgentto intercept and handle slash commandsFrontend
ChatInterfacecomponent to detect/prefix and show a help dropdown/Commands Supported
/- Shows list of all available tools/help- Shows general help about Randebu/backtest,/simulate,/strategy- Randebu built-in tool help/search,/risk,/token,/price- AVE Cloud Skills helpTesting
are you not missed any tools we already implemented in the code? I think the issue is a bit outdated so please check our tools first
lgtm