# 2710 03 Roadmap E2d1b116

> Roadmap

- Skill: `tools-only/2710-03-roadmap-e2d1b116` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/2710-03-roadmap-e2d1b116`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/2710-03-roadmap-e2d1b116/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/2710-03-roadmap-e2d1b116

---

# Roadmap

This document outlines the development roadmap for OpenViking.

## Completed Features

### Core Infrastructure
- Three-layer information model (L0/L1/L2)
- Viking URI addressing system
- Dual-layer storage (AGFS + Vector Index)
- Async/Sync client support

### Resource Management
- Text resource management (Markdown, HTML, PDF)
- Automatic L0/L1 generation
- Semantic search with vector indexing
- Resource relations and linking

### Retrieval
- Basic semantic search (`find`)
- Context-aware search with intent analysis (`search`)
- Session-based query expansion
- Reranking pipeline

### Session Management
- Conversation state tracking
- Context and skill usage tracking
- Automatic memory extraction
- Memory deduplication with LLM
- Session archiving and compression

### Skills
- Skill definition and storage
- MCP tool auto-conversion
- Skill search and retrieval

### Configuration
- Pluggable embedding providers
- Pluggable LLM providers
- YAML-based configuration

### Server & Client Architecture
- HTTP Server (FastAPI)
- Python HTTP Client
- API Key authentication
- Client abstraction layer (LocalClient / HTTPClient)

---

## Future Plans

### CLI
- Complete command-line interface for all operations
- Distributed storage backend

### Multi-modal Support
- Intelligent parsing and access for multi-modal resources (images, video, audio, etc.)
- Directory storage structure for multi-modal resources

### Context Management
- Propagation updates when context is modified
- Version management and rollback for context (git-like)

### Resource Node Access Control
- Multi-Agent / Multi-User support
- Role-based isolation design
- Access control and permission design for resource directory nodes

### Ecosystem Integration
- Popular Agent framework adapters
- Plugin system for custom components

We welcome suggestions and feedback in issues.

---

## Contributing

We welcome contributions to help achieve these goals. See [Contributing](contributing.md) for guidelines.

