Show HN:具備持久身份的 PermaMind AI 代理(開源)

Show HN:具備持久身份的 PermaMind AI 代理(開源)

Hacker News·

Hacker News 介紹了 PermaMind,一個為 AI 代理實現持久狀態化自我更新(PSSU)的開源專案。該架構旨在讓 AI 代理能夠在不同會話之間學習並保留行為變化,解決了當前代理無法真正持久學習的限制。

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

To see all available qualifiers, see our documentation.

Reference implementation of Persistent Stateful Self-Update (PSSU) showing bounded write access as a substrate for identity in long-lived AI agents.

Uh oh!

There was an error while loading. Please reload this page.

hustle-rent-due/PermaMind

Folders and files

Latest commit

History

Repository files navigation

PermaMind

Persistent Identity & Stateful Decision Architecture for AI Agents

Image

Image

The Problem

Most AI agents don't actually learn across sessions. Even with "memory" enabled:

Memory exists. Reasoning exists. Durable behavioral change does not.

The Solution

PermaMind implements PSSU (Persistent Stateful Self-Update):

Architecture

Gap Engine™

Detects prediction errors (Δ) and computes priority: Q = k·Δ

Confidence Gate™

Blocks confident assertions when unresolved gaps exist

Identity Store™

Persists learned constraints across sessions

Live Demo

👉 Try the interactive demo

Watch three agents face the same task stream:

Save → Refresh → Load to prove persistence.

Python SDK

Installation

Further Reading

Contact

Nile Green
📧 [email protected]
🌐 https://bapxai.com

License

MIT - See LICENSE file

Published November 2024. Open source implementation of persistent learning architecture.

About

Reference implementation of Persistent Stateful Self-Update (PSSU) showing bounded write access as a substrate for identity in long-lived AI agents.

Topics

Resources

Uh oh!

There was an error while loading. Please reload this page.

Stars

Watchers

Forks

Releases

Packages

  0

Languages

Footer

Footer navigation

Hacker News

相關文章

  1. Show HN:PSSU – AI 為何無法形成持久性身份(互動式演示)

    4 個月前

  2. PowerMem:AI 代理的持久記憶層

    4 個月前

  3. Show HN:Supe – 為您的AI代理賦予大腦,而不僅僅是記憶

    3 個月前

  4. Show HN:持久心智模型 – 發展自身身份的人工智能

    6 個月前

  5. Show HN:FailWatch – AI 代理的故障關閉斷路器

    4 個月前