Skip to Content

KnowMax


KnowMax Documentation

KnowMax is a framework for building and operating agent systems. It gives you a runtime harness for composing agents with memory, tools, skills, sandboxes, and subagents, and it also provides an application layer that turns those capabilities into a usable product experience.

This documentation is organized around those two parts:

  • KnowMax Harness: the core SDK and runtime layer for building your own agent system.
  • KnowMax App: a reference application built on top of the Harness for deployment, operations, and end-user workflows.

If you want to understand how KnowMax works, start with the Introduction. If you want to build on the core runtime, go to the Harness docs. If you want to deploy and use KnowMax as an application, go to the App docs.

Start here

If you are new to KnowMax

Start with the conceptual overview first.

If you want to build with KnowMax

Start with the Harness section. This path is for teams who want to integrate KnowMax capabilities into their own system or build a custom agent product on top of the KnowMax runtime.

If you want to deploy and use KnowMax

Start with the App section. This path is for teams who want to run KnowMax as a complete application and understand how to configure, operate, and use it in practice.

Documentation structure

Introduction

The Introduction section helps you build the right mental model before you look at implementation details.

  • What is KnowMax explains what KnowMax is and what problems it is designed to solve.
  • Why KnowMax explains the motivation behind the project.
  • Core Concepts introduces the concepts that appear across the documentation.
  • Harness vs App explains the relationship between the runtime layer and the application layer.

KnowMax Harness

The Harness section is the core of the technical documentation. It is written for developers who want to build their own KnowMax-based system.

  • Quick Start shows how to create your first harness with the core KnowMax API.
  • Design Principles explains the architectural ideas behind the Harness.
  • Configuration covers the main configuration surface of the SDK/runtime.
  • Memory, Tools, Skills, and Sandbox explain the major system capabilities separately.
  • Customization shows how to adapt KnowMax to your own product requirements.
  • Integration Guide explains how to integrate the Harness into a larger system.

KnowMax App

The App section is written for teams who want to deploy KnowMax as a usable product.

  • Quick Start helps you run the application locally.
  • Deployment Guide explains how to deploy KnowMax in your own environment.
  • Configuration covers the application-level configuration model.
  • Workspace Usage explains the main user workflows.
  • Agents and Threads explains how users interact with KnowMax in practice.
  • Operations and Troubleshooting covers maintenance and production usage.

Tutorials

The Tutorials section is for hands-on, task-oriented learning.

Reference

The Reference section is for detailed lookup material, including configuration, runtime modes, APIs, and source-oriented mapping.

Choose the right path

  • If you are evaluating the project, start with Introduction.
  • If you are building your own agent system, start with KnowMax Harness.
  • If you are deploying KnowMax for users, start with KnowMax App.
  • If you want to learn by doing, go to Tutorials.