25 lines
526 B
Markdown
25 lines
526 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
|
||
|
|
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
|
||
|
|
```
|
||
|
|
|