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
tsfunction buildSetupInstructions(workDir: string): string
Parameters
| Name | Type |
|---|---|
workDir | string |
Returns: string
Was this page helpful?