{"id":31884330,"url":"https://github.com/copilotkit/adk-generative-dashboard","last_synced_at":"2025-10-13T03:58:07.064Z","repository":{"id":316288372,"uuid":"1062180958","full_name":"CopilotKit/adk-generative-dashboard","owner":"CopilotKit","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-23T17:51:42.000Z","size":173,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T19:32:17.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://adk-generative-dashboard.vercel.app","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/CopilotKit.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-22T23:19:33.000Z","updated_at":"2025-09-23T17:54:14.000Z","dependencies_parsed_at":"2025-09-23T19:33:16.307Z","dependency_job_id":null,"html_url":"https://github.com/CopilotKit/adk-generative-dashboard","commit_stats":null,"previous_names":["copilotkit/adk-generative-dashboard"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/CopilotKit/adk-generative-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fadk-generative-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fadk-generative-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fadk-generative-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fadk-generative-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CopilotKit","download_url":"https://codeload.github.com/CopilotKit/adk-generative-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fadk-generative-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013508,"owners_count":26085369,"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-10-13T02:00:06.723Z","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":"2025-10-13T03:58:03.994Z","updated_at":"2025-10-13T03:58:07.054Z","avatar_url":"https://github.com/CopilotKit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CopilotKit + ADK Generative Canvas\n\n\nhttps://github.com/user-attachments/assets/9201d528-573f-43cc-9d31-571c362318a7\n\n\n\n---\n\nThis project provides a **Canvas UI** for building and running agents with [Google’s ADK](https://google.github.io/adk-docs/), [AG-UI](https://docs.ag-ui.com/introduction), and [CopilotKit](https://github.com/CopilotKit/CopilotKit).  \n\nInstead of plain text, the agent can **populate metrics, charts, and real-time data** into the Canvas dashboard.\n\n---\n\n## 🔧 Quickstart\n\n```bash\ngit clone https://github.com/your-org/copilotkit-adk-canvas\ncd copilotkit-adk-canvas\n\n# install JS deps + agent\npnpm install        # or npm/yarn/bun\n\n# install Python deps separately for the ADK agent\npnpm install:agent\n\n# set your Google API key\nexport GOOGLE_API_KEY=\"your-google-api-key-here\"\n\n# start UI + agent together\npnpm run dev\n\n```\n\n### 📦 Prerequisites\n- Node.js 18+  \n- Python 3.8+  \n- Google Makersuite API Key → get one [here](https://makersuite.google.com/)  \n- Any package manager (pnpm recommended)  \n\n💡 Lockfiles (`package-lock.json`, `yarn.lock`, etc.) are gitignored — each dev manages their own.  \n\n---\n\n### 🛠 Available Scripts\n- `dev` → Start UI + agent (default)  \n- `dev:debug` → Start with debug logging  \n- `dev:ui` → Run just the Next.js app  \n- `dev:agent` → Run just the ADK agent  \n- `build / start` → Production build + server  \n- `lint` → Run ESLint  \n- `install:agent` → Install Python deps inside `agent/.venv`  \n\n---\n\n### 🎨 Customization\n- **Main UI** → `src/app/page.tsx`  \n- Change theme/colors and sidebar appearance  \n- Add new visualization components  \n- Extend agent logic in `/agent`  \n\n---\n\n### 📚 Docs\n- [ADK](https://google.github.io/adk-docs/)  \n- [CopilotKit](https://github.com/CopilotKit/CopilotKit)  \n- [AG-UI](https://docs.ag-ui.com/introduction)  \n\n---\n\n### 🐛 Troubleshooting\n**Agent connection issues?**  \n- Ensure ADK agent runs on port `8000`  \n- Double-check `GOOGLE_API_KEY`  \n- Confirm both servers boot without errors  \n\n---\n\n### 🤝 Contributing\nPRs and issues welcome — this Canvas is meant to be hacked on.  \n\n---\n\n### 📄 License\nMIT — see [LICENSE](./LICENSE) for details.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopilotkit%2Fadk-generative-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopilotkit%2Fadk-generative-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopilotkit%2Fadk-generative-dashboard/lists"}