Add Go agent example with Agent Mail support

Amp-Thread-ID: https://ampcode.com/threads/T-b50a2f5e-cad0-43f0-b3ec-afe9bd5fa654
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Steve Yegge
2025-11-08 19:32:44 -08:00
parent 6ca26ed71b
commit 4fd9e1c9cc
4 changed files with 455 additions and 128 deletions

3
.gitignore vendored
View File

@@ -14,6 +14,9 @@
# Go workspace file
go.work
# Go build cache
pkg/
# IDE
.vscode/
.idea/