Git Product home page Git Product logo

rodel.agent's Introduction

Rodel Agent

A Windows desktop application that integrates chat, text-to-image, text-to-speech, and machine translation, supports the current mainstream AI services, and offers an excellent desktop AI experience.

English · 简体中文

✨ Feature Overview

chat interface

Please refer to the document website for detailed introduction: Rodel Agent

⚒️ Project Development

Prerequisites

Development Tools Visual Studio 2022
Basic Dependencies .NET 8, Windows App SDK 1.5
Submodules Richasy/semantic-kernel

Cloning the Repository

Run the following command to clone the main repository and pull the submodules simultaneously.

git clone --recurse-submodules https://github.com/Richasy/Rodel.Agent.git

If you have already cloned the repository but forgot to initialize and update the submodules, you can run the following command in the repository directory to complete this step:

git submodule update --init --recursive

After pulling, please check the branch of the submodule Richasy/semantic-kernel to ensure it is the dev branch.

Building

UI

The desktop UI project is located in the src/Desktop/RodelAgent.UI directory. You can set RodelAgent.UI as the startup project and switch the environment to x64 for building.

Console

If you are developing specific functional modules, you can find the main console programs for these modules in the src/Console directory, where you can quickly verify functionalities.

For different functional console programs, you need to manually create a config.json file in the project directory and fill in your service configuration.

For example, for the chat program, you need to create a config.json file matching the ChatClientConfiguration and place it in the RodelChat.Console directory.

The specific service configuration is optional, and you can fill in only the services you want to test. For example:

{
    "openai": {
        "key": "sk-xxxxxxxxxxxxxxxxxxxxxxx"
    }
}

The console will automatically load the local config.json but will not upload it via git to ensure that the key is not leaked.

🔗 Links

rodel.agent's People

Contributors

richasy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.