{"id":50657859,"url":"https://github.com/code0-tech/hercules","last_synced_at":"2026-07-08T19:01:33.812Z","repository":{"id":334456787,"uuid":"1135159257","full_name":"code0-tech/hercules","owner":"code0-tech","description":"The action sdk to connect with aquila","archived":false,"fork":false,"pushed_at":"2026-06-17T20:59:44.000Z","size":623,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T22:25:43.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code0-tech.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":"2026-01-15T18:09:51.000Z","updated_at":"2026-04-29T13:34:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/code0-tech/hercules","commit_stats":null,"previous_names":["code0-tech/hercules"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/code0-tech/hercules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code0-tech%2Fhercules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code0-tech%2Fhercules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code0-tech%2Fhercules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code0-tech%2Fhercules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code0-tech","download_url":"https://codeload.github.com/code0-tech/hercules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code0-tech%2Fhercules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35275246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-06-08T01:00:25.691Z","updated_at":"2026-07-08T19:01:33.778Z","avatar_url":"https://github.com/code0-tech.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# hercules\nThe action sdk to connect with aquila\n\nThis action sdk is currently implemented in:\n- [Typescript](./ts/README.md)\n\n# GRPC Communcation Flow\n\n## Connection Flow\n\n```mermaid\nsequenceDiagram\n    participant Hercules as Hercules (Client)\n    participant Aquila as Aquila (Server)\n    participant Stream as Stream (gRPC)\n\n    Hercules-\u003e\u003eAquila: Register datatypes\u003cbr\u003ebecause maybe they are needed in the config definitions\n    Aquila--\u003e\u003eHercules: Validation result\n\n    Hercules-\u003e\u003eAquila: Register function definitions\n    Aquila--\u003e\u003eHercules: Validation result\n\n    Hercules-\u003e\u003eAquila: Register flow types\n    Aquila--\u003e\u003eHercules: Validation result\n\n    Hercules-\u003e\u003eStream: Open bi-directional stream\n    Hercules-\u003e\u003eStream: ActionLogon request\n\n    Stream--\u003e\u003eHercules: Receive action configurations\n```\n\n## Function execution flow\n\n```mermaid\nsequenceDiagram\n    participant Hercules as Hercules (Client)\n    participant Stream as Stream (gRPC)\n\n    Stream--\u003e\u003eHercules: Receive execution request\n    \n    Note right of Hercules: Hercules maps the request\u003cbr\u003ewith a registed function\u003cbr\u003e and computes the result\n\n    Hercules-\u003e\u003eStream: Execution response\u003cbr\u003ewith computed result\n```\n\n## Event flow\n\n```mermaid\nsequenceDiagram\n    participant Hercules as Hercules (Client)\n    participant Stream as Stream (gRPC)\n\n    Hercules-\u003e\u003eStream: Event dispatch request\u003cbr\u003e with project id and payload\n```\n\n# Test Server\nTo use a simple test server use the following command:\n\n```bash\n./bin/test_server.rb\n```\nThis will start a test server on `localhost:50051` that you can connect to with the action sdk.\nWatch out this test server isnt really working its just an way to test the connection. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode0-tech%2Fhercules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode0-tech%2Fhercules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode0-tech%2Fhercules/lists"}