Skip to content

Dais-Project/Dais

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

697 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Dais Logo

Dais

Your Desktop AI Staffs
简体中文 | English

Screenshot

mainscreen

Quick Start

Download Latest Release

Features

  • Powerful Extensibility

    Expand your Agent's capabilities by connecting it to various external tools, enabling it to tackle a much wider range of real-world tasks.

  • Flexible Skill Management

    Easily organize and assign specific skills to your Agents, ensuring they always have the perfect toolkit for the job at hand.

  • Intuitive Workspace Organization

    Stay organized by switching seamlessly between dedicated workspaces tailored for different projects and scenarios.

  • Efficient Multi-Tasking

    Keep things moving by managing and advancing multiple tasks simultaneously without losing track of your progress.

  • Secure & Controlled Execution

    Work with peace of mind thanks to robust permission controls that prevent unintended actions and ensure your Agent stays on track.

Links

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