{"id":27213216,"url":"https://github.com/axone-protocol/doctai","last_synced_at":"2026-03-07T05:33:09.258Z","repository":{"id":287107486,"uuid":"960060236","full_name":"axone-protocol/doctai","owner":"axone-protocol","description":"🩺  AI agent demo running on the Axone protocol for collaborative medical diagnosis.","archived":false,"fork":false,"pushed_at":"2025-07-08T18:34:38.000Z","size":2025,"stargazers_count":2,"open_issues_count":19,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T18:28:49.290Z","etag":null,"topics":["agentic-ai","dapp","medical-application","showcase"],"latest_commit_sha":null,"homepage":"https://axone.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axone-protocol.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-03T19:47:18.000Z","updated_at":"2025-05-29T09:36:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"412705a0-fc71-4b5a-8c6f-b637e868a48d","html_url":"https://github.com/axone-protocol/doctai","commit_stats":null,"previous_names":["axone-protocol/doctai"],"tags_count":0,"template":false,"template_full_name":"axone-protocol/template-oss","purl":"pkg:github/axone-protocol/doctai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axone-protocol%2Fdoctai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axone-protocol%2Fdoctai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axone-protocol%2Fdoctai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axone-protocol%2Fdoctai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axone-protocol","download_url":"https://codeload.github.com/axone-protocol/doctai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axone-protocol%2Fdoctai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"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":["agentic-ai","dapp","medical-application","showcase"],"created_at":"2025-04-10T02:02:39.972Z","updated_at":"2026-03-07T05:33:09.208Z","avatar_url":"https://github.com/axone-protocol.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# DoctAI\n\n\u003e AI agent demo running on the [Axone](https://axone.xyz) protocol for collaborative medical diagnosis.\n\n[![lint](https://img.shields.io/github/actions/workflow/status/axone-protocol/doctai/lint.yml?branch=main\u0026label=lint\u0026style=for-the-badge\u0026logo=github)](https://github.com/axone-protocol/doctai/actions/workflows/lint.yml)\n[![build](https://img.shields.io/github/actions/workflow/status/axone-protocol/doctai/build.yml?branch=main\u0026label=build\u0026style=for-the-badge\u0026logo=github)](https://github.com/axone-protocol/doctai/actions/workflows/build.yml)\n[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge\u0026logo=conventionalcommits)](https://conventionalcommits.org)\n[![contributor covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md)\n[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-3-Clause)\n![favicon](public/favicon.ico)\n\n## What is DoctAI?\n\n\u003e [!NOTE]\n\u003e 🥘 Still cooking. Not ready for prime time yet.\n\nDoctAI is a webapp demo showcasing an AI agent running on top of the Axone protocol, enabling user interaction with a collaborative AI system for medical diagnosis.\n\nMain features:\n\n- Submit medical queries or data and receive AI-driven analysis.\n- Demonstrate cross-lab collaboration via DoctAI.\n- Highlight governance ensuring data ownership and control.\n- Provide a functional, user-friendly demo interface.\n\n## Getting Started\n\nThis is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).\n\nBe sure to have the following properly installed:\n\n- [Node.js](https://nodejs.org/en/) `v22.15` ([jod](https://nodejs.org/en/blog/release/v22.15.0/))\n- [pnpm](https://pnpm.io/) `v10.10`\n- [Docker](https://www.docker.com/)\n\n### Setup environment variables\n\nCopy the example file and edit if needed:\n\n```sh\ncp .env.example .env\n```\n\n### Start the PostgreSQL database\n\nUse Docker Compose to launch the [PostgreSQL](https://www.postgresql.org/) database:\n\n```sh\ndocker compose up -d\n```\n\nIf you want to use [Adminer](https://www.adminer.org/en/) (web UI for PostgreSQL), run with the debug profile:\n\n```sh\ndocker compose --profile debug up -d\n```\n\n### Install dependencies\n\nInstall the required dependencies using `pnpm`:\n\n```sh\npnpm install\n```\n\n### Start the development server\n\n```sh\npnpm dev\n```\n\nOpen \u003chttp://localhost:3000\u003e in your browser to see the result.\n\n## You want to get involved? 😍\n\nPlease check out Axone health files :\n\n- [Contributing](https://github.com/axone-protocol/.github/blob/main/CONTRIBUTING.md)\n- [Code of conduct](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxone-protocol%2Fdoctai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxone-protocol%2Fdoctai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxone-protocol%2Fdoctai/lists"}