{"id":39763090,"url":"https://github.com/agentic-layer/agent-gateway-krakend","last_synced_at":"2026-01-18T11:40:12.417Z","repository":{"id":318274669,"uuid":"1053425772","full_name":"agentic-layer/agent-gateway-krakend","owner":"agentic-layer","description":"Contains all the assets needed to build and configure the KrakenD gateway container image","archived":false,"fork":false,"pushed_at":"2026-01-16T02:26:38.000Z","size":144,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-16T15:59:59.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentic-layer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-09T12:38:45.000Z","updated_at":"2026-01-12T04:45:39.000Z","dependencies_parsed_at":"2026-01-16T05:11:19.915Z","dependency_job_id":null,"html_url":"https://github.com/agentic-layer/agent-gateway-krakend","commit_stats":null,"previous_names":["agentic-layer/agent-gateway-krakend"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/agentic-layer/agent-gateway-krakend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-gateway-krakend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-gateway-krakend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-gateway-krakend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-gateway-krakend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentic-layer","download_url":"https://codeload.github.com/agentic-layer/agent-gateway-krakend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-gateway-krakend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-18T11:40:12.344Z","updated_at":"2026-01-18T11:40:12.407Z","avatar_url":"https://github.com/agentic-layer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent Gateway KrakenD\n\nA [KrakenD](https://www.krakend.io/docs/) based Agent Gateway implementation that serves as an egress API gateway for routing incoming requests to exposed agents within the agentic platform.\n\n## Plugins\n\nFollowing plugins are included in this repository:\n\n- [Agent Card URL Rewriting Plugin](go/plugin/agentcard-rw/README.md)\n- [OpenAI A2A Plugin](go/plugin/openai-a2a/README.md)\n\n\n## Development\n\n### Prerequisites\n\nThe following tools are required for development:\n\n- **Docker**: For containerization and local development\n\n### Building Plugins\n\n```shell\nmake plugins\n```\n\nThis will compile the plugins and output it to `build/`.\n\n### Run with Docker Compose\n\nStart the agent gateway using Docker Compose:\n\n```shell\n# Then start the services\ndocker compose up --build\n```\n\nStop the services:\n\n```shell\ndocker compose down\n```\n\n## Testing\n\n### A2A via JSON-RPC\n\nVerify the gateway proxy functionality with a JSON-RPC message:\n\n```shell\ncurl http://localhost:10000/mock-agent \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n     \"jsonrpc\": \"2.0\",\n     \"id\": 1,\n     \"method\": \"message/send\",\n     \"params\": {\n       \"message\": {\n         \"role\": \"user\",\n         \"parts\": [\n           {\n             \"kind\": \"text\",\n             \"text\": \"Hello, mock agent!\"\n           }\n         ],\n         \"messageId\": \"9229e770-767c-417b-a0b0-f0741243c589\",\n         \"contextId\": \"abcd1234-5678-90ab-cdef-1234567890ab\"\n       },\n       \"metadata\": {\"conversationId\": \"9229e770-767c-417b-a0b0-f0741243c589\"}\n     }\n   }' | jq\n```\n\n\n## Contribution\n\nSee [Contribution Guide](https://github.com/agentic-layer/agent-gateway-krakend?tab=contributing-ov-file) for details on contribution, and the process for submitting pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentic-layer%2Fagent-gateway-krakend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentic-layer%2Fagent-gateway-krakend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentic-layer%2Fagent-gateway-krakend/lists"}