Browsing Packages
The Library → Packages page shows all packages available in your workspace Library. Each card in the list displays the package name, the publisher, the latest version, and a short description.
You can search packages by name or description, and filter by tags (e.g. rag, routing, tools, coding). The sort order defaults to "Recently updated" but can be changed to alphabetical or most-installed.
What the list shows
| Column/field | Description |
|---|---|
| Name | The package identifier used in install commands |
| Publisher | The user or organization that published this package |
| Latest version | The most recent semver release |
| Installs | How many namespace deployments reference this package |
| Tags | Capability tags attached by the publisher |
| Updated | Date of the most recent release |
Filtering and searching
The search box matches against package name and description. Tag filters are combinable — selecting multiple tags returns packages that match all selected tags. Clicking a publisher name filters to packages from that publisher.
Installing a package
To install a package into a namespace, click the package card to open the Package Detail view, then click Install to Namespace.
CLI install command (ct packages install <name>@<version>) documentation is being added alongside the CLI reference.