platform_agents
List project agents, retrieve their DSL details, and save updated DSL to configure agent behavior.
Instructions
[Arch Build] Arch creates and changes projects, agents, tools, configuration, versions, and deployments. Manage agents within a project. Actions: list (all agents in project), get (agent details including DSL), save_dsl (update agent DSL). Compilation happens implicitly during version creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| agentName | No | Agent name (required for get, save_dsl) | |
| projectId | Yes | Project ID | |
| dslContent | No | DSL content (required for save_dsl) |