BRAND: Rename to OpenCortex and prune roadmap to v3.0.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#+TITLE: org-agent: A Self-Writing Agentic Environment in Common Lisp
|
||||
#+TITLE: OpenCortex: The Conductor of your Life Stack
|
||||
|
||||
*org-agent* is a minimalist, extensible AI agent framework designed to manage and continuously organize your personal knowledge base. It transforms a static collection of plaintext notes into a live, programmable [[https://en.wikipedia.org/wiki/Memex][Memex]]—an automated, personalized memory system where humans and AI collaborate in the exact same workspace.
|
||||
|
||||
@@ -142,8 +142,3 @@ The great inversion. The Lisp engine takes the wheel, and the LLM is relegated t
|
||||
- *Deterministic Planning (The Solver):* The core reasoning engine uses formal logic, graph traversal, and constraint solving to plan and execute workflows.
|
||||
- *Self-Correcting Syntax:* The Lisp engine catches and repairs hallucinated syntax errors without consulting the LLM.
|
||||
|
||||
** v4.0.0+ (Phase 5): The Neurosymbolic Singularity
|
||||
The ultimate vision realized. The agent achieves homoiconic autonomy.
|
||||
- *Homoiconic Self-Writing:* The agent inspects its own literate source code, proposes optimizations, formally verifies them, and hot-reloads itself at runtime.
|
||||
- *Asynchronous Swarm Cognition:* The agent spawns isolated sub-agents in jailed Lisp packages to solve sub-tasks in parallel.
|
||||
- *The Digital Extension of Self:* A perfect, asynchronous operating system for your digital life, managing the Memex with zero structural degradation.
|
||||
|
||||
@@ -75,7 +75,7 @@ Handles an individual TCP connection. It reads lines until the connection is clo
|
||||
"Reads lines from a CLI client and injects them as stimuli."
|
||||
(harness-log "CLI: Client connected.")
|
||||
(format stream "--------------------------------------------------~%")
|
||||
(format stream " Connected to the Autonomous Brain (v0.1.0)~%")
|
||||
(format stream " Connected to OpenCortex~%")
|
||||
(format stream "--------------------------------------------------~%")
|
||||
(finish-output stream)
|
||||
(handler-case
|
||||
|
||||
Reference in New Issue
Block a user