chore: bun fmt

This commit is contained in:
35C4n0r 2026-02-04 15:32:51 +05:30
parent 787ce3fe0c
commit 6db604bd67
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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