Next steps¶
You've finished the core walkthroughs — First steps, Populate RAG, and Add a custom tool. The walkthroughs below are independent; pick whichever fits what you're building.
- Separate RAG database — build a second, independent knowledge base and point a room at it (extends Populate RAG).
- Work with Gitea — ship a code change through a pull request hosted by the stack's own Gitea (extends Add a custom tool).
- Concierge room — add an
about-<project>room where users request new rooms that land as Gitea issues (builds on Work with Gitea). - Resolve room requests — the administrator side: review the request issues, create the room, and close them (builds on Concierge room).