chore: unify bold syntax to single asterisk in .org files and update legacy memex-amero references
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#+FILETAGS: :auth:security:system:psf:
|
||||
|
||||
* Overview
|
||||
This skill provides the legacy-compatible **Static API Key** authentication method. It retrieves credentials from the system environment variables and provides them to the kernel's neural backends.
|
||||
This skill provides the legacy-compatible *Static API Key* authentication method. It retrieves credentials from the system environment variables and provides them to the kernel's neural backends.
|
||||
|
||||
* Phase A: Demand (PRD)
|
||||
:PROPERTIES:
|
||||
@@ -15,9 +15,9 @@ This skill provides the legacy-compatible **Static API Key** authentication meth
|
||||
Provide a simple, environment-driven authentication mechanism for LLM providers.
|
||||
|
||||
** 2. User Needs
|
||||
- **Static Retrieval:** Pull `LLM_API_KEY` from `.env`.
|
||||
- **Provider Mapping:** Support mapping keys to specific providers (Gemini, OpenAI, etc.).
|
||||
- **Reliability:** Return NIL gracefully if no key is found.
|
||||
- *Static Retrieval:* Pull `LLM_API_KEY` from `.env`.
|
||||
- *Provider Mapping:* Support mapping keys to specific providers (Gemini, OpenAI, etc.).
|
||||
- *Reliability:* Return NIL gracefully if no key is found.
|
||||
|
||||
* Phase B: Blueprint (PROTOCOL)
|
||||
:PROPERTIES:
|
||||
|
||||
Reference in New Issue
Block a user