FogellAI.Agent 0.1.107

dotnet tool install --global FogellAI.Agent --version 0.1.107
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local FogellAI.Agent --version 0.1.107
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=FogellAI.Agent&version=0.1.107
                    
nuke :add-package FogellAI.Agent --version 0.1.107
                    

FogellAI Agent

FogellAI.Agent is the command-line host for the FogellAI virtual workforce runtime. It connects to the FogellAI portal or runs in standalone mode, claims Azure DevOps or Jira work, runs the configured agent workflow, and publishes activity and evidence back to the connected work-tracking system.

Install as a .NET tool

dotnet tool install --global FogellAI.Agent --version 0.1.13

Run the installed command:

fogellai-agent

Update an existing installation:

dotnet tool update --global FogellAI.Agent

Common commands

Start in connected portal mode:

fogellai-agent

Start in standalone mode:

fogellai-agent --standalone

Run one dry Azure DevOps-shaped work item:

fogellai-agent --standalone --once --dry-run --work-item 123

Check local prerequisites:

fogellai-agent --bootstrap --dry-run

Credentials

Provider secrets are read from environment variables or from the encrypted portal registration. Standalone defaults are:

  • FOGELLAI_AZDO_PAT for Azure DevOps
  • FOGELLAI_JIRA_TOKEN for Jira

Publish as a container

dotnet publish .\FogellAI.Agent.csproj -c Release /p:PublishProfile=ContainerProfile

Visual Studio publish profiles

The project includes publish profiles under Properties\PublishProfiles for:

  • folder publishing
  • SDK-based container publishing
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.107 44 6/7/2026
0.1.106 50 6/6/2026
0.1.105 43 6/6/2026
0.1.104 48 6/6/2026
0.1.103 49 6/6/2026
0.1.102 40 6/6/2026
0.1.101 34 6/6/2026
0.1.100 39 6/6/2026
0.1.99 40 6/6/2026
0.1.98 41 6/6/2026
0.1.97 36 6/6/2026
0.1.96 36 6/6/2026
0.1.95 41 6/6/2026
0.1.94 47 6/6/2026
0.1.82 45 6/6/2026
0.1.81 52 6/6/2026
0.1.80 44 6/6/2026
0.1.79 36 6/6/2026
0.1.78 43 6/6/2026
0.1.77 40 6/6/2026
Loading failed

Add team-level Developer PR parallelism limits, foundation-phase serialization, and Azure DevOps claim gating so multiple developers can run without drifting too far from integrated work.