An open API service indexing awesome lists of open source software.

https://github.com/dais-project/dais

Your Desktop AI Staffs.
https://github.com/dais-project/dais

agent ai ai-agents dais desktop desktop-app fullstack llm multi-agent workflow

Last synced: 18 days ago
JSON representation

Your Desktop AI Staffs.

Awesome Lists containing this project

README

          




Dais Logo

Dais


Your Desktop AI Staffs


简体中文 |
English




## Screenshot

![mainscreen](./docs/screenshots/mainscreen-en-split.png)

## Quick Start



Download Latest Release

## Features

- MCP support: Connect more external tools so Agents can handle a wider range of task scenarios
- Skills management: Centrally manage and assign Agent skills so different tasks can use the right capability combination
- Workspace management: Freely switch between multiple workspaces to fit different projects and usage scenarios
- Parallel task handling: Process and manage multiple tasks at the same time for more efficient multitasking
- Multi-Agent collaboration: Dispatch tasks through subtasks to make more efficient use of context

## Links

- [LinuxDO](https://linux.do/)

## Development

### Prerequisites

- uv
- pnpm
- node
- rustup

### Commands

Install dependencies (postinstall will run `nx run-many -t install` for subprojects)
```
pnpm install
```

Start the dev servers
```
pnpm run dev
```

Build all projects
```
pnpm run build
```