sandbox to play around w/ different agent/rag techniques
To install dependencies:
rye sync --all-features
To run the agent:
rye run sandboxctl
The sandboxctl
command supports several subcommands and options:
-
version
: Print the version of sandbox_agent.rye run sandboxctl version
-
deps
: Display version information for sandbox_agent and its dependencies.rye run sandboxctl deps
-
about
: Display information about the GoobBot CLI.rye run sandboxctl about
-
show
: Show sandbox_agent information.rye run sandboxctl show
-
run-pyright
: Generate type stubs for GoobAI.rye run sandboxctl run-pyright
-
go
: Start the GoobAI Bot.rye run sandboxctl go
For more detailed information on each command, you can use the --help
option:
rye run sandboxctl --help
This was created using rye.