Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/dir/hosted-agent-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ organizations are flat and cannot belong to one another.
* Agent Records - An Agent Record is a collection of data and metadata about a
particular agentic application or service. The schema of the Record is defined
in [OASF](../oasf/open-agentic-schema-framework.md) and contains, for example, a
[collection of skills](https://schema.oasf.outshift.com/main_skills).
[collection of skills](https://schema.oasf.outshift.com/skill_categories).
* Repositories - An agent repository collects agent records that describe
different versions of the same agent into one location to provide an overview of
its history and current status. A record can belong to only one repo, while a
Expand Down Expand Up @@ -283,7 +283,7 @@ You need to provide the following details:

![Record Composer Metadata](../assets/hosted-dir/record-composer-metadata.png)

You can also provide skill classifications in-line with the [OASF taxonomy](https://schema.oasf.outshift.com/main_skills). This skill classification aids in discoverability within the Hub's search functionality, helping users find agents with specific capabilities. Optional fields such as license information, searchable tags, and locator URLs following the [OASF locator schema](https://schema.oasf.outshift.com/objects/locator?extensions=) can be added to provide additional context and accessibility.
You can also provide skill classifications in-line with the [OASF taxonomy](https://schema.oasf.outshift.com/skill_categories). This skill classification aids in discoverability within the Hub's search functionality, helping users find agents with specific capabilities. Optional fields such as license information, searchable tags, and locator URLs following the [OASF locator schema](https://schema.oasf.outshift.com/objects/locator?extensions=) can be added to provide additional context and accessibility.

##### Adding Functional Modules

Expand Down
6 changes: 3 additions & 3 deletions docs/how-to-guides/agent-record-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Start by filling out the basic metadata of your record:

The skills section outlines the capabilities of the agent record.
Retrieve skill definitions from the
[OASF skills catalog](https://schema.oasf.outshift.com/main_skills).
[OASF skills catalog](https://schema.oasf.outshift.com/skill_categories).
Each skill must include the following:

- `name`:
Expand All @@ -44,7 +44,7 @@ You can add multiple skills to your record.

The domains section outlines the domains in which your agent record excels.
Retrieve domain definitions from the
[OASF domains catalog](https://schema.oasf.outshift.com/main_domains).
[OASF domains catalog](https://schema.oasf.outshift.com/domain_categories).
Each domain must include the following:

- `name`:
Expand Down Expand Up @@ -76,7 +76,7 @@ You can also provide the source code:
The modules section is critical for describing the features and operational
parameters of your record.
To ensure compatibility, you must select extensions from the
[OASF modules catalog](https://schema.oasf.outshift.com/main_modules).
[OASF modules catalog](https://schema.oasf.outshift.com/module_categories).

## Validate and Finalize

Expand Down
2 changes: 1 addition & 1 deletion docs/oasf/open-agentic-schema-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ See [Creating an Agent Record](../how-to-guides/agent-record-guide.md) for mo
information on the Agent Record.

The current skill set taxonomy is described in
[Taxonomy of AI Agent Skills](https://schema.oasf.outshift.com/main_skills).
[Taxonomy of AI Agent Skills](https://schema.oasf.outshift.com/skill_categories).
Loading