DotNetAgents

Install · v0.1.0-preview

Source-based install quickstart

Install Quickstart (Source-Based)

The Open Core v0.1.0-preview cut is a source release. Do not assume nuget.org packages until a distribution channel is explicitly approved.

1. Clone The Public Repos

git clone https://github.com/jim-finlon/dotnetagents.git
git clone https://github.com/jim-finlon/dotnetagents-plugins.git
git clone https://github.com/jim-finlon/dotnetagents-examples.git
cd dotnetagents-examples
git checkout v0.1.0-preview

2. Run A Smoke Example

dotnet run --project examples/hello-agent-cs -- --smoke
dotnet run --project examples/foundation -- --smoke

3. Read The Docs

Package-install instructions are intentionally reserved until an approved feed exists.