humanus.cpp/README.md

526 B

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

cmake -B build
cmake --build build --config Release

How to Run

./build/bin/humanus_cli # Unix/MacOS

# Or?
.\build\bin\Release\humanus_cli.exe # Windows