diff --git a/docs/dir/hosted-agent-directory.md b/docs/dir/hosted-agent-directory.md index db91b016..891e9a4c 100644 --- a/docs/dir/hosted-agent-directory.md +++ b/docs/dir/hosted-agent-directory.md @@ -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 @@ -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 diff --git a/docs/how-to-guides/agent-record-guide.md b/docs/how-to-guides/agent-record-guide.md index ba6f2afe..5ef53c35 100644 --- a/docs/how-to-guides/agent-record-guide.md +++ b/docs/how-to-guides/agent-record-guide.md @@ -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`: @@ -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`: @@ -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 diff --git a/docs/oasf/open-agentic-schema-framework.md b/docs/oasf/open-agentic-schema-framework.md index d0e21cf4..c1ea94f0 100644 --- a/docs/oasf/open-agentic-schema-framework.md +++ b/docs/oasf/open-agentic-schema-framework.md @@ -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).