chore: unify bold syntax to single asterisk in .org files and update legacy memex-amero references

This commit is contained in:
2026-04-01 12:37:45 -04:00
parent 78ba3112cb
commit d364f90ff6
102 changed files with 955 additions and 955 deletions

View File

@@ -4,7 +4,7 @@
#+FILETAGS: :router:meta-cognitive:delegation:psf:
* Overview
The **Router Agent** is the system's "Pre-Frontal Cortex." It classifies unstructured user input, decomposes complex requests into atomic intents, and orchestrates delegation to specialized sub-agents.
The *Router Agent* is the system's "Pre-Frontal Cortex." It classifies unstructured user input, decomposes complex requests into atomic intents, and orchestrates delegation to specialized sub-agents.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -15,10 +15,10 @@ The **Router Agent** is the system's "Pre-Frontal Cortex." It classifies unstruc
Define the interfaces for intent classification and sub-agent delegation.
** 2. User Needs
- **Perception:** Monitor for explicit commands and implicit `@agent` requests.
- **Decomposition:** Break natural language into sequential atomic operations.
- **Efficiency:** Utilize low-latency models for rapid routing.
- **Dynamic Identity:** Adapt triggers based on the active agent name.
- *Perception:* Monitor for explicit commands and implicit `@agent` requests.
- *Decomposition:* Break natural language into sequential atomic operations.
- *Efficiency:* Utilize low-latency models for rapid routing.
- *Dynamic Identity:* Adapt triggers based on the active agent name.
** 3. Success Criteria
*** TODO @Agent Tag Detection