English · 中文
Before using LiteAgent, make sure your machine meets the following minimum system requirements:
- CPU >= 2 Core
- RAM >= 6 GiB
Edit 'docker/LiteAgent/config/application.yml', change host, username, password and port
mail:
host: smtp.xxx.com
username: liteagent@xxx.com
password: XXXYYYZZZ
port: 465
Please make sure docker, docker compose plugin are installed on your machine
cd docker
docker compose up -d
- Open the browser and access the initialization page(http://your_ip:8080/init, please replace with your actual ip or domain name)
-
Enter email address, nickname, password, and confirm password, click login to create the root user
-
Move to the top of the avatar and click on "Manage My Workspace"
- Then you can manage agents, tools, models and users
When creating an agent, adding a model is necessary and tools are optional
- After creating the agent, you can start chatting
Access the login page(http://your_ip:8080, please replace with your actual ip or domain name)
1. Ordinary text chat agent
2. tool agent
1. openapi
2. openrpc
3. openmodbus
1. LLM management(web, desktop)
2. Tool management(web, desktop)
3. Agent management(web, desktop)
4. User management(web)
Only support openai,other models(like Zhipu-AI、QianFan、ChatGLM、Chroma、Ollama、qwen and so on), please use the oneapi tool to convert to openai style.


