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

@@ -5,7 +5,7 @@
#+DEPENDS_ON: skill-router skill-performance-auditor
* Overview
The **Economist Agent** manages the PSF's compute resources. It predicts the "Cost of Thought" for a task and autonomously selects the most cost-effective LLM provider or local model based on complexity and remaining budget.
The *Economist Agent* manages the PSF's compute resources. It predicts the "Cost of Thought" for a task and autonomously selects the most cost-effective LLM provider or local model based on complexity and remaining budget.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -16,9 +16,9 @@ The **Economist Agent** manages the PSF's compute resources. It predicts the "Co
Optimize token usage and compute overhead without sacrificing architectural integrity.
** 2. User Needs
- **Predictive Budgeting:** Estimate token cost before triggering SOTA models.
- **Provider Switching:** Dynamically route tasks between local (Ollama) and cloud (Gemini) models.
- **Audit Reports:** Provide transparency on compute consumption.
- *Predictive Budgeting:* Estimate token cost before triggering SOTA models.
- *Provider Switching:* Dynamically route tasks between local (Ollama) and cloud (Gemini) models.
- *Audit Reports:* Provide transparency on compute consumption.
* Phase D: Build (Implementation)