Skip to content

buildSetupInstructions

reference
1 min readUpdated

Kind: Function

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

Build the system prompt / instructions for the setup sub-agent.

The returned string tells the agent exactly what to detect, in what order, and how to format its final output.

Signature

ts
function buildSetupInstructions(workDir: string): string

Parameters

NameType
workDirstring

Returns: string

Was this page helpful?

Download as PDF