Skip to content

Commit 0eb9745

Browse files
committed
Update README.
1 parent 0a0f50d commit 0eb9745

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ It's written in C# running on .Net Core that is full cross-platform framework, t
2424
* Built-in multi-agents and conversation with state management.
2525
* Support multiple LLM Planning approaches to handle different tasks.
2626
* Built-in RAG related interfaces, Memeory based vector searching.
27-
* Support multiple LLM platforms (ChatGPT 3.5 / 4.0, PaLM 2, LLaMA 2, HuggingFace).
27+
* Support multiple AI platforms (ChatGPT 3.5 / 4.0, PaLM 2, LLaMA 2, HuggingFace).
2828
* Allow multiple agents with different responsibilities cooperate to complete complex tasks.
2929
* Build, test, evaluate and audit your LLM agent in one place.
30-
* Build-in Agent Builder UI written in SvelteKit.
30+
* Build-in `BotSharp UI` written in [SvelteKit](https://kit.svelte.dev/).
3131
* Abstract standard Rich Content data structure. Integrate with popular message channels like Facebook Messenger, Slack and Telegram.
3232
* Provide RESTful Open API and WebSocket real-time communication.
3333

@@ -39,18 +39,17 @@ It's written in C# running on .Net Core that is full cross-platform framework, t
3939
PS D:\BotSharp\> dotnet run -p .\src\WebStarter
4040
```
4141

42-
2. Run UI project, reference to [Agent Builder](src/agent-builder/README.md).
42+
2. Run Admin UI project, reference to [BotSharp UI](https://github.com/SciSharp/BotSharp-UI).
4343
```sh
44-
PS D:\> cd .\src\agent-builder
44+
PS D:\> git clone https://github.com/SciSharp/BotSharp-UI
45+
PS D:\> cd BotSharp-UI
4546
PS D:\> npm install --force
4647
PS D:\> npm run dev
4748
```
4849

4950
Access http://localhost:5015/
5051

5152
<img src="./docs/static/screenshots/agent-builder-agents.png" height="450px"/>
52-
<img src="./docs/static/screenshots/agent-builder-conversations.png" height="450px"/>
53-
<img src="./docs/static/screenshots/web-live-chat.png" height="450px"/>
5453

5554
### Core Modules
5655

0 commit comments

Comments
 (0)