Skip to content

AaronToh/harness

Repository files navigation

Description

My implementation of an agent loop that enables Large Language Models (LLMs) to perform multi-step tasks using tools. I follow the OpenAI Chat Completions API format for tool calling, routing requests through OpenRouter. Currently supports file reads — when the LLM requests a file, the contents are appended to the conversation and returned to the model to inform its next response.

About

An agent loop in C++ that lets an LLM read files to complete multi-step tasks

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors