Try the Commands

Run the assistant against the docs folder and test slash commands and @filename routing

💻

Writing code and entering commands is only available on desktop. Open this page on a larger screen to complete this chapter.

Your assistant now supports streaming, slash commands, and file routing. Run it against the docs folder — it will load from the cache you created earlier, so there is no re-indexing delay.

Once the assistant starts, type /files to see the indexed files, then /help to see all available commands.

Instructions

  1. Run python3 app.py ./docs to start the assistant.
  2. When the prompt appears, type /files to list the indexed files.
  3. Type /help to see all available commands.