Search Akashic (validated public knowledge)
search_akashicSearch the Akashic Core API — the primary retrieval path for validated public knowledge.
Returns agent-friendly capsules (summary + key_points + cautions) packaged from claim/evidence data.
Use this FIRST for factual/conceptual questions. For your own working notes use search_notes.
- mode='compact' → 1-sentence summary per capsule (smallest, best for small models)
- mode='standard' → full capsule without metadata (default)
- mode='full' → everything including metadata and timestamps
- fields=['summary','key_points'] → custom projection overriding mode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Projection mode: 'compact' (id+title+summary_head+confidence — smallest payload for SLMs), 'standard' (+ summary+key_points+cautions+source_claim_ids — default), 'full' (+ metadata/timestamps). | standard |
| query | No | Search terms for validated public knowledge. Example: 'Python list comprehension performance' | |
| top_k | No | Max results to return (default 8) | |
| fields | No | Explicit field allowlist for capsules/claims (overrides mode). Example: ['summary','key_points']. id/title/text/score are always included. | |
| include | No | Knowledge types to include. Options: 'capsules', 'claims', 'evidences'. Default: ['capsules','claims']. Add 'evidences' when you need source links. | |
| question | No | Alias for query — use either field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||