{"id":37419630,"url":"https://github.com/a2ap/a2ago","last_synced_at":"2026-01-16T06:05:16.869Z","repository":{"id":298145196,"uuid":"998983012","full_name":"a2ap/a2ago","owner":"a2ap","description":"a2ago is a Go language implementation of the A2A. It provides a Go client and server library for building and integrating Agent-to-Agent interactions.","archived":false,"fork":false,"pushed_at":"2025-06-24T01:18:12.000Z","size":372,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T15:07:44.253Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/a2ap.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-09T14:59:02.000Z","updated_at":"2025-06-24T01:33:36.000Z","dependencies_parsed_at":"2025-06-09T17:24:30.178Z","dependency_job_id":"ef5e9868-3856-4c3d-b3aa-cb0f64aa44db","html_url":"https://github.com/a2ap/a2ago","commit_stats":null,"previous_names":["a2ap/a2ago"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a2ap/a2ago","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ap%2Fa2ago","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ap%2Fa2ago/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ap%2Fa2ago/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ap%2Fa2ago/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a2ap","download_url":"https://codeload.github.com/a2ap/a2ago/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ap%2Fa2ago/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-16T06:05:16.718Z","updated_at":"2026-01-16T06:05:16.857Z","avatar_url":"https://github.com/a2ap.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A2AGO\n\n`a2ago` is a Go language implementation of the [A2A4J (Agent-to-Agent for Java)](https://github.com/a2a4j/a2a4j) framework. It provides a Go client and server library for building and integrating Agent-to-Agent interactions. This library aims to facilitate communication between different agents based on standardized messages and task flows.\n\n## Features\n\n- **Standardized Message Protocol**: Implements the A2A message protocol for consistent communication between agents.\n- **Task Flow Management**: Supports task creation, status tracking, and result retrieval.\n- **WebSocket Support**: Real-time communication capabilities through WebSocket connections.\n- **Extensible Architecture**: Easy to extend and customize for different use cases.\n- **Comprehensive Testing**: Includes unit tests and integration tests to ensure reliability.\n\n## Installation\n\n1.  Clone the repository and navigate to the `a2ago` directory:\n\n```bash\ngit clone https://github.com/a2ap/a2ago.git\ncd a2ago\n```\n\n2.  Install dependencies:\n\n```bash\ngo mod download\n```\n\n## Usage\n\n### Basic Example\n\nHere's a simple example of how to use the library:\n\n```go\npackage main\n\nimport (\n    \"github.com/a2ap/a2ago\"\n    \"github.com/rs/zerolog/log\"\n)\n\nfunc main() {\n    // Create a new client\n    client := a2ago.NewClient(\"http://localhost:8089\")\n    \n    // Send a message\n    response, err := client.SendMessage(\"Hello, Agent!\")\n    if err != nil {\n        log.Fatal().Err(err).Msg(\"Failed to send message\")\n    }\n    \n    log.Info().Str(\"response\", response).Msg(\"Received response\")\n}\n```\n\n## Examples\n\nThe repository includes several examples to help you get started:\n\n### Simple Client\n\nThe `simple-client` example demonstrates how to use the `a2ago` library to connect to an A2A server, send messages, and query task status.\n\n### Server Hello World\n\nThe `server-hello-world` example shows how to create a basic A2A server that can receive messages and respond to clients.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Acknowledgments\n\nThis project is a Go implementation of the [A2A4J (Agent-to-Agent for Java)](https://github.com/a2a4j/a2a4j) framework. We would like to express our sincere gratitude to the A2A4J team for their excellent work and for making their project open source. This Go version was developed with reference to their implementation, aiming to provide the same functionality in the Go ecosystem.\n\n## License\n\nThis project is licensed under the Apache License 2.0. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2ap%2Fa2ago","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa2ap%2Fa2ago","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2ap%2Fa2ago/lists"}