Sessions
Sessions is the default working mode in Routa.
What Sessions Is For
Choose Sessions when you want:
- the shortest path from prompt to useful work
- one main thread you can recover later
- flexible orchestration without pre-committing to a board or team structure
How It Works
Sessions starts from one recoverable execution thread. The system can still bring in specialists when the task needs them, but the run begins as one session, not as a fixed workflow graph.
Typical First Run
- Open a workspace.
- Make one provider available.
- Attach a repository.
- Start a
Session. - Give Routa one concrete implementation task.
Best Fit
Sessions is usually the right choice for:
- feature work that still needs exploration
- debugging and recovery
- one-shot implementation tasks
- the first successful run in a new workspace