chore: bun fmt
This commit is contained in:
parent
787ce3fe0c
commit
6db604bd67
@ -88,7 +88,7 @@ For a complete example of how to use this module, see the [Goose module](https:/
|
||||
The `start_script` should write the agent command to `$module_path/agent-command.sh` instead of starting the AgentAPI server directly. The module will start the server using:
|
||||
|
||||
```bash
|
||||
agentapi server --type <type> --term-width <width> --term-height <height> -- ./agent-command.sh
|
||||
agentapi server --type ./agent-command.sh < type > --term-width < width > --term-height < height > --
|
||||
```
|
||||
|
||||
Example start script:
|
||||
|
||||
@ -359,7 +359,7 @@ locals {
|
||||
}
|
||||
|
||||
module "agentapi" {
|
||||
source = "git::https://github.com/coder/registry.git//registry/coder/modules/agentapi?ref=35C4n0r/feat-agentapi-architecture-improv"
|
||||
source = "git::https://github.com/coder/registry.git//registry/coder/modules/agentapi?ref=35C4n0r/feat-agentapi-architecture-improv"
|
||||
# version = "2.0.0"
|
||||
|
||||
agent_id = var.agent_id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user