-
Notifications
You must be signed in to change notification settings - Fork 40
Amazon q agentapi integration #242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Amazon q agentapi integration #242
Conversation
- Follow Goose module architecture patterns exactly - Add AgentAPI integration for web chat interface - Add AWS credentials support (access key, secret key, region, profile) - Add script-based installation and startup (scripts/install.sh, scripts/start.sh) - Add support for both Amazon Q and Aider modes - Add enhanced logging and error handling - Add proper task reporting via MCP integration - Add environment variable configuration for authentication - Terraform init and plan validated successfully Addresses GitHub issue coder#240 for Amazon Q + AgentAPI + Coder Tasks integration
- Add example.tf showing how to use the module - Include AWS credentials configuration - Show task reporting and prompt configuration - Include Docker container example
Hey @Sahelisaha04 - can you get this working in a similar way as https://registry.coder.com/templates/coder-labs/tasks-docker |
Screencast.from.2025-07-22.21-04-08.mp4@bpmct is it okay now ? |
Can you show the tasks UI. Also the "Amazon Q Web" app didn't appear healthy from your demo |
Should we be doing this in a seperate namespace since the coder/amazon-q module exists already? |
Hey Everyone, AWS Authentication Method Variable Names Q Shell Script / MCP Ordering Namspacing in the Repo Thanks again for your contributions on this module, I've been watching this prior to this Issue being submitted and PR opened as it was an area of focus for us as well. Happy to test it as part of the review process when it is ready for merge, I'll likely do a bit more of a review of the approach to this over the next few days as there is quite a bit to unpack :) K |
This is great feedback @keirans. @Sahelisaha04 can you address the feedback provided? Thanks |
Working on it
…On Wed, 23 Jul 2025, 23:51 Atif Ali, ***@***.***> wrote:
*matifali* left a comment (coder/registry#242)
<#242 (comment)>
This is great feedback @keirans <https://github.com/keirans>.
@Sahelisaha04 <https://github.com/Sahelisaha04> can you address the
feedback provided? Thanks
—
Reply to this email directly, view it on GitHub
<#242 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKI4SQONTA3MCVJOHEUMXRL3J7HCXAVCNFSM6AAAAACB2IDDH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCMBZGY2TMOBVGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Summary
This PR adds Amazon Q module support with Coder Tasks + AgentAPI integration as a web chat interface (closes #240).
Changes
saheli
namespace following the Goose module architectureModule Features
use_aider
parameterTesting
terraform init
andterraform plan
)Screencast.from.2025-07-18.13-57-34.mp4