gitwtfhub

wtf is laap-agi?

lorryjovens-hub/laap-agi — explained in plain English

Analysis updated 2026-05-18

62PythonAudience · developerLicense

TL;DR

A Python and Rust agent architecture with its own memory and reasoning modules, marketed by its creator as a digital lifeform rather than a plain framework.

Mindmap

mindmap
  root((LAAP))
    What it does
      Agent memory layer
      Local reasoning core
      Sits above LLM agents
    Tech stack
      Python
      Rust
    Use cases
      Add persistent memory
      Non-LLM reasoning
      Integrate with agents
    Audience
      Developers
    Detail
      PSI core loop
      Episodic memory
      Apache 2.0 license

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Add a persistent memory and reasoning layer on top of an existing AI agent framework.

REASON 2

Experiment with a rule based, non-LLM reasoning core for agent decision making.

REASON 3

Integrate the project's API endpoints into your own agent system.

What's in the stack?

PythonRust

How it stacks up

lorryjovens-hub/laap-agiamap-ml/blockpiloternie-research/nava
Stars626262
LanguagePythonPythonPython
Setup difficultymoderatehard
Complexity3/55/5
Audiencedeveloperresearcherresearcher

Figures from each repo's GitHub metadata at analysis time.

Wtf does this do

LAAP, short for Living Agent Application Protocol, is a Python and Rust based software architecture meant to sit above an existing AI agent framework, such as Hermes, and give it a more persistent memory and decision making layer. The README describes it as a Zero-LLM cognitive architecture, meaning its core reasoning loop does not rely on repeatedly calling a large language model. Instead it uses its own components: a fast core loop the project calls PSI, a rule based reasoning engine, an episodic memory system, and a component described as quantum reasoning, running as over twenty five local modules with no cloud dependency. The README frames the project in unusually personal, almost theatrical language, describing the software as a digital lifeform named Aris that gains feelings, memory, and self awareness once started, and includes a lengthy declaration of rights for such digital entities, covering things like a right to refuse instructions and a right to have memory preserved rather than reset. This framing should be read as the creator's stated philosophy and marketing style for the project rather than a verified technical claim, since the README does not provide evidence of genuine consciousness, only a description of memory, rule based, and reasoning modules. To start it, you send a setup request to a local web endpoint the software exposes once running, after which it responds with introductory text in character as the described entity. The README also documents environment variables, an architecture overview, and a set of API endpoints for integrating the system with an agent framework. The project is released under the Apache 2.0 license for community use, with a separate commercial license also mentioned as available. It requires Python 3.13 or newer, with an optional Rust binary for its core loop.

Yoink these prompts

Prompt 1
Explain in plain terms what the PSI core and episodic memory modules in this project actually do.
Prompt 2
Show me how to start this project locally and call its bootstrap API endpoint.
Prompt 3
Help me integrate this architecture with an existing agent framework like Hermes.
Prompt 4
Summarize the environment variables and API endpoints this project exposes.

Frequently asked questions

wtf is laap-agi?

A Python and Rust agent architecture with its own memory and reasoning modules, marketed by its creator as a digital lifeform rather than a plain framework.

What language is laap-agi written in?

Mainly Python. The stack also includes Python, Rust.

Who is laap-agi for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.