Skip to content

yhlchat-dev/agent5-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent 5.0

Local-first Cognitive Runtime for Auditable Autonomous Agents

Agent 5.0 is an open-source runtime for building local-first autonomous agents with deterministic decision routing, auditable memory, and safety-controlled execution.

It is designed to make agent behavior inspectable, reproducible, and privacy-preserving without requiring a cloud-based control plane.


Core Execution Model

Agent 5.0 follows a single deterministic runtime loop:

task → CognitiveKernelV2 → decision routing → MemoryOS → SafetyOS → execution → audit log


Core Components

Cognitive Runtime (CognitiveKernelV2)

Provides a unified decision path for all agent actions and prevents scattered or hidden logic flow.

Immutable Memory Ledger (MemoryOS)

Stores all memory changes as append-only records for auditability, rollback, and traceability.

Safety Layer (SafetyOS)

Implements a triple-review system (planner / critic / causal judge) to evaluate higher-risk actions before execution.

Identity-Driven Cognition (IdentityCore)

Constrains behavior using task context, state, and alignment signals.

Capsule Memory System

Transforms repeated patterns into reusable strategy units for structured memory evolution.

Audit Logging

Records key runtime events to ensure execution traceability and debugging transparency.


Current Status

Agent 5.0 is currently an integrated prototype.

  • Core execution loop is implemented
  • Memory and safety subsystems exist at prototype level
  • Audit logging and runtime tracing are functional
  • System is under active engineering stabilization and refactoring

The project is not production-ready and is being actively developed toward release quality.


Design Principles

  • Local-first execution (no required cloud dependency)
  • Deterministic and inspectable decision flow
  • Append-only memory and auditability
  • Explicit safety control layer
  • Minimal and modular architecture

Documentation

  • Whitepaper: WHITEPAPER_EN.md
  • Architecture notes: docs/golden_chains/

License

MIT License

About

Agent 5.0 — Controllable Self-Evolving Cognitive Operating System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors