OLAV Platform πΊ¶
Online Logical Analytical Vertex for Agentic Operations
Control your infrastructure with natural language.
v0.10.0 β Get Started β
Feature Claims Β· [C-L1-01 β v0.10.0]
This is a Level 1 platform claim. See Claim Registry β for verification status.
What is OLAV?¶
OLAV is an AI-native operations platform. Describe what you need in plain language, and OLAV automatically selects the right AI Agent to complete the task β querying data, executing commands, analyzing logs, generating reports β no SQL or CLI flags to memorize.
olav "list all agents"
olav "what tables are available?"
olav --agent core "run a health check"
olav log list # view all operation history
Core Capabilities¶
| Capability | Description |
|---|---|
| Natural Language Queries | Ask in everyday language; OLAV translates to SQL / API calls and returns results |
| Multi-Agent Collaboration | Specialized Agents for different domains (quick queries, config management, code execution), auto-routed to the best fit |
| Connect Any API | Register any OpenAPI service with one command, query it in natural language immediately |
| Full Audit Trail | Every operation automatically recorded; view with olav log list/errors/show |
| Self-Improving | Learns from past errors; Agents get better over time |
| Team Collaboration | Multi-user, role-based access, shared workspaces, LDAP/AD/OIDC support |
| Multi-Layer Cache | LLM SQLiteCache + SemanticCache; 0 tokens and <1ms on cache hit (measured 2000x+ speedup) |
| Agent Harness | Three-layer code sandbox + HITL dangerous command approval + prompt injection scanning + full audit trail |
Three Ways to Use¶
Quick Navigation¶
- :rocket: Getting Started β Install and run your first query in 5 minutes
- :electric_plug: Guides β Connect services, build skills, manage workspaces
- :bulb: Concepts β Understand Agents, Skills, and Workspaces
- :books: Reference β CLI commands, configuration, HTTP API