{"id":28976154,"url":"https://github.com/aygp-dr/go-agentic-workshop","last_synced_at":"2026-05-09T16:17:21.906Z","repository":{"id":300903746,"uuid":"1007344340","full_name":"aygp-dr/go-agentic-workshop","owner":"aygp-dr","description":"Go Agentic Workshop - Building Production AI Agents for GopherCon 2025","archived":false,"fork":false,"pushed_at":"2025-06-24T06:37:24.000Z","size":74,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-24T07:32:11.002Z","etag":null,"topics":["agentic-ai","ai-agents","aws","bedrock","golang","gophercon","llm","workshop"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aygp-dr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T21:08:34.000Z","updated_at":"2025-06-24T06:24:20.000Z","dependencies_parsed_at":"2025-06-24T07:42:27.966Z","dependency_job_id":null,"html_url":"https://github.com/aygp-dr/go-agentic-workshop","commit_stats":null,"previous_names":["aygp-dr/go-agentic-workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aygp-dr/go-agentic-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fgo-agentic-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fgo-agentic-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fgo-agentic-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fgo-agentic-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aygp-dr","download_url":"https://codeload.github.com/aygp-dr/go-agentic-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fgo-agentic-workshop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261683195,"owners_count":23193694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","ai-agents","aws","bedrock","golang","gophercon","llm","workshop"],"created_at":"2025-06-24T13:17:47.716Z","updated_at":"2025-10-22T21:47:20.225Z","avatar_url":"https://github.com/aygp-dr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Agentic Workshop - Building Production AI Agents\n\n![Go Version](https://img.shields.io/badge/Go-1.23+-00ADD8?style=flat\u0026logo=go)\n![License](https://img.shields.io/badge/license-MIT-green)\n![Status](https://img.shields.io/badge/status-draft-orange)\n\nA hands-on workshop for GopherCon 2025 focused on building production-ready AI agents using Go, AWS Bedrock, and modern orchestration patterns.\n\n## Prerequisites\n\n- Go 1.23 or later installed\n- AWS account with Bedrock access configured\n- Docker and Docker Compose installed\n- Basic knowledge of Go programming\n- AWS CLI configured with appropriate credentials\n\n## Quick Start\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/aygp-dr/go-agentic-workshop.git\n   cd go-agentic-workshop\n   ```\n\n2. Run the setup script to verify your environment:\n   ```bash\n   make setup\n   ```\n\n3. Start the required services:\n   ```bash\n   make docker-up\n   ```\n\n4. Run the agent:\n   ```bash\n   make run\n   ```\n\n## Workshop Content\n\nFor detailed workshop content, exercises, and architecture documentation, see [SETUP.org](SETUP.org).\n\n## Project Structure\n\n```\n.\n├── cmd/agent/          # Main agent application\n├── pkg/                # Shared packages\n│   ├── bedrock/       # AWS Bedrock client\n│   ├── orchestrator/  # Agent orchestration logic\n│   └── patterns/      # Common agent patterns\n├── examples/          # Example implementations\n├── benchmarks/        # Performance benchmarks\n└── setup/            # Setup and configuration scripts\n```\n\n## Development\n\nRun tests:\n```bash\nmake test\n```\n\nStop services:\n```bash\nmake docker-down\n```\n\n## Contributing\n\nWe welcome contributions! This project is developed and tested on multiple platforms.\n\n### Supported Platforms\n\n| Platform | Architecture | Go Version | Status |\n|----------|--------------|------------|---------|\n| Linux (Raspberry Pi) | ARM64/aarch64 | 1.23.0+ | ✅ Tested |\n| Linux (x86_64) | AMD64 | 1.23.0+ | ✅ Supported |\n| FreeBSD | AMD64 | 1.23.0+ | ✅ Supported |\n| macOS | ARM64/AMD64 | 1.23.0+ | ✅ Supported |\n| Windows | AMD64 | 1.23.0+ | 🔄 Experimental |\n\n### Development Environment\n\nThe project is primarily developed on:\n- **OS**: Linux 6.12.20+rpt-rpi-v8 (Debian-based)\n- **Architecture**: ARM64/aarch64\n- **Go Version**: 1.23.0\n- **Platform**: Raspberry Pi\n\n### Getting Started\n\n1. Ensure you have Go 1.23 or later installed\n2. Fork the repository\n3. Create a feature branch (`git checkout -b feature/amazing-feature`)\n4. Commit your changes (`git commit -m 'feat: add amazing feature'`)\n5. Push to the branch (`git push origin feature/amazing-feature`)\n6. Open a Pull Request\n\n### Commit Convention\n\nWe use [Conventional Commits](https://www.conventionalcommits.org/):\n- `feat:` New features\n- `fix:` Bug fixes\n- `docs:` Documentation changes\n- `test:` Test additions or modifications\n- `refactor:` Code refactoring\n- `chore:` Maintenance tasks\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faygp-dr%2Fgo-agentic-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faygp-dr%2Fgo-agentic-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faygp-dr%2Fgo-agentic-workshop/lists"}