{"id":29792196,"url":"https://github.com/secretiveshell/a2a-types","last_synced_at":"2026-02-24T01:08:45.355Z","repository":{"id":287699268,"uuid":"965530811","full_name":"SecretiveShell/a2a-types","owner":"SecretiveShell","description":"Google A2A-compatible message types exposed as Pydantic models.","archived":false,"fork":false,"pushed_at":"2025-04-13T11:22:54.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-25T11:29:34.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/SecretiveShell.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}},"created_at":"2025-04-13T11:22:10.000Z","updated_at":"2025-07-10T20:34:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"6664de8e-94be-4e52-a77c-55cdde312b42","html_url":"https://github.com/SecretiveShell/a2a-types","commit_stats":null,"previous_names":["promptmesh/a2a-types","secretiveshell/a2a-types"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SecretiveShell/a2a-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fa2a-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fa2a-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fa2a-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fa2a-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecretiveShell","download_url":"https://codeload.github.com/SecretiveShell/a2a-types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2Fa2a-types/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267447423,"owners_count":24088593,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":"2025-07-28T01:05:22.689Z","updated_at":"2026-02-24T01:08:40.325Z","avatar_url":"https://github.com/SecretiveShell.png","language":"Python","readme":"# a2a-types\r\n\r\nA2A-compatible message types exposed as Pydantic models.\r\n\r\n## Installation\r\n\r\n```bash\r\nuv add a2a-types\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom a2a_types.types import AgentCard\r\n\r\ncard = AgentCard(\r\n    name=\"My Agent\",\r\n    description=\"This is my agent.\",\r\n    url=\"https://example.com/api\",\r\n    provider=AgentProvider(organization=\"My Organization\"),\r\n    version=\"1.0.0\",\r\n    documentationUrl=\"https://example.com/docs\",\r\n    capabilities=AgentCapabilities(streaming=True, pushNotifications=True, stateTransitionHistory=True),\r\n    authentication=AgentAuthentication(schemes=[\"bearer\"], credentials=\"secret\"),\r\n    defaultInputModes=[\"text\"],\r\n    defaultOutputModes=[\"text\"],\r\n    skills=[\r\n        AgentSkill(id=\"my-skill\", name=\"My Skill\", description=\"This is my skill.\", tags=[\"tag1\", \"tag2\"], examples=[\"example1\", \"example2\"], inputModes=[\"text\", \"code\"], outputModes=[\"text\", \"code\"]),\r\n    ],\r\n)\r\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretiveshell%2Fa2a-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretiveshell%2Fa2a-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretiveshell%2Fa2a-types/lists"}