|
2 | 2 | display\_name: Sourcegraph AMP |
3 | 3 | icon: ../../../../.icons/sourcegraph_amp.svg |
4 | 4 | description: Run Sourcegraph AMP CLI in your workspace with AgentAPI integration |
5 | | -verified: true |
6 | | -tags: \[agent, sourcegraph, amp, ai, tasks] |
| 5 | +verified: false |
| 6 | +tags: [agent, sourcegraph, amp, ai, tasks] |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | # Sourcegraph AMP CLI |
@@ -31,11 +31,11 @@ module "sourcegraph_amp" { |
31 | 31 | ```tf |
32 | 32 | data "coder_parameter" "ai_prompt" { |
33 | 33 | name = "AI Prompt" |
34 | | - description = "Write an initial prompt for Aider to work on." |
| 34 | + description = "Write an initial prompt for AMP to work on." |
35 | 35 | type = "string" |
36 | 36 | default = "" |
37 | 37 | mutable = true |
38 | | - ephemeral = true |
| 38 | +
|
39 | 39 | } |
40 | 40 |
|
41 | 41 | # Set system prompt for Sourcegraph Amp via environment variables |
@@ -79,12 +79,12 @@ module "sourcegraph_amp" { |
79 | 79 | - Logs are written under `/home/coder/.sourcegraph_amp-module/` (`install.log`, `agentapi-start.log`) for debugging |
80 | 80 | - If AgentAPI fails to start, verify that your container has network access and executable permissions for the scripts |
81 | 81 |
|
82 | | -> \[!IMPORTANT] |
| 82 | +> [!IMPORTANT] |
83 | 83 | > For using **Coder Tasks** with Sourcegraph AMP, make sure to pass the `AI Prompt` parameter and set `sourcegraph_amp_api_key`. |
84 | 84 | > This ensures task reporting and status updates work seamlessly. |
85 | 85 |
|
86 | 86 | ## References |
87 | 87 |
|
88 | | -- [Sourcegraph AMP Documentation](https://sourcegraph.com/amp) |
| 88 | +- [Sourcegraph AMP Documentation](https://ampcode.com/manual) |
89 | 89 | - [AgentAPI Documentation](https://github.com/coder/agentapi) |
90 | 90 | - [Coder AI Agents Guide](https://coder.com/docs/tutorials/ai-agents) |
0 commit comments