Documentation Index
Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Querying the graph
You can query the KG when an agent needs durable context before writing or validating work. Start with specific read tools; use Cypher only when the dedicated tool does not cover the question.Natural language queries
okto_pulse_kg_query_natural performs deterministic retrieval over embeddings, HNSW indexes, and traversal. It does not ask an LLM to invent an answer.
Cypher queries
okto_pulse_kg_query_cypher is read-only and intended for operators. Use explicit limits and narrow patterns.
Semantic search
HNSW indexes coverDecision, Constraint, Requirement, Entity, and Learning nodes. Semantic search is retrieval; it is separate from the stored relevance_score formula.
Decision history retrieval
Useokto_pulse_kg_get_decision_history when the topic is known but the decision ID is not.
Contradiction detection
Runokto_pulse_kg_find_contradictions before introducing a spec that may conflict with old decisions or constraints.
Global cross-board queries
okto_pulse_kg_query_global searches the global discovery graph and respects board access.
Relevance scoring
The v0.3.3 base score is:UI boost button
The UI boost endpoint adds+0.3 to stored score and clamps at 1.5. It is an operator override, not a change to semantic retrieval.