DeepOrbit
Start in three minutes

Keep knowledge in your own files.

DeepOrbit Skills are readable by different agents; its Python Core provides deterministic initialization, retrieval, and task operations.

Install

git clone https://github.com/dull-bird/DeepOrbit.git
cd DeepOrbit
python3 -m pip install -e .
deeporbit --vault ~/Vault init
deeporbit --vault ~/Vault doctor

Doctor

Doctor checks the vault, cache, Git, Obsidian CLI, ChromaDB, and optional community plugins. Missing enhancements do not block core features.

deeporbit --vault ~/Vault doctor
deeporbit --vault ~/Vault index ensure
deeporbit --vault ~/Vault rag "project orbit"

Tasks and calendar

deeporbit --vault ~/Vault todo add "Review paper" --today --due 2026-07-15
deeporbit --vault ~/Vault agenda
deeporbit --vault ~/Vault calendar export

Calendar export is a local ICS snapshot; it does not claim cloud two-way sync.

Sync and RAG

Git or Obsidian Sync carries only Markdown and deeporbit.json. Indexes live in the OS cache and refresh locally before queries.

Obsidian capabilities

Properties, Bases, Graph, Backlinks, and Daily Notes are defaults. Tasks, Dataview, and Calendar are optional enhancements; data remains readable without them.