Skip to content

SetupResult

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/autonomous/setup-agent.ts

Setup Agent — Environment discovery and configuration sub-agent.

Runs in parallel with the main agent's initial investigation phase to detect the project language, runtime, package manager, and test command, then installs dependencies and runs a smoke test.

This module is fully self-contained — no local project imports.

Properties

PropertyType
osstring
shellstring
languagestring
runtimeVersionstring
packageManagerstring
activateCommandstring
depsInstalledboolean
smokeTestPassedboolean
warningsstring[]
projectDocsstring[]
testCommandstring

Was this page helpful?

Download as PDF