Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topics/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ $ claude

## Robopages

[Robopages](https://github.com/context-labs/robopages) is a framework for building and hosting tool-enabled "pages" or APIs. Rigging can dynamically fetch the available tools from a running Robopages server and make them available to your language model.
[Robopages](https://github.com/dreadnode/robopages) is a framework for building and hosting tool-enabled "pages" or APIs. Rigging can dynamically fetch the available tools from a running Robopages server and make them available to your language model.

Use the `rigging.robopages` function to connect to a Robopages endpoint and retrieve its tools.

Expand Down
Loading