Get Started

Get Started

Install the Runiq CLI and initialize a Runiq project.

Runiq CLI creates the starter .NET project and wires the basic Runiq application setup for you.

Install the Runiq CLI:

.NET CLI
dotnet tool install --global Runiq.Cli

Initialize a Runiq project:

Snippet
runiq init

Create a Runiq-ready .NET agent project from the CLI.

After initialization, you get a Runiq-ready project structure:

Snippet
.
|-- Program.cs
|-- Agents/
|-- Tools/
|-- Workflows/
|-- appsettings.json
`-- *.csproj