27 lines
567 B
Markdown
27 lines
567 B
Markdown
## Introduction
|
|
|
|
Humanus (meaning "human" in Latin) is a lightweight framework inspired by OpenManus, integrated with the Model Context Protocol (MCP). `humanus.cpp` enables more flexible tool choices, and provides a foundation for building powerful local LLM agents.
|
|
|
|
Let's embrace local LLM agents w/ Humanus!
|
|
|
|
## Features
|
|
|
|
## How to Build
|
|
|
|
```bash
|
|
git submodule update --init --recursive
|
|
|
|
cmake -B build
|
|
cmake --build build --config Release
|
|
```
|
|
|
|
## How to Run
|
|
|
|
```bash
|
|
./build/bin/humanus_cli # Unix/MacOS
|
|
|
|
# Or?
|
|
.\build\bin\Release\humanus_cli.exe # Windows
|
|
```
|
|
|