XRC Agents
Package for implementing AI agents, using Microsoft's Semantic Kernel Agent Framework. Compared to the XRC AI
package, this package provides more advance AI use cases, such as agent orchestration, handoffs etc. This package requires the following NuGet packages:
Microsoft.SemanticKernel.Core
Microsoft.SemanticKernel.Agents.Core
Microsoft.SemanticKernel.Agents.Orchestration
Microsoft.SemanticKernel.Agents.RunTime.InProcess
Microsoft.SemanticKernel.Connectors.OpenAI
Technical details
Package
- Name: edu.cornell.xrc.toolkit.agents
- Display name: XRC Agents
- Version: 0.1.0
- Git URL
Requirements
This version of the XRC Agents package is compatible with the following versions of the Unity Editor:
- 6000.1 and later
Installation
To install the package, follow these steps:
- In the Unity Editor, click on Window > Package Manager
- Click the + button and choose Add package from git URL option
- Enter the package's Git URL. Make sure the URL has ".git" ending.
- If the repository is private, you will be asked to authenticate via your GitHub account. If you haven't been granted access to the repository you will not be able to install the package.
- The package should be installed into your project.
- You can download the package samples from under the Samples tab in the Package Manager
From Unity: Install a UPM package from a Git URL
Note
Even though the package documentation is public, the package itself and its repository might be private and not accessible. If you haven't been granted access to the repository you will not be able to install the package.