{"id":23933739,"url":"https://github.com/SciSharp/BotSharp-UI","last_synced_at":"2025-09-11T16:32:41.905Z","repository":{"id":214248845,"uuid":"735403495","full_name":"SciSharp/BotSharp-UI","owner":"SciSharp","description":"Build, test and manage your AI Agents in the central place.","archived":false,"fork":false,"pushed_at":"2024-04-22T12:05:02.000Z","size":5863,"stargazers_count":43,"open_issues_count":1,"forks_count":18,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-22T13:27:48.605Z","etag":null,"topics":["agent","ai","botsharp","chatbot"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SciSharp.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}},"created_at":"2023-12-24T19:50:11.000Z","updated_at":"2024-04-22T13:27:52.621Z","dependencies_parsed_at":"2024-02-19T16:59:48.566Z","dependency_job_id":"a877dc1e-843f-4c2c-8e3d-144e7b8b3ad9","html_url":"https://github.com/SciSharp/BotSharp-UI","commit_stats":null,"previous_names":["scisharp/botsharp-ui"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FBotSharp-UI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FBotSharp-UI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FBotSharp-UI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FBotSharp-UI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciSharp","download_url":"https://codeload.github.com/SciSharp/BotSharp-UI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232658688,"owners_count":18556988,"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","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":["agent","ai","botsharp","chatbot"],"created_at":"2025-01-06T00:29:52.627Z","updated_at":"2025-09-11T16:32:41.876Z","avatar_url":"https://github.com/SciSharp.png","language":"SCSS","funding_links":[],"categories":["Building"],"sub_categories":["Testing"],"readme":"# BotSharp UI\n\nThe `BotSharp UI` is a web app used to manage agents and conversations. Through it you can build new Agent, manage existing Agents and conversations. The Node-based Agent building experience allows you to build a brand new AI assistant in a very short time. \nThis project is written in [SvelteKit v2](https://svelte.dev/) and backed by [BotSharp](https://github.com/SciSharp/BotSharp) as the [LLM](https://en.wikipedia.org/wiki/Large_language_model) services.\n\n[![Discord](https://img.shields.io/discord/1106946823282761851?label=Discord)](https://discord.com/channels/1106946823282761851/1106947212459642991)\n[![QQ群聊](https://img.shields.io/static/v1?label=QQ\u0026message=群聊\u0026color=brightgreen)](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027\u0026k=sN9VVMwbWjs5L0ATpizKKxOcZdEPMrp8\u0026authKey=RLDw41bLTrEyEgZZi%2FzT4pYk%2BwmEFgFcrhs8ZbkiVY7a4JFckzJefaYNW6Lk4yPX\u0026noverify=0\u0026group_code=985366726)\n[![Deployment](https://github.com/SciSharp/BotSharp-UI/actions/workflows/azure-static-web-apps-victorious-moss-007e11310.yml/badge.svg)](https://github.com/SciSharp/BotSharp-UI/actions/workflows/azure-static-web-apps-victorious-moss-007e11310.yml/)\n[![Latest Build Demo](https://img.shields.io/badge/Latest%20build%20demo-BotSharp%20UI-blue)](https://victorious-moss-007e11310.4.azurestaticapps.net/)\n\n[\u003cimg src=\"https://i.ytimg.com/vi/nougEw-vyk0/maxresdefault.jpg\" width=\"50%\"\u003e](https://www.youtube.com/watch?v=nougEw-vyk0 \"BotSharp UI\")\n\n## Installation\n\nInstall dependent libraries.\n\n```bash\ngit clone https://github.com/SciSharp/BotSharp-UI\ncd BotSharp-UI\nnpm install\n```\n\n## Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n\n# or start the server with different .env\nnpm run dev -- --mode botsharp\n```\n\nYou can override the `.env` values by creating a local env file named `.env.local` if needed.\n\n## Building\n\nTo create a production version of your app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\n\u003e To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.\n\n## Deployment\n\nTo manual deploy as [Azure Static Web Apps](https://learn.microsoft.com/en-us/azure/static-web-apps/) at scale.\n\n```bash\nnpm run build -- --mode production\nnpm install -g @azure/static-web-apps-cli\nswa deploy ./build/ --env production --deployment-token {token}\n```\n\n## Customization\n\nCreate a new `.env.production` file in the root folder.\nSet new values from the `.env` file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSciSharp%2FBotSharp-UI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSciSharp%2FBotSharp-UI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSciSharp%2FBotSharp-UI/lists"}