{"id":35737531,"url":"https://github.com/tjklint/code-playground","last_synced_at":"2026-01-06T13:02:54.660Z","repository":{"id":328745143,"uuid":"1113510648","full_name":"tjklint/code-playground","owner":"tjklint","description":"AI Agent with Code Execution tools built on top of the Botpress ADK","archived":false,"fork":false,"pushed_at":"2025-12-15T03:17:03.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-17T21:11:36.352Z","etag":null,"topics":["adk","ai","ai-agent","ai-agents","ai-assistant","ai-chatbot","ai-tools","botpress","botpress-adk"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tjklint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-10T04:39:42.000Z","updated_at":"2025-12-15T03:17:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tjklint/code-playground","commit_stats":null,"previous_names":["tjklint/code-playground"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tjklint/code-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjklint%2Fcode-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjklint%2Fcode-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjklint%2Fcode-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjklint%2Fcode-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjklint","download_url":"https://codeload.github.com/tjklint/code-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjklint%2Fcode-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28225528,"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":"2026-01-06T02:00:07.049Z","response_time":56,"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":["adk","ai","ai-agent","ai-agents","ai-assistant","ai-chatbot","ai-tools","botpress","botpress-adk"],"created_at":"2026-01-06T13:02:18.485Z","updated_at":"2026-01-06T13:02:54.653Z","avatar_url":"https://github.com/tjklint.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ Code Playground\n\nAn AI-powered interactive code playground. Execute JavaScript code through natural conversation.\n\n**[Try the Live Demo →](https://tjklint.github.io/code-playground)**\n\n## Features\n\n- ⚡ **JavaScript** — Full Node.js runtime with ES6+ support\n- 🔷 **TypeScript** — Type-safe code execution\n- 🧠 **AI-Powered** — Natural language code execution\n\n## Getting Started\n\n### Agent Development\n\n1. Install dependencies:\n\n   ```bash\n   pnpm install\n   ```\n\n2. Start development server:\n\n   ```bash\n   adk dev\n   ```\n\n3. Deploy your agent:\n   ```bash\n   adk deploy\n   ```\n\n### Frontend (GitHub Pages)\n\nThe frontend lives in the `docs/` folder and is ready for GitHub Pages.\n\n1. Push your code to GitHub\n\n2. Go to your repository **Settings** → **Pages**\n\n3. Under \"Build and deployment\":\n   - **Source**: Deploy from a branch\n   - **Branch**: `main` (or your default branch)\n   - **Folder**: `/docs`\n\n4. Click **Save** — your site will be live at:\n   ```\n   https://YOUR_USERNAME.github.io/code-playground\n   ```\n\n### Local Preview\n\nTo preview the frontend locally, serve the `docs/` folder:\n\n```bash\n# Using Python\npython -m http.server 8000 -d docs\n\n# Or using npx\nnpx serve docs\n```\n\nThen open http://localhost:8000\n\n## Project Structure\n\n```\n├── docs/              # GitHub Pages frontend\n│   ├── index.html\n│   ├── styles.css\n│   └── app.js\n├── src/\n│   ├── actions/       # Callable functions (run_js)\n│   ├── workflows/     # Long-running processes\n│   ├── conversations/ # Conversation handlers\n│   ├── tables/        # Data storage schemas\n│   ├── triggers/      # Event subscriptions\n│   └── knowledge/     # Knowledge base files\n└── webchat.html       # Simple embedded webchat (legacy)\n```\n\n## Learn More\n\n- [Botpress ADK](https://github.com/botpress/adk)\n- [ADK Documentation](https://botpress.com/docs/adk)\n- [Botpress Platform](https://botpress.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjklint%2Fcode-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjklint%2Fcode-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjklint%2Fcode-playground/lists"}