Read the L0 abstract (~100 token summary) of a directory or file. This is the most concise layer in OpenViking’s hierarchical context system.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/volcengine/OpenViking/llms.txt
Use this file to discover all available pages before exploring further.
Python SDK
HTTP API
Parameters
Viking URI (typically a directory, but can also be a file)
Response
Operation status (
ok on success)The L0 abstract summary (~100 tokens)
Execution time in seconds
CLI
Context Layers
OpenViking provides three hierarchical levels of content:- L0 (Abstract): ~100 token summary via
abstract()(this method) - L1 (Overview): Structured overview via
overview() - L2 (Full): Complete content via
read()
- Quick directory summaries
- Agent context where token efficiency is critical
- Initial exploration of large codebases
Implementation Details
The abstract is stored in a.abstract.md file within the directory. If not present, it’s generated automatically from the directory contents.