xbotter / AgentSpace

LLM Multi-Agents Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agent Space

Build, Test and Manage your LLM multi-agents in one place

This online demo uses Pizza Bot provided by BotSharp as an example to show a complete use case of how to use Agent Space to build, test and manage AI Chatbot. You can start building your own enterprise LLM application based on this case.

The Agent Space project consists of a front-end UI and a back-end service. The front-end framework uses SvelteKit, and the back-end service uses the ASP.NET Core MVC framework. The LLM application framework uses BotSharp.

Run UI project

git clone https://github.com/SciSharp/AgentSpace
cd SpaceUI
npm install
npm run dev

Run API Service

cd SpaceService
dotnet run --project .\src\WebStarter\WebStarter.csproj -p SolutionName=SpaceService

After you have successfully run the UI and service projects, visit http://localhost:5000/ and you will see a login page.

login

About

LLM Multi-Agents Management

License:Apache License 2.0


Languages

Language:CSS 79.5%Language:Svelte 17.5%Language:JavaScript 2.6%Language:C# 0.2%Language:HTML 0.1%