Skip to content

OLAV Platform 🐺

Online Logical Analytical Vertex for Agentic Operations

Control your infrastructure with natural language.

v0.26.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 (Enterprise) Multi-user token / LDAP authentication and shared workspaces ship in olav-ent. Open-source OLAV is single-user (OS identity = admin); the RBAC engine itself stays open-source
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

olav "search knowledge for deployment procedure"
Best for scripting and quick one-off queries.

olav
Multi-turn conversations for exploration and analysis.

pip install olav-ent          # Web UI + HTTP API ship in the enterprise extension
olav service web start
# Open http://localhost:2280
Browser-based team interface with real-time streaming β€” requires olav-ent. In open-source OLAV, olav service provides the syslog receiver only.


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