docs: Update references to Quickstart and managing sessions guide (#270)

This commit is contained in:
Adewale Abati
2024-11-18 21:20:37 +01:00
committed by GitHub
parent e63fd8b4df
commit a2c55f2e22
3 changed files with 7 additions and 2 deletions
+5 -1
View File
@@ -66,6 +66,9 @@ When you exit a session, it will save the history in `~/.config/goose/sessions`
goose session resume
```
Check out the [Managing Goose sessions][managing-sessions] to learn more about working with sessions in Goose.
To see more documentation on the available CLI commands, check out the [documentation][cli]. If youd like to develop your own CLI commands for Goose, check out the [Contributing document][contributing].
### Running a Goose task
@@ -112,4 +115,5 @@ There is also a `Dockerfile` in the root of this project you can use if you want
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
[openai-key]: https://platform.openai.com/api-keys
[getting-started]: https://block.github.io/goose/guidance/getting-started.html
[providers]: https://block.github.io/goose/providers.html
[providers]: https://block.github.io/goose/providers.html
[managing-sessions]: https://block.github.io/goose/guidance/managing-goose-sessions.html