Go to file
hkr04 f9d544a147 hint on submodule 2025-03-19 18:46:55 +08:00
agent fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
config fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
flow fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
mcp@1e66845e8a fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
server fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
spdlog Initial commit 2025-03-16 17:17:01 +08:00
tool fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
.gitignore Initial commit 2025-03-16 17:17:01 +08:00
.gitmodules add .gitmodules 2025-03-17 16:00:04 +08:00
CMakeLists.txt fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
README.md hint on submodule 2025-03-19 18:46:55 +08:00
config.cpp fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
config.h fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
llm.cpp a workable version (but ...) 2025-03-17 01:58:37 +08:00
llm.h fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
logger.cpp fix compilation error on Windows 2025-03-18 16:40:16 +08:00
logger.h zh -> en 2025-03-17 16:35:11 +08:00
main.cpp fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
prompt.cpp fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
prompt.h fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
schema.cpp fix compilation error on Windows 2025-03-18 16:40:16 +08:00
schema.h fix some bugs; planning flow on test 2025-03-19 18:44:54 +08:00
toml.hpp Initial commit 2025-03-16 17:17:01 +08:00

README.md

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

git submodule update --init --recursive

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